-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Elastic Kubernetes Service on AWS
By :

Docker works well on a single machine, but what if you need to deploy thousands of containers across many different machines? This is what container orchestration aims to do: to schedule, deploy, and manage hundreds or thousands of containers across your environment. There are several platforms that attempt to do this:
The control/data plane, a common architecture for container orchestrators, is shown in the following diagram:
Figure 1.4 – An overview of container orchestration
Container orchestration usually consists of the brain or scheduler/orchestrator that decides where to put the containers (control plane), while the worker runs the actual containers (data plane). The orchestrator offers a number of additional features:
We’ve spoken about container orchestration at the conceptual level, now let’s take a look at Kubernetes to make this concept real.
Change the font size
Change margin width
Change background colour