Kubernetes management with Nix https://kubenix.org/
Find a file
Jaka Hudoklin ba1144a8df
feat: initial helm integration (thanks to @matejc)
helm2json was first implemented by matejc in
https://github.com/matejc/helm2json and incorperated in this project,
big thanks to @matejc for making this possible
2019-02-28 13:17:40 +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 fix(k8s): fix generated api groups 2019-02-28 13:06:49 +01:00
testing feat: refactor testing 2019-02-25 17:16:24 +01:00
tests feat: initial helm integration (thanks to @matejc) 2019-02-28 13:17:40 +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