Kubernetes management with Nix https://kubenix.org/
Find a file
2019-03-08 23:26:11 +01:00
examples chore: remove old examples 2019-03-07 23:28:18 +01:00
generators refator: put all modules under modules directory 2019-03-05 20:57:55 +01:00
lib feat: refactor file structure module interfaces and other 2019-03-07 23:23:07 +01:00
modules feat(k8s): allow to expose with api alias 2019-03-08 23:26:11 +01:00
tests feat: improve testing 2019-03-08 00:40:58 +01:00
.editorconfig first commit 2017-11-11 11:52:17 +01:00
.gitattributes first commit 2017-11-11 11:52:17 +01:00
.gitignore first commit 2017-11-11 11:52:17 +01:00
.travis.yml feat: improve testing 2019-03-08 00:40:58 +01:00
default.nix feat: refactor file structure module interfaces and other 2019-03-07 23:23:07 +01:00
LICENSE feat: add license 2019-03-07 23:30:20 +01:00
README.md doc(README): update instructions for running e2e tests 2019-02-20 23:16:18 +01:00
release.nix feat: improve testing 2019-03-08 00:40:58 +01:00

KubeNix

Kubernetes resource builder written in nix

About

KubeNix is a kubernetes resource builder, that uses nix module system for definition of kubernetes resources and nix build system for building complex kubernetes resources very easyly.

Development

Building tests

nix-build release.nix -A tests.results --show-trace

Building single e2e test

nix-build release.nix  -A tests.tests.v1_10.testing.testsByName.<name>.script

Debugging e2e test

nix-build release.nix  -A tests.tests.v1_10.testing.testsByName.<name>.script.driver
resut/bin/nixos-test-driver
testScript;

License

MIT © Jaka Hudoklin