Docker Flashcards
What is containerd?
The runtime daemon portion of docker. Think of Docker as being made of multiple parts. CLI, Runtime Daemon, and Low-level Runtime.
Who maintains Kubernetes?
The CNCF (Cloud Native Computing Foundation)
What is the difference between Docker Compose, Docker Swarm and Kubernetes
Compose only defines how a multicontainer app needs to run without any concern for scale. Swarm and Kubernetes are orchestration engines and handle the idea of how to scale and self heal and other concerns with really running in production.
What is a master in Kubernetes?
These are the machines are in charge of running the cluster. They are also called head nodes. They handle the orchestration and scheduling. Together they make up the control plane.
What is a Pod in Kubernetes?
Need to fill this in.