Routing issues with nginx ingress controller and basic django app
EDIT: I rewrote the question with a fully reproducible example. I have a sample Django app with the base getting started https://docs.djangoproject.com/en/3.2/intro/tutorial01/, that is, there are two paths /admin and /polls. If I deploy the app using NodePort, I can…