Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtruder/kubenix
Replaced by https://github.com/hall/kubenix
https://github.com/xtruder/kubenix
builder deploy helm kubernetes nix
Last synced: about 2 months ago
JSON representation
Replaced by https://github.com/hall/kubenix
- Host: GitHub
- URL: https://github.com/xtruder/kubenix
- Owner: xtruder
- License: mit
- Archived: true
- Created: 2017-11-11T10:46:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T15:03:04.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T13:58:08.042Z (3 months ago)
- Topics: builder, deploy, helm, kubernetes, nix
- Language: Nix
- Homepage:
- Size: 1.46 MB
- Stars: 300
- Watchers: 21
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This repo has been deprecated and replaced by a fork of this project https://github.com/hall/kubenix**
# KubeNix
> Kubernetes resource builder written in nix
[![Build Status](https://travis-ci.com/xtruder/kubenix.svg?branch=master)](https://travis-ci.com/xtruder/kubenix)
## 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
```shell
nix-build release.nix -A test-results --show-trace
```**Building single e2e test**
```
nix-build release.nix -A tests.k8s-1_10.testsByName.k8s-crd.test
nix-build release.nix -A tests.k8s-1_10.testsByName..test
```**Debugging e2e test**
```
nix-build release.nix -A tests.k8s-1_10.testsByName.k8s-crd.test.driver
nix-build release.nix -A tests.k8s-1_10.testsByName..test.driver
resut/bin/nixos-test-driver
testScript;
```## License
[MIT](LICENSE) © [Jaka Hudoklin](https://x-truder.net)