Docker Orchestration

Docker Orchestration #

Docker container orchestration is how we go about hosting containers in a production environment.

Usually, there are multiple hosts (replicas) to provide redundancy.

docker service create --replicas=<integer> <image>

Available tools include:

  • Docker Swarm (from Docker)
  • Kubernetes (from Google) - probably the most popular