Can I achieve auto-scaling on an increased load for Docker containers

0 votes
Can I achieve auto-scaling on an increased load for Docker containers?
Nov 15, 2019 in Docker by Hannah
• 18,570 points
1,117 views

1 answer to this question.

0 votes
You can use a Load Balancer. It will check for loads on each node, once a node reaches a point where it cannot take any, the load balancer will redirect the traffic to another load.
In case there is no other load available, it will start a node by itself and redirect the traffic there. If such scenarios are very common then it's better to use Kubernetes.
answered Nov 15, 2019 by Payal

Related Questions In Docker

0 votes
2 answers
0 votes
1 answer

Should I use Vagrant or Docker for creating an isolated environment?

If your purpose is the isolation, I ...READ MORE

answered Jul 18, 2018 in Docker by Kalgi
• 2,680 points
726 views
0 votes
1 answer

Where can I find Docker log (driver json-file) location for ‘Docker for windows’?

For windows, the container storage is the ...READ MORE

answered Aug 16, 2018 in Docker by Sophie may
• 10,610 points
2,042 views
0 votes
1 answer

How to run an image with volume on docker for windows?

Try : declaring the volume of container mounting the ...READ MORE

answered Sep 20, 2018 in Docker by Tyrion anex
• 8,700 points
618 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,426 views
0 votes
2 answers

How do I force Docker for a clean build of an image ?

You could try this inorder to clean ...READ MORE

answered Aug 6, 2019 in Docker by Sirajul
• 59,230 points
10,227 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP