From 19e1fb16a94824131f183596c18236d25159e825 Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 3 Mar 2022 20:58:37 +0200 Subject: [PATCH] add cloud info --- CloudComputing_Lab/modules/ROOT/pages/f.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CloudComputing_Lab/modules/ROOT/pages/f.adoc b/CloudComputing_Lab/modules/ROOT/pages/f.adoc index a4f9952..b5fee4f 100644 --- a/CloudComputing_Lab/modules/ROOT/pages/f.adoc +++ b/CloudComputing_Lab/modules/ROOT/pages/f.adoc @@ -2,6 +2,21 @@ = Swarm +Docker Swarm is a *clustering* and *scheduling* tool for Docker containers. With Swarm, IT administrators and developers can establish and manage a cluster of Docker nodes as a single virtual system. + +Clustering is an important feature for container technology, because it creates a cooperative group of systems that can provide redundancy, enabling Docker Swarm failover if one or more nodes experience an outage. + +Features: + +- Decentralized design +- Scaling +- Desired state reconciliation +- Multi-host networking +- Service discovery +- Load balancing +- Secure by default +- Rolling updates + == Create http://docs.swarmlab.io/SwarmLab-HowTos/labs/cloud/Creaate-Swarm.adoc.html#_create_swarm[Create a swarm^]