Kubernetes management with Nix https://kubenix.org/
Find a file
2017-12-04 12:08:13 +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 fix(modules): use customResourceDefinitions from global module 2017-11-27 13:12:45 +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(lib): add toYAML method 2017-12-01 12:40:28 +01:00
kubernetes.nix fix(kubernetes): customResourceOptions add description 2017-11-27 16:42:18 +01:00
lib.nix fix(lib): toBase64 do not add newline 2017-12-04 12:08:13 +01:00
modules.nix fix(modules): use customResourceDefinitions from global module 2017-11-27 13:12:45 +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