generator-kubegen
generator-kubegen copied to clipboard
A Kubernetes config generation tool that deals with boilerplate code and let's you focus on the important details
It would be nice to allow Services to be external without using an Ingress. k8s Services can be configured as a "LoadBalancer", which then creates an external end-point. The current...
There are some questions in the configuration process that might be improv. Some of them are: * Deployment * Metadata: Users might be able to add custom metadata * Labels:...
Although yamljs output is valid from a kubectl point of view, the document format might be improved for a better "human reading experience". e.g. this is an output generated automatically...