You are on page 1of 1

#container

What is it
What it does
Dynamically schedules container workloads within a cluster of computers →
Distributed computing
Provides a standardized application definition file (kube yaml, docker
compose, etc)

Traits
1. Allow containers within an application to be scheduled completely separately
Allows the utilization of large cluster
Individual containers fail
Container Host fail (disk, network, reboot)
Container Engine fail (corruption, start)
Individual containers need to be scaled up, down

List of Container Orchestrator


The big 3:
k8s is the defactor standard
Mesos
docker swarm
docker-compose
OpenShift

You might also like