I'm new working with docker and kubernetes, and I have some problems on my company environment to save somethings.
I have my environment running on a EKS and I need to do a redirect URL on my NGINX ingress-controller, but I couldn't save my changes on environment. I've tried to update rules on my nginx.conf and push a new docker image to deploy on my pod with kubectl set image. The new image was applied when I ran kubectl describe pod on my deployment and my pod, but changes didn't work, nothing was changed.
Is there another way to update pods image on kubernetes?