Developing microservices with minikube step by step

Yuchen Z.
13 min readApr 22, 2019

Within the last 5 years, Kubernetes has received 2k+ contributors and 50k+ stars on Github 🌟⭐.

Number of stars overtime https://github.com/kubernetes/kubernetes

This blog post will go through some of the basics behind managing micro-services using Kubernetes. We’ll be using minikube, which allows us to run Kubernetes locally.

For the purpose of this blog, we’ll only create 3 services: auth_svc, gateway_svc

--

--