...

/

Container Orchestration

Container Orchestration

Learn how Orchestrators help in configuring, running, and updating the multiple containers that make up an application.

How has Docker changed the Ops landscape?

Docker has changed the Ops landscape in two key ways.

Firstly, its built-in delivery mechanism—the ability to push images to a Docker Registry and pull them down as needed—solves a common question: how do I get my software onto the target machine?

Secondly, containers let us treat hugely disparate software in essentially the same way: we use the same mechanism to start, stop, and restart containers, whatever they happen to be running.

What is container orchestration?

This standardization, both in terms of delivery ...