Nginx – Why does my Flask application only work properly on AKS with one replica?
When I deploy a simple flask application on AKS with one replica, the application is running as expected. But when I deploy the application with two replicas, it was not working as expected. User not able to redirect home page…