How to develop Go gRPC microservices and deploy in Kubernetes

March 14, 2024 ยท View on GitHub

Related Articles

  • How to develop Go gRPC microservices and deploy in Kubernetes
  • Debugging Go application inside Kubernetes from IDE

Todo

  • Implement side car approch for load balance (Linkerd or Envoy)
  • Add open tracing for example jeager
  • Add rate limit

Linkerd

Linkerd has very good doc about how to install it. Install it first.