What's the difference between exposing nginx as load balancer vs Ingress controller?
问题 I understood Ingress can be used when we want to expose multiple service/routes with a single Load Balancer / public IP. Now I want to expose my Nginx server to public. I have two choices Set service type as LoadBalancer voila I got public IP Use Nginx Ingress Controller Now I can get my job done with Option 1 when or why would I choose Option 2 whats the advantage of having nginx with Ingress without Ingress ? 回答1: There is a difference between ingress rule (ingress) and ingress controller .