Is there a way i can run multiple instances of .net 6 web app on same port in cluster mode on linux?
I tried this using supervisord and pm2 but it does not work and gives
address in use
error.
If web app is not containerized, how can we scale it on prem?