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 kubetools server build logic here #34

Closed Fizzadar closed 4 years ago

Fizzadar commented 4 years ago

No reason this client can't handle the actual deploy to kubernetes process. This would move much of the server logic here, and the server would just become a build server + UI.

This would allow users to push app direct to Kubernetes if allowed. And allow them to use a kubetools server in the middle for auth/etc.