Kubernetes management with Nix https://kubenix.org/
Find a file
2019-02-11 21:20:45 +01:00
examples Initial refactoring for kubenix 2.0 2019-02-10 21:18:07 +01:00
k8s fix(k8s): crd, pass module into spec instead of root 2019-02-11 21:20:45 +01:00
test feat(defaults): add support for functions 2018-03-21 00:05:42 +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 Initial refactoring for kubenix 2.0 2019-02-10 21:18:07 +01:00
lib.nix Initial refactoring for kubenix 2.0 2019-02-10 21:18:07 +01:00
README.md Initial refactoring for kubenix 2.0 2019-02-10 21:18:07 +01:00
release.nix Initial refactoring for kubenix 2.0 2019-02-10 21:18:07 +01:00
submodules.nix Initial refactoring for kubenix 2.0 2019-02-10 21:18:07 +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.

Development

Building tests

nix-build release.nix -A test --show-trace

License

MIT © Jaka Hudoklin