Ambassador shows no healthy upstream Ambassador shows no healthy upstream kubernetes kubernetes

Ambassador shows no healthy upstream


In my case the mapping was right but the service was actually in different namespace than Ambassador. I was missing the .namespace in the service name:

So change the service fromservice: <service.name>to
service: <service.name>.<namespace>