Kubernetes management with Nix https://kubenix.org/
Find a file
2020-01-14 19:09:39 +00:00
examples fix: minor fixes 2019-10-06 21:44:00 +02:00
generators fix(generators/k8s): fix for k8s v1.14+ generation 2020-01-14 16:24:08 +00:00
lib fix(lib/helm): fixes for helm 3 2020-01-14 19:09:39 +00:00
modules feat(k8s): add support for k8s v1.14 and v1.15 2020-01-14 16:24:42 +00:00
tests feat(legacy): improve tests for crd 2020-01-14 14:53:42 +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 improve testing 2019-05-05 11:55:19 +02:00
ci.nix improve ci 2019-05-05 16:14:45 +02: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 README: fix license 2020-01-14 14:54:44 +00:00
release.nix feat(k8s): improvements 2019-09-25 01:03:01 +02:00

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

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