Kubernetes management with Nix https://kubenix.org/
Find a file
2017-11-11 13:47:09 +01:00
examples/simple first commit 2017-11-11 11:52:17 +01:00
specs first commit 2017-11-11 11:52:17 +01:00
test feat(lib): add mkValueOrSecretOption 2017-11-11 13:42:15 +01: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 first commit 2017-11-11 11:52:17 +01:00
default.nix feat: add hash of build to every resource labels 2017-11-11 13:47:09 +01:00
kubernetes.nix first commit 2017-11-11 11:52:17 +01:00
lib.nix feat(lib): add mkValueOrSecretOption 2017-11-11 13:42:15 +01:00
modules.nix first commit 2017-11-11 11:52:17 +01:00
README.md first commit 2017-11-11 11:52:17 +01:00

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.

Features

  • Loading and override of kubernetes json and yaml files
  • Support for complex merging of kubernetes resource definitions
  • No more helm stupid yaml templating, nix is a way better templating language
  • Support for all kubernetes versions

License

MIT © Jaka Hudoklin