mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
Kubernetes management with Nix
https://kubenix.org/
| examples | ||
| generators | ||
| lib | ||
| modules | ||
| pkgs/applications/networking/cluster | ||
| tests | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| ci.nix | ||
| default.nix | ||
| devshell.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| release.nix | ||
| shell.nix | ||
Kubenix 2.0 is in still work in progress, expect breaking changes
KubeNix
Kubernetes resource builder written in nix
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;