Kubernetes management with Nix https://kubenix.org/
Find a file
2018-12-03 23:03:09 +01:00
examples/simple first commit 2017-11-11 11:52:17 +01:00
specs feat: add support for k8s 1.10 and 1.11 2018-12-03 23:03:09 +01:00
test feat: add support for k8s 1.10 and 1.11 2018-12-03 23:03:09 +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 fix: filter unique resources when generating 2018-04-13 10:35:46 +02:00
k8s.nix fix(k8s): make recursive 2018-01-11 12:13:09 +01:00
kubernetes.nix feat: add support for k8s 1.10 and 1.11 2018-12-03 23:03:09 +01:00
lib.nix fix(lib): split k8s functions to separate file 2018-01-11 12:10:18 +01:00
modules.nix fix: option priority fixes in module due upstream nixpkgs changes 2018-07-31 11:34:43 +02: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