Docker Flashcards

1
Q

What is containerd?

A

The runtime daemon portion of docker. Think of Docker as being made of multiple parts. CLI, Runtime Daemon, and Low-level Runtime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who maintains Kubernetes?

A

The CNCF (Cloud Native Computing Foundation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between Docker Compose, Docker Swarm and Kubernetes

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a master in Kubernetes?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Pod in Kubernetes?

A

Need to fill this in.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly