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 related config generation from server -> client. #22

Closed Fizzadar closed 4 years ago

Fizzadar commented 4 years ago

Moves over the logic that turns a kubetools.yml config into Kubernetes objects.

Keeps all our "config" logic in the client (compose vs k8s). Also means we can use these to generate dev configs when/if we implement a k[38]s dev backend (https://github.com/EDITD/kubetools-client/pull/21).

Closes: #18

Fizzadar commented 4 years ago

Going to merge this as it's really just moving code from server -> client.