Web/GoLang
[Grpc ] grpc k8s kubernetes 관련 내용
벨포트조던
2023. 1. 30. 18:00
반응형
https://blog.cloudflare.com/moving-k8s-communication-to-grpc/
Moving k8s communication to gRPC
How we use gRPC in combination with Kubernetes to improve the performance and usability of internal APIs.
blog.cloudflare.com
https://techdozo.dev/grpc-load-balancing-on-kubernetes-using-headless-service/
gRPC load balancing on Kubernetes (using Headless Service)
gRPC is one of the most popular modern RPC frameworks for inter-process communication. It's a great choice for microservice architecture.
techdozo.dev
해당내용은
다른 쿠버네티스환경이나 서버가 분리된 상황에서 grpc 통신을 할수 있는지 확인하기 위해 조사한 내용이다.
[grpc other cluster]
반응형