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

Split out docker-compose specific code into "dev backend". #21

Closed Fizzadar closed 5 years ago

Fizzadar commented 5 years ago

Long run this opens up the possibility of using a local K3S cluster, minikube or even a kull K8S install as a dev backend.

For now it just moves things about!

Closes: #23

Fizzadar commented 5 years ago

Thanks for the reviews @chrissinclairedited @gchazot!