EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Support more/all K8s config options for deployment containers #50

Closed Fizzadar closed 4 years ago

Fizzadar commented 4 years ago

Ideally in a way that does not require allowing certain fields, but simply uses everything.

Ie - in dev we take K8s config and -> compose (when using compose dev backend). In prod we basically pass the object as-is, with any additions (envars/etc).

Again, would remain all configured in a single kubetools.yml file (for now?).