JN0-214 · Question #3
Which two statements about Kubernetes are correct? (Choose two.)
The correct answer is A. Kubernetes is compatible with the container open container runtime. C. A container is the smallest unit of computing that you can manage with Kubernetes. Option A: Kubernetes supports the Open Container Initiative (OCI) runtime standards, which ensure compatibility with various container runtimes like containerd, cri-o, and others. This flexibility allows Kubernetes to work with different container engines beyond just Docker…
Question
Which two statements about Kubernetes are correct? (Choose two.)
Options
- AKubernetes is compatible with the container open container runtime.
- BKubernetes requires the Docker daemon to run Docker containers.
- CA container is the smallest unit of computing that you can manage with Kubernetes.
- DA Kubernetes cluster must contain at least one control plane node.
How the community answered
(40 responses)- A78% (31)
- B15% (6)
- D8% (3)
Explanation
Option A: Kubernetes supports the Open Container Initiative (OCI) runtime standards, which ensure compatibility with various container runtimes like containerd, cri-o, and others. This flexibility allows Kubernetes to work with different container engines beyond just Docker. Option C: In Kubernetes, a container represents the smallest deployable unit of computing. Containers encapsulate application code, dependencies, and configurations. Kubernetes manages containers through higher-level abstractions like Pods, which are groups of one or more
Topics
Community Discussion
No community discussion yet for this question.