KCNA Cheat Sheet 2026
The 30 highest-yield KCNA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
90 min time limit
75.00% to pass
- What documentation is MOST critical to maintain for safety compliance in the Kubernetes and Cloud Native Associate field? → Incident reports, training records, and inspection logs
- A Pod is stuck in `Pending` state. What is the most likely cause? → No node satisfies the Pod's scheduling requirements
- What happens to a Pod's IP address when the Pod is deleted and recreated by a ReplicaSet? → A new IP address is assigned from the cluster's Pod CIDR
- In a cloud-native architecture, which pattern best describes using object storage (like S3) instead of block storage for application data? → Externalizing state to a managed object store accessed via SDK or API
- Which open-source service mesh uses a per-node proxy model instead of per-pod sidecars? → Cilium Service Mesh
- Which `kubectl` command scales a Deployment named `web` to 10 replicas immediately? → kubectl scale deployment web --replicas=10
- In KCNA practice, what is the best approach to quality improvement in service mesh? → Use data-driven methods with measurable outcomes
- A DaemonSet pod is running on every node. What happens when a new node joins the cluster? → The DaemonSet controller automatically schedules a pod on the new node
- Which KEDA concept defines the external event source that triggers pod scaling? → Scaler
- In Kubernetes and Cloud Native Associate practice, what is the FIRST step when a safety hazard is identified in the workplace? → Immediately secure the area and report the hazard
- Which Kubernetes resource guarantees that a minimum number of Pods in a Deployment remain available during voluntary disruptions? → PodDisruptionBudget
- Which service mesh feature prevents cascading failures by stopping requests to an unhealthy service after a threshold of failures? → Circuit breaker
- Which pod scheduling feature ensures that two pods of the same application never land on the same node? → Pod anti-affinity with requiredDuringSchedulingIgnoredDuringExecution
- When conducting a risk assessment for KCNA operations, which factor should receive the HIGHEST priority? → Probability and severity of potential harm
- What does the Node Controller in kube-controller-manager do when a node becomes unreachable? → Marks the node as NotReady and eventually evicts Pods after a timeout
- What is the cluster CIDR used for in Kubernetes networking? → Assigning IP addresses to pods across the cluster
- A pod using an 'emptyDir' volume is deleted. What happens to the data stored in that volume? → Data is deleted when the pod is removed
- What is the PRIMARY purpose of obtaining KCNA certification in Kubernetes and Cloud Native Associate? → To demonstrate verified competency and adherence to professional standards
- Which professional attribute is most valued in scheduling and scaling within the KCNA field? → Accountability and commitment to standards
- Which cloud native pattern helps external clients communicate with services that use incompatible internal protocols? → Adapter
- What is the 'app of apps' pattern in ArgoCD? → A pattern where one ArgoCD Application manages other ArgoCD Application resources
- Which access mode allows a PersistentVolume to be mounted as read-write by many nodes simultaneously? → ReadWriteMany (RWX)
- What is the role of the kube-scheduler in Kubernetes? → Assigns newly created Pods to nodes
- What is the Container Runtime Interface (CRI) in Kubernetes? → A plugin API that allows kubelet to use different container runtimes without recompilation
- In Prometheus, what type of metric would you use to track the total number of HTTP requests served since startup? → Counter
- What is the OpenGitOps project? → A CNCF project that defines vendor-neutral GitOps principles and a shared specification
- What is the default behavior for a Pod that does not specify a ServiceAccount? → The 'default' ServiceAccount in its namespace is used
- Which component is used to manage persistent storage in Kubernetes? → Persistent Volume Claim
- What is the most important professional competency for KCNA certification in monitoring and logging? → Deep knowledge combined with practical application skills
- Which command shows the resource requests and limits currently set on all containers in a running pod? → Both A and C show this information
Turn these facts into recall:
Was this helpful?