Kubernetes management with Nix https://kubenix.org/
Find a file
David Arnold 1bd3fe4d4e
fixups
2021-05-06 16:07:24 -04:00
examples wip k3s support 2021-04-28 14:28:44 -05:00
generators bump: k8s version 2021-04-29 16:23:20 -05:00
lib WIP: test refactoring 2021-05-05 22:49:54 -04:00
modules fixups 2021-05-06 16:07:24 -04:00
pkgs/applications/networking/cluster inaugurate decent devshell 2021-04-29 17:13:33 -05:00
tests fixups 2021-05-06 16:07:24 -04:00
.editorconfig first commit 2017-11-11 11:52:17 +01: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
.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 fix default compat 2021-04-28 19:25:10 -05:00
devshell.toml expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
flake.lock add flake.nix 2020-12-29 11:16:27 +01:00
flake.nix inaugurate decent devshell 2021-04-29 17:13:33 -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 fixups 2021-05-06 16:07:24 -04:00
shell.nix inaugurate decent devshell 2021-04-29 17:13:33 -05: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