Pod Manifest — Certified Kubernetes App Developer (CKAD) Practice Questions

A pod manifest is the YAML or JSON document that declares the desired state of a pod, including metadata, the list of containers, volume definitions, resource requests and limits, security context, and scheduling constraints. The CKAD exam expects candidates to read, write, and troubleshoot pod manifests fluently, since nearly every task involves either creating or modifying one. Common exam scenarios require adding environment variables, mounting volumes, setting image pull policies, or configuring probes directly in the manifest. A precise understanding of manifest structure, particularly the distinction between pod-level and container-level fields, is required to avoid syntax errors under time pressure.

Free questions on pod manifest

How do you specify environment variables in a Pod manifest?
Free question · medium · full answer + explanation
Practice Certified Kubernetes App Developer (CKAD) Questions Free