Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuza/kubernetes-go-grpc
Microservices using Go, gRPC and Kubernates
https://github.com/shuza/kubernetes-go-grpc
docker go golang grpc grpc-go kubernetes microservice
Last synced: 3 months ago
JSON representation
Microservices using Go, gRPC and Kubernates
- Host: GitHub
- URL: https://github.com/shuza/kubernetes-go-grpc
- Owner: shuza
- Created: 2019-01-29T18:22:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T18:17:26.000Z (6 months ago)
- Last Synced: 2024-06-19T03:07:36.274Z (5 months ago)
- Topics: docker, go, golang, grpc, grpc-go, kubernetes, microservice
- Language: Go
- Homepage: https://medium.com/@shuza.sa/how-to-develop-go-grpc-microservices-and-deploy-in-kubernates-5eace0425bf8
- Size: 616 KB
- Stars: 41
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-grpc - gRPC Microservices with Go and Kubernetes - A sample application use gRPC in microservice and deploy in kubernetes. (Resources / Examples)
README
# How to develop Go gRPC microservices and deploy in Kubernetes
## Related Articles
* [How to develop Go gRPC microservices and deploy in Kubernetes](https://medium.com/@shuza.sa/how-to-develop-go-grpc-microservices-and-deploy-in-kubernates-5eace0425bf8)
* [Debugging Go application inside Kubernetes from IDE
](https://medium.com/@shuza.sa/debugging-go-application-inside-kubernetes-from-ide-7e63b013c46e)# 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](https://linkerd.io/2/getting-started/) about how to install it. Install it first.