All Projects → xtruder → Kubenix

xtruder / Kubenix

Licence: mit
Kubernetes resource builder using nix

Projects that are alternatives of or similar to Kubenix

milvus-helm
The helm chart to deploy Milvus
Stars: ✭ 37 (-83.41%)
Mutual labels:  helm, deploy
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-91.93%)
Mutual labels:  helm, deploy
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+211.66%)
Mutual labels:  builder, deploy
ngx-aws-deploy
☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️
Stars: ✭ 84 (-62.33%)
Mutual labels:  builder, deploy
Netlify Builder
Deploy your Angular app to netlify from CLI
Stars: ✭ 60 (-73.09%)
Mutual labels:  builder, deploy
All Hies
Cached Haskell IDE Engine Nix builds for all GHC versions
Stars: ✭ 201 (-9.87%)
Mutual labels:  nix
Cronexpbuilder
Quartz 的Cron任务调度表达式一般人很难理解,在Googole上查询也没有发现类似的代码,所以开发了一个对Quartz Cron 表达式的可视化双向解析和生成的一个java的GUI程序,供使用Quartz的程序员参考和使用.
Stars: ✭ 204 (-8.52%)
Mutual labels:  builder
Gridcal
GridCal, a cross-platform power systems solver written in Python with user interface and embedded python console
Stars: ✭ 197 (-11.66%)
Mutual labels:  helm
Getting Started Nix Template
Based on nix.dev tutorials, repository template to get you started with Nix.
Stars: ✭ 196 (-12.11%)
Mutual labels:  nix
Site
The new frontend/backend code for https://christine.website
Stars: ✭ 220 (-1.35%)
Mutual labels:  nix
Skywalking Kubernetes
Apache SkyWalking Kubernetes Deployment Helm Chart
Stars: ✭ 207 (-7.17%)
Mutual labels:  helm
Helm Gcs
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
Stars: ✭ 202 (-9.42%)
Mutual labels:  helm
Chartify
📈 Generate Helm Charts from Kubernetes objects
Stars: ✭ 201 (-9.87%)
Mutual labels:  helm
Chartmuseum
Host your own Helm Chart Repository
Stars: ✭ 2,650 (+1088.34%)
Mutual labels:  helm
Zkeme80
An assembler and operating system for the TI-84+ written in Scheme, Forth and Z80 assembly.
Stars: ✭ 200 (-10.31%)
Mutual labels:  nix
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (-2.69%)
Mutual labels:  deploy
Nix Index
Quickly locate nix packages with specific files
Stars: ✭ 197 (-11.66%)
Mutual labels:  nix
Ingress
WIP Caddy 2 ingress controller for Kubernetes
Stars: ✭ 200 (-10.31%)
Mutual labels:  helm
Helm Template
Helm plugin to add client-side 'helm template' command.
Stars: ✭ 206 (-7.62%)
Mutual labels:  helm
Kubernetes Kargo Logging Monitoring
Deploy kubernetes cluster with kargo
Stars: ✭ 202 (-9.42%)
Mutual labels:  deploy

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_10.testsByName.k8s-crd.test
nix-build release.nix -A tests.k8s-1_10.testsByName.<test-name>.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-name>.test.driver
resut/bin/nixos-test-driver
testScript;

License

MIT © Jaka Hudoklin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].