Place docker in VPS and launch multiple web server containers.
Suppose you put nginx in the host and load balance each container when accessing it.
Does this work for load balancing?
Each server container is load balanced, but
I think the load on the host will not change...
Running multiple containers for Web servers in a single server does not balance the load, but rather adds the overhead of running the containers and adds up.
Isn't it availability, not load balancing?
1 Even if the process dies, the service will continue, right?
© 2024 OneMinuteCode. All rights reserved.