Kubernetes management with Nix https://kubenix.org/
Find a file
2021-04-29 16:23:20 -05: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 compat nixpkgs and change to testing-python.nix 2021-04-03 22:37:13 -07:00
modules bump: k8s version 2021-04-29 16:23:20 -05:00
tests bump: k8s version 2021-04-29 16:23:20 -05: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 fix default compat 2021-04-28 19:25:10 -05:00
flake.lock add flake.nix 2020-12-29 11:16:27 +01:00
flake.nix chore: enhance nix-flake 2021-04-03 21:57:02 -07: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 bump: k8s version 2021-04-29 16:23:20 -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