What exactly does nginx.ingress.kubernetes.io/rewrite-target: /$1 mean in minikube annotation?
While working with minikube ingress, I have to write nginx.ingress.kubernetes.io/rewrite-target: /$1. I have been trying hard to understand why we need this annotation and how to use it. I know that the doc says the following: In some scenarios the…