Kubernetes management with Nix https://kubenix.org/
Find a file
2021-05-31 17:25:07 -05:00
.github/workflows enhance github workflow 2021-05-13 17:34:13 -04:00
examples ref: non-flake compatibility 2021-05-31 17:25:05 -05:00
pkgs/applications/networking/cluster fmt 2021-05-13 17:33:58 -04:00
src style: fmt 2021-05-31 17:25:07 -05:00
tests rm: fix nixosPath 2021-05-31 17:25:06 -05: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
compat.nix ref: move source code to ./src (clean top level) 2021-05-31 17:25:06 -05:00
default.nix style: fmt 2021-05-31 17:25:07 -05:00
devshell.toml expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
flake.lock ref: non-flake compatibility 2021-05-31 17:25:05 -05:00
flake.nix ref: non-flake compatibility 2021-05-31 17:25:05 -05: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 style: fmt 2021-05-31 17:25:07 -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