Issues with Dgraph running in Kubernetes (K8 Loadbalancing?)

That makes sense. Also, you can have the ingress and/or load balancers be private only. This way, you can reduce load balancers per service and keep it private internal only.

Service mesh make sense in the long run, especially with microservices, such as determine which ones can talk to the database or not, and balance traffic load evenly for HTTP/2 if GRPC clients are used.

1 Like