Kubernetes management with Nix https://kubenix.org/
Find a file
2022-04-02 15:09:21 -07:00
.github/workflows only x86_64-linux 2022-04-02 14:41:57 -07:00
examples fmt 2022-04-02 14:42:22 -07:00
jobs 1.23 2022-04-02 15:09:21 -07:00
lib statix fix 2022-04-02 13:43:57 -07:00
modules 1.23 2022-04-02 15:09:21 -07:00
pkgs/applications/networking/cluster fmt 2022-04-02 12:40:35 -07:00
tests fmt 2022-04-02 14:42:22 -07:00
.editorconfig first commit 2017-11-11 11:52:17 +01:00
.envrc Update 2022-04-02 13:18:09 -07:00
.gitattributes first commit 2017-11-11 11:52:17 +01:00
.gitignore expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
compat.nix ref: move source code to ./src (clean top level) 2021-05-31 17:25:06 -05:00
default.nix fmt 2022-04-02 14:42:22 -07:00
devshell.toml expose cluster & fix flaky test image 2021-05-05 22:33:08 -04:00
flake.lock Update 2022-04-02 13:18:09 -07:00
flake.nix 1.23 2022-04-02 15:09:21 -07:00
LICENSE feat: add license 2019-03-07 23:30:20 +01:00
README.md bump: k8s version 2021-04-29 16:23:20 -05:00
shell.nix fmt 2022-04-02 14:42:22 -07:00

Kubenix 2.0 is in still work in progress, expect breaking changes

KubeNix

Kubernetes resource builder written in nix

Build Status

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 easily.

Development

Building tests

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

Building single e2e test

nix-build release.nix -A tests.k8s-1_21.testsByName.k8s-crd.test
nix-build release.nix -A tests.k8s-1_21.testsByName.<test-name>.test

Debugging e2e test

nix-build release.nix -A tests.k8s-1_21.testsByName.k8s-crd.test.driver
nix-build release.nix -A tests.k8s-1_21.testsByName.<test-name>.test.driver
resut/bin/nixos-test-driver
testScript;

License

MIT © Jaka Hudoklin