In my understanding, curl localhost should show the application hello world, but it doesn't, instead I get an NGINX timeout. Calling appvia docker IP directly succeeds. Scaling doesn't change this behavior.
Looking at cat etc/nginx/conf.d/app.confinside the lb container I get
In my understanding,
curl localhost
should show the applicationhello world
, but it doesn't, instead I get an NGINX timeout. Callingapp
via docker IP directly succeeds. Scaling doesn't change this behavior.Looking at
cat etc/nginx/conf.d/app.conf
inside the lb container I getno matter what scaling I choose.
What is happening here?