Kubernetes management with Nix https://kubenix.org/
Find a file
2019-03-07 18:09:34 +01:00
examples fix(examples/nginx-deployment): fix typo 2019-03-07 18:09:34 +01:00
generators refator: put all modules under modules directory 2019-03-05 20:57:55 +01:00
lib feat: interface and lib refactoring 2019-03-07 18:02:26 +01:00
modules feat: interface and lib refactoring 2019-03-07 18:02:26 +01:00
tests feat: interface and lib refactoring 2019-03-07 18:02:26 +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 ci(travis) fix build test -> tests 2019-02-17 19:49:07 +01:00
default.nix feat: interface and lib refactoring 2019-03-07 18:02:26 +01:00
README.md doc(README): update instructions for running e2e tests 2019-02-20 23:16:18 +01:00
release.nix feat(examples): add nginx deployment 2019-03-07 18:05:00 +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