Kubernetes management with Nix https://kubenix.org/
Find a file
2019-02-28 15:10:06 +01:00
examples fix(k8s): use plural aliases instead of kinds 2019-02-13 12:55:56 +01:00
helm feat: initial helm integration (thanks to @matejc) 2019-02-28 13:17:40 +01:00
istio feat(istio): fixes and add simple test 2019-02-27 14:18:38 +01:00
k8s feat(k8s): explicit resource ordering 2019-02-28 14:06:07 +01:00
testing fix(testing): increase systemd DefaultLimitNOFILE for e2e tests 2019-02-28 15:09:28 +01:00
tests feat(helm): implement simple e2e test 2019-02-28 15:10:06 +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: initial helm integration (thanks to @matejc) 2019-02-28 13:17:40 +01:00
lib.nix feat: initial support for e2e tests 2019-02-20 09:34:15 +01:00
README.md doc(README): update instructions for running e2e tests 2019-02-20 23:16:18 +01:00
release.nix feat: remove old tests 2019-02-17 19:46:14 +01:00
submodules.nix feat(submodules): refactor defaults 2019-02-26 21:23:14 +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