Kubernetes management with Nix https://kubenix.org/
Find a file
2020-01-21 15:42:07 +00:00
examples fix tests and examples 2020-01-14 19:13:44 +00:00
generators fix(generators/k8s): prefer beta resources over alpha 2020-01-15 08:50:04 +00:00
lib fix regressions due updates in nixpkgs 2020-01-15 12:22:47 +00:00
modules fix(helm): fix issue regarding empty helm.instances 2020-01-21 15:42:07 +00:00
tests fix tests and examples 2020-01-14 19:13:44 +00: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 chore(travis): cleanup 2020-01-15 12:23:39 +00:00
ci.nix feat(ci): use source from master 2020-01-15 10:41:51 +00:00
default.nix feat: add support for legacy buildResources 2020-01-14 19:08:59 +00:00
LICENSE feat: add license 2019-03-07 23:30:20 +01:00
README.md docs(README): add notice for breaking changes 2020-01-15 12:32:03 +00:00
release.nix feat(release): build k8s 1.14 and 1.15 2020-01-14 19:11:55 +00:00

Kubenix 2.0 is in still work in progress, expect breaking changes

KubeNix

Kubernetes resource builder written in nix

Build Status

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 easily.

Development

Building tests

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

Building single e2e test

nix-build release.nix -A tests.k8s-1_10.testsByName.k8s-crd.test
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.test

Debugging e2e test

nix-build release.nix -A tests.k8s-1_10.testsByName.k8s-crd.test.driver
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.test.driver
resut/bin/nixos-test-driver
testScript;

License

MIT © Jaka Hudoklin