What is a Container/VM Orchestrator?
About
Container Orchestrator:
manage,
scale,
start/stop
-
They are also known as scheduler.
This is where you create and run container in production.
ie a cluster resource manager (same as Yarn) where the applications are containers.
List
Kubernete - the Google open source orchestrator (actual winner)
Swarm - the Docker orchestrator
-
portainer (29.3k Stars) - Supports
standalone docker where the Portainer Server, and the Portainer Agent run as lightweight Docker containers on the Docker engine