Ambassador responds with “no healthy upstream”
问题 I have a simple k3s cluster with the Ambassador ingress controller installed as per the docs When I try to access the service through my browser, I just get a "no healthy upstream" message. These are my configs: $ kubectl describe svc web-test-service Name: web-test-service Namespace: default Labels: app=web-test Annotations: Selector: app=web-test Type: ClusterIP IP: 10.43.109.123 Port: <unset> 8080/TCP TargetPort: 8080/TCP Endpoints: 10.42.1.19:8080 Session Affinity: None Events: <none> $