Kubernetes management with Nix https://kubenix.org/
Find a file
2021-05-31 17:24:59 -05:00
.github/workflows enhance github workflow 2021-05-13 17:34:13 -04:00
examples adapt remaining tests to kubetest 2021-05-13 22:58:11 -04:00
generators fmt 2021-05-13 17:33:58 -04:00
lib ref: streamline extra lib 2021-05-31 17:24:59 -05:00
modules ref: streamline extra lib 2021-05-31 17:24:59 -05:00
pkgs/applications/networking/cluster fmt 2021-05-13 17:33:58 -04:00
tests adapt remaining tests to kubetest 2021-05-13 22:58:11 -04:00
.editorconfig first commit 2017-11-11 11:52:17 +01:00
.envrc enhance nix-shell and add CI 2021-05-13 17:08:41 -04:00
.gitattributes first commit 2017-11-11 11:52:17 +01:00
.gitignore expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
ci.nix fmt 2021-05-13 17:33:58 -04:00
default.nix ref: streamline extra lib 2021-05-31 17:24:59 -05:00
devshell.toml expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
flake.lock enhance nix-shell and add CI 2021-05-13 17:08:41 -04:00
flake.nix fix: add kubernetes & kubectl pkg to pakgs output 2021-05-28 16:20:19 -05:00
kubeconfig.json expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
LICENSE feat: add license 2019-03-07 23:30:20 +01:00
README.md bump: k8s version 2021-04-29 16:23:20 -05:00
release.nix fmt 2021-05-13 17:33:58 -04:00
shell.nix enhance nix-shell and add CI 2021-05-13 17:08:41 -04: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_21.testsByName.k8s-crd.test
nix-build release.nix -A tests.k8s-1_21.testsByName.<test-name>.test

Debugging e2e test

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

License

MIT © Jaka Hudoklin