- Learning Windows Server Containers
- Srikanth Machiraju
- 156字
- 2021-07-02 23:23:23
Docker Swarm
Swarm is a native cluster management solution from Docker. Swarm helps you manage a pool of containers hosts as a single unit. Swarm is delivered as an image called Docker Swarm image. Docker Swarm image should be installed on a node and the container hosts should be configured with TCP ports and TLS certificates to connect to the swarm. Swarm provides an API layer to access the container or cluster services so that developers can build their own management interface. Swarm follows Plug and Play (PnP) architecture, so most of the components of swarm can be replaced as per needs. A few of the cluster management capabilities provided by swarm are:
- Discovery services for discovering images using public/private hosts or event list of IPs
- Docker Compose, which can be used for orchestrating multicontainer deployment in a single file
- Advanced scheduling for strategically placing containers on selective nodes depending on the ranking/priority and filtering nodes
推薦閱讀
- Kubernetes修煉手冊
- Hands-On DevOps with Vagrant
- SharePoint 2013 WCM Advanced Cookbook
- Windows Phone應用程序開發
- Linux就該這么學
- Linux使用和管理指南:從云原生到可觀測性
- 嵌入式實時操作系統:RT-Thread設計與實現
- Joomla! 3 Template Essentials
- AWS Development Essentials
- Ceph分布式存儲實戰
- OpenStack系統架構設計實戰
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Learn CUDA Programming
- Learning BeagleBone
- μC/OS-III內核實現與應用開發實戰指南:基于STM32