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 | ||
| tests | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| default.nix | ||
| README.md | ||
| release.nix | ||
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 easyly.
Development
Building tests
nix-build release.nix -A tests.results --show-trace
Building single e2e test
nix-build release.nix -A tests.tests.v1_10.testing.testsByName.<name>.script
Debugging e2e test
nix-build release.nix -A tests.tests.v1_10.testing.testsByName.<name>.script.driver
resut/bin/nixos-test-driver
testScript;
License
MIT © Jaka Hudoklin