We have 40+ micro services running in pods. Each service have 3 versions so we have 3 pods per service. When we started we had 1 ingress gateway which load balance the incoming HTTP traffic into all of these 40+ backend services. We had been experiencing 500 errors and could not connect to the services. Only was around this is if we point the API endpoint to the Pod IP and not the Ingress external IP. This then disables the load balancing between the versions. Is it right that we have only 1 ingress gateway or should we group pods in. multiple ingress gateway. We have 3 environments (Stage, Perf and Production). In each environment is only 1 ingress gateway. Please advise. Thank You.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Multiple Istio Ingress Gateways
|
0 | 498 | January 16, 2020 | |
Ingress Replicas? | 2 | 2487 | November 22, 2019 | |
Istio Ingress Gateways - Quick Questions | 2 | 814 | December 8, 2019 | |
Install multiple Istio IngressGateway services?
|
0 | 446 | February 17, 2022 | |
How to access Istio Ingress Gateway when it has multiple replicas | 2 | 3216 | July 23, 2019 |