What is the smallest deployable unit in Kubernetes?
Kubernetes and Cloud Native Associate
CNCF_KCNAReady to test yourself?
A timed, blueprint-proportional exam drawn fresh from this bank โ with a per-domain score report.
๐ Free preview: showing 10 of 60 questions. Unlock the full bank โ every question, explanation, and reference.
Unlock all 60 questions โ10 questions across 5 topics. Choose an answer for each question, then check it to see the correct answer and explanation.
Filter by topic
All 10 questions
Kubernetes Fundamentals
10 questions in topicCore objects, cluster architecture, control plane components, and networking basics.
Which component exposes the Kubernetes API and acts as the front end for all cluster interactions?
What is etcd used for in a Kubernetes cluster?
Which control plane component assigns newly created pods to nodes?
What is the role of the kubelet?
Which Kubernetes object manages a set of replica pods with support for declarative updates and rollbacks?
Which object is designed specifically for stateful applications needing stable network identities and persistent storage per pod?
Which object ensures a copy of a pod runs on all (or a subset of) nodes in a cluster?
What does a Kubernetes Service provide?
What is the difference between a ConfigMap and a Secret?