Docker Swarm Part 4: High Availability

preview_player
Показать описание
Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual Docker host. It is powerful, highly scalable, and easy to use. Swarm maintainer and Docker Engineer Alexandre Belsic went in front of a whiteboard to give a high level introduction to how Swarm can be used. This is Part 1, the overview.

--

Docker is an open platform for developers and system administrators to build, ship and run distributed applications. With Docker, IT organizations shrink application delivery from months to minutes, frictionlessly move workloads between data centers and the cloud and can achieve up to 20X greater efficiency in their use of computing resources. Inspired by an active community and by transparent, open source innovation, Docker containers have been downloaded more than 700 million times and Docker is used by millions of developers across thousands of the world’s most innovative organizations, including eBay, Baidu, the BBC, Goldman Sachs, Groupon, ING, Yelp, and Spotify. Docker’s rapid adoption has catalyzed an active ecosystem, resulting in more than 180,000 “Dockerized” applications, over 40 Docker-related startups and integration partnerships with AWS, Cloud Foundry, Google, IBM, Microsoft, OpenStack, Rackspace, Red Hat and VMware.
Рекомендации по теме
Комментарии
Автор

Thanks for the video
I have a question, how would you load balance between the 3 managers? Can you please guide me to an article or example

TAHERBAHASHWAN
Автор

Hi,
Do we need a container for docker swarm to work. ?
How does the service installed on a master replicate on workers when there is no shared space.?
Will Docker engine be sufficient to run the service on a worker ?
When a host(worker ) fails, the fail over is controlled by master ?

ramdev
Автор

What happens if both the swarm manager and the consul instance instance go down before elections take place?

MrJinwright
Автор

How can I manage Docker Swarm to handle big monoliths like Oracle servers or large ERP packages like SAP? Or Is it more appropriate to use Swarm with distributed applications or microservices onto a cluster?

luisclaudiosilveira
Автор

Why cant we have capability of HA for containers rather than Swarm manager? Just like Kubernetes does.

thelostsoul-official