Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 530 Bytes

Getting Started with Microservices using Go, gRPC and Kubernetes

Source code for Getting Started with Microservices using Go, gRPC and Kubernetes article.

Building

Switch to Docker daemon inside Minikube VM:

$ eval $(minikube docker-env)

Build images and deploy to Kubernetes cluster:

$ ./build.sh

Try it out.

$ curl $(minikube service api-service --url)/gcd/294/462