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

Move Kubernetes config generation into the client #18

Closed Fizzadar closed 5 years ago

Fizzadar commented 5 years ago

Currently implemented @ https://github.com/EDITD/kubetools/tree/develop/kubetools/kubebuilder/util/config

Would be neat if the client could generate these config files - reduces the complexity of the server and means one could do everything w/o the server.

Fizzadar commented 5 years ago

This would remove the whole build/tag images by commit hash - that's specific to the server. Aim here is that with just the client and a live Kubernetes instance you can do the full dev -> production process.