Study Guide
Kubernetes and Cloud Native Associate Study Guide
Use the saved domain outline to connect kubernetes fundamentals, container orchestration, cloud native architecture, observability to scenario-based questions and explanations.
How the Exam Is Structured
Kubernetes and Cloud Native Associate (KCNA) validates kubernetes fundamentals, container orchestration, cloud native architecture, observability. The ExamPal practice bank includes 517 premium questions and 40 free questions mapped across the official blueprint.
| Domain | Weight | Focus |
|---|---|---|
| Kubernetes Fundamentals | 29% | Task 1.1: Explain core Kubernetes architecture; Describe the role of the control plane in cluster operations |
| Container Orchestration | 19% | Task 2.1: Explain workload scheduling and placement; Identify the scheduler as the component that assigns Pods to nodes |
| Cloud Native Architecture | 18% | Task 3.1: Explain cloud native principles; Describe characteristics such as scalability, resilience, automation, and loose coupling |
| Observability | 15% | Task 4.1: Explain observability fundamentals; Define observability in terms of metrics, logs, and traces |
| Application Delivery | 19% | Task 5.1: Explain modern software delivery concepts; Distinguish continuous integration from continuous delivery and continuous deployment |
29% of exam
Kubernetes Fundamentals
Covers the core Kubernetes architecture, objects, kubectl usage, pod lifecycle, networking, and storage/configuration basics. This domain focuses on foundational concepts needed to understand how Kubernetes clusters run and how workloads are defined and managed.
19% of exam
Container Orchestration
Covers scheduling and placement, desired-state management, specialized workload types, scaling mechanisms, and the container runtime environment. This domain emphasizes how Kubernetes places, maintains, and scales workloads.
18% of exam
Cloud Native Architecture
Covers cloud native principles, CNCF governance, service exposure, service mesh concepts, and serverless/event-driven patterns. This domain emphasizes architectural patterns and ecosystem concepts used in cloud native systems.
15% of exam
Observability
Covers observability fundamentals, metrics collection and monitoring, logging, tracing, and troubleshooting clusters and workloads. This domain focuses on how to understand system behavior using metrics, logs, traces, and operational signals.
19% of exam
Application Delivery
Covers modern delivery concepts, deployment strategies, GitOps, packaging and configuration tools, and secure and reliable application delivery. This domain focuses on how applications are built, released, updated, and managed in Kubernetes environments.
Key Terms to Know
These terms are loaded from the shared terminology pack and appear across the question explanations.
- Application Delivery
- The cloud-native practice of deploying, managing, and operating applications reliably in production.
- Blue/Green Deployment
- A deployment strategy using two environments so traffic can be switched from the current version to a new version with minimal downtime.
- CNCF
- The Cloud Native Computing Foundation, the organization that hosts Kubernetes and supports the cloud native ecosystem.
- CNI
- Container Network Interface, a standard for configuring container networking in Kubernetes.
- CNI Plugin
- A networking plugin that implements the CNI standard to provide pod IP assignment and network connectivity.
- CRI
- Container Runtime Interface, the standard API used by kubelet to communicate with container runtimes.
- ClusterIP
- The default Kubernetes Service type that exposes a service internally within the cluster.
- ClusterRole
- A Kubernetes RBAC object that defines permissions at the cluster scope or across namespaces.
- ClusterRoleBinding
- A Kubernetes object that grants the permissions of a ClusterRole to subjects across the cluster.
- ConfigMap
- A Kubernetes object used to store non-sensitive configuration data as key-value pairs.
- DaemonSet
- A Kubernetes controller that ensures a pod runs on every node, or on a selected subset of nodes.
- Deployment
- A Kubernetes workload resource that manages ReplicaSets and maintains the desired number of pod replicas.
- Errors
- A measure of failed requests or operations in a system.
- Fluentd
- A CNCF logging project used to collect, process, and forward logs in cloud-native environments.
- GitOps
- An operational model where the desired state of applications and infrastructure is stored declaratively in Git and reconciled automatically.
- Golden Signals
- The four key service health metrics: latency, traffic, errors, and saturation.
- Graduated Project
- A CNCF project maturity level indicating strong stability, governance, adoption, and production readiness.
- Ingress
- A Kubernetes API object used to manage external access to services, typically HTTP and HTTPS routing.
Official Materials and Guidance
This page is built from Linux Foundation official materials and ExamPal shared release pack, the shared syllabus, topic tree, terminology pack, free pack, and premium pack.
- -Guidance: Linux Foundation exam page, prep handbook
- -Domain outline: Kubernetes Fundamentals 44%; Container Orchestration 28%; Cloud Native Application Delivery 16%; Cloud Native Architecture 12%.