vardius / go-api-boilerplate

Go Server/API boilerplate using best practices DDD CQRS ES gRPC
https://go-api-boilerplate.local
MIT License
929 stars 135 forks source link

Add autoscaler? #51

Closed vardius closed 4 years ago

vardius commented 4 years ago

https://github.com/kubernetes/autoscaler

mar1n3r0 commented 4 years ago

It's a must have one for production. I have used it as a built-in option with GKE in the past. Not sure how viable it is for local testing. Probably it would require switching from Minikube to kind to enable local multi-node support.