How to add the pod name to HTTP response headers using Ingress NGINX Controller?
I have a deployment with multiple replica pods behind a service. Sometimes, I want to know which of these pods is serving a request, i.e. to view the logs when there is some strange behaviour. Is there a way to…