Hi, we run Kubernetes in AWS and we currently create load balancer 
services, which result in ELBs, for each of our microservices. This has 
caused some challenges related to security groups so we've started to 
evaluate using an ingress for each microservice instead. 

One concern that has come up as I've dug into it is that it feels like the 
ingress controller (we're just using the standard nginx ingress controller) 
becomes a single point of failure. Is this a valid concern? Has anyone ever 
encountered a situation where an issue in one of your microservices has 
tied up so many resources through the ingress controller that other 
microservices become inaccessible, or some other related sort of issue?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to