Kubernetes ingress rules for external service
问题 This question is similar to the question but this is more around the path in the rule that can be configured. The ingress should be able to handle both the internal services and an external service. The Url for the external service should be something like http://host_name:80/es. When the user hits this url, this should be redirected to the external service. The service definition and the ingress rule are configured as below but it leads to 404. Where am i going wrong? Ingress rules