- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 95字
- 2021-07-02 21:17:27
Swarm mode
In version 1.12, Docker introduced the Swarm mode, built into its engine. To run a cluster, the user needs to execute two commands on each Docker host:
To enter Swarm mode:
$ docker swarm init
To add a node to the cluster:
$ docker swarm join
Unlike Swarm, Swarm mode comes with service discovery, load balancing, security, rolling updates and scaling, and so on, built into the Docker engine itself. Swarm mode makes the management of the cluster easy since it does not require any orchestration tools to create and manage the cluster.
推薦閱讀
- Deep Learning Quick Reference
- Dreamweaver CS3網(wǎng)頁制作融會貫通
- 蕩胸生層云:C語言開發(fā)修行實錄
- Hands-On Machine Learning on Google Cloud Platform
- 數(shù)據(jù)挖掘?qū)嵱冒咐治?/a>
- MicroPython Projects
- Matplotlib 3.0 Cookbook
- 自主研拋機(jī)器人技術(shù)
- 西門子變頻器技術(shù)入門及實踐
- 從零開始學(xué)C++
- 大數(shù)據(jù)案例精析
- Ansible 2 Cloud Automation Cookbook
- 生物3D打印:從醫(yī)療輔具制造到細(xì)胞打印
- 基于RPA技術(shù)財務(wù)機(jī)器人的應(yīng)用與研究
- 精通ROS機(jī)器人編程(原書第2版)