Can't Access a Kyma Endpoint (503 status code) ​
Symptom ​
You try to access a Kyma endpoint and receive the 503 status code.
Cause ​
This behavior might be caused by a configuration error in Istio Ingress Gateway. As a result, the endpoint you call is not exposed.
Solution ​
To fix this problem, restart the Pods of Istio Ingress Gateway.
List all available endpoints:
bashkubectl get virtualservice --all-namespacesTo trigger the recreation of their configuration, delete the Pods of Istio Ingress Gateway:
bashkubectl delete pod -l app=istio-ingressgateway -n istio-system
If the restart doesn't help, follow these steps: