multienv k8s-cluster built with pulumi on nixos
- golang representation of k8s-crds
- used in
definition
- not for installation into the cluster
- golang declaration of cluster-resources
- highest level of configuration
- each env can be configured independently
- switches for
definition
-declarations
functions, types used to configure the kube
In order to create the pulumiConfig, charts, yamls and other resources are needed.
Those resources are kept under RESOURCES/
mirroring KUBE/
for reference.
- DOCUMENTATION.org
- DEPENDENCIES
- TODOS
- …
- different WORKFLOWS
- debug
- update
- develop
- …