Minikube works except at some point you might end up where you have too many services to run locally (think if you need a database, and ElasticSearch, and few Java-based services). Your laptop will melt down.
Also you still need ways to deploy multiple services with a single command into minikube, etc.
Minikube works except at some point you might end up where you have too many services to run locally (think if you need a database, and ElasticSearch, and few Java-based services). Your laptop will melt down.
Also you still need ways to deploy multiple services with a single command into minikube, etc.
I'm new to k8s, so thanks for that feedback Richard. Much appreciated.