kubernetes-go-grpc icon indicating copy to clipboard operation
kubernetes-go-grpc copied to clipboard

[question] Can not to scale add-deployment(summation-service)

Open yangwenmai opened this issue 5 years ago • 4 comments

could you scale grpc loadbalance add-service ?

Only provide a pod node service forever.

I modify the summation-service.yml, I add a type: LoadBalancer in add-service, but I get this msg.

r2

yangwenmai avatar Apr 04 '19 00:04 yangwenmai

Right now this repo demonstrates very basic implementation. There are several ways to load balance gRPC traffic like client side load balancing, sidecar load balancing etc. You can find more details here

shuza avatar Apr 30 '19 18:04 shuza

@yangwenmai you can use Linkerd for load balancing.

shuza avatar Oct 13 '19 09:10 shuza

@yangwenmai you can use Linkerd for load balancing.

Maybe you can add a demo ?

yangwenmai avatar Oct 14 '19 10:10 yangwenmai

I am working on it. Hopefully soon I will add it to the repository.

shuza avatar Oct 14 '19 17:10 shuza