Pods — Certified Kubernetes Administrator (CKA) Practice Questions
Pods are the smallest deployable unit in Kubernetes and the building block for every higher-level workload object such as Deployments, StatefulSets, and DaemonSets. The CKA exam tests candidates on pod specification fields including containers, init containers, volumes, resource requests and limits, probes, and restart policies. Candidates must be able to create, modify, and debug pods using kubectl run, kubectl apply, and imperative editing commands under time pressure. Understanding pod lifecycle states such as Pending, Running, CrashLoopBackOff, and OOMKilled is essential for the troubleshooting sections of the exam.
Free questions on pods
What is the purpose of a Service in Kubernetes?
Free question · easy · full answer + explanation