Kubernetes management with Nix https://kubenix.org/
Find a file
2019-02-26 21:22:03 +01:00
examples fix(k8s): use plural aliases instead of kinds 2019-02-13 12:55:56 +01:00
istio fix(istio): generate definitions for config.istio.io/v1alpha2 2019-02-12 10:41:34 +01:00
k8s feat(k8s): refactor defaults 2019-02-26 21:22:03 +01:00
testing feat: refactor testing 2019-02-25 17:16:24 +01:00
tests feat(k8s): refactor defaults 2019-02-26 21:22:03 +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: implement k8s-submodules 2019-02-25 17:14:48 +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(submodule): set default version to 1.0.0 2019-02-25 17:15:38 +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