Getting Started with Microservices using Go, gRPC and Kubernetes This article aims to provide a simple introduction to building microservices in Go, using gRPC, and deploying them to a Kubernetes cluster. It shows how to set up two containerized, scalable services, talking to each other using request/response mechanism. One microservice will be responsible for calculating the greatest common divis