Skip to content

chaitanya9186/kubernetes-go-grpc-tutorial

 
 

Repository files navigation

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

About

Getting Started with Microservices using Go, gRPC and Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.8%
  • Shell 10.2%