All Projects → tinrab → kubernetes-go-grpc-tutorial

tinrab / kubernetes-go-grpc-tutorial

Licence: MIT license
Getting Started with Microservices using Go, gRPC and Kubernetes

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].