arrow_back
Back

Docker orchestration: clustering, scheduling, and management

Andrew Dorokhov Andrew Dorokhov schedule 1 min read
menu_book Table of Contents

Clustering

Clustering groups hosts (VMs or bare metal) into a shared network and treats the group as one resource instead of separate machines.

Orchestration

Orchestration coordinates the whole system: place containers on the right hosts, wire them together, scale, recover from failures, and rebalance load.

Management

Management covers observability, control, and day-to-day admin tasks across the cluster.

Orchestration and clustering tools

  • Swarm — Docker’s native swarm mode
  • Fleet
  • Kubernetes
  • Mesos

Container management platforms

  • Rancher
  • Clocker
  • Tutum
code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

Docker networking: CNM, drivers, and Swarm networks

arrow_forward