Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertificationsKCNAStudy Guide

CNCF · 2026 Edition

KCNA Study Guide — How to Pass Kubernetes and Cloud Native Associate

A complete preparation guide written by CNCF-certified engineers. Covers the exam format,all 5 blueprint domains, a week-by-week study plan, and proven tips for passing first time.

4–8 weeks

Prep time

Beginner

Difficulty

Hands-on lab

Format

Exam OverviewPractice TestExam DomainsSample QuestionsStudy Guide

On this page

  1. 1. KCNA Exam at a Glance
  2. 2. Why Earn the KCNA?
  3. 3. Exam Domains & Weights
  4. 4. Study Plan
  5. 5. Exam Tips
  6. 6. Practice Questions

KCNA Exam at a Glance

Exam code

KCNA

Full name

Kubernetes and Cloud Native Associate

Vendor

CNCF

Duration

90 minutes

Exam format

Performance-based lab (no multiple-choice)

Domains covered

5 blueprint domains

Recommended experience

No formal prerequisites; basic familiarity with containers is helpful

Typical prep time

4–8 weeks

Why Earn the KCNA?

KCNA (Kubernetes and Cloud Native Associate) is the entry-level cloud native credential. It validates foundational knowledge of Kubernetes and the cloud native ecosystem — a natural starting point before pursuing CKA or CKAD.

Job roles this opens

Junior DevOps EngineerCloud Native Developer (entry)Platform Engineer (entry)IT StudentCareer Changer into Cloud

KCNA Exam Domains

Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.

Kubernetes Fundamentals
Container Orchestration
Cloud Native Architecture
Cloud Native Observability
Cloud Native Application Delivery

Detailed domain breakdown with subtopics →

Performance-based exam

The real exam is entirely performance-based — there are no multiple-choice questions. Courseiva questions reinforce concepts, but hands-on lab practice is still required.

KCNA Study Plan

Weeks 1–2

Kubernetes Fundamentals (46%): architecture, objects, workloads, scheduling basics

Tip: KCNA is a knowledge-based multiple choice exam, not a performance exam. Know the Kubernetes architecture: control plane components (kube-apiserver, etcd, kube-scheduler, kube-controller-manager) and worker node components (kubelet, kube-proxy, container runtime). Know what each component does.

Weeks 3–4

Container Orchestration (22%) and Cloud Native Architecture (16%)

Tip: Container orchestration concepts: service discovery, load balancing, horizontal scaling, rolling updates, self-healing (restart failed containers). Know what problems Kubernetes solves and what you would have to do manually without it.

Weeks 5–6

Cloud Native Observability (8%) and Application Delivery (8%)

Tip: Cloud native observability: metrics (quantitative data — Prometheus), logs (event records — Loki, Elasticsearch), traces (distributed request tracking — Jaeger, Zipkin). Know what each pillar of observability captures and which tools are associated with each.

Weeks 7–8

Practice questions and CNCF landscape review

Tip: The CNCF Cloud Native Landscape includes hundreds of projects. KCNA tests the most prominent ones: Prometheus (metrics), Grafana (dashboards), Fluentd (log aggregation), Jaeger (tracing), Argo CD (GitOps), Helm (package management), Linkerd/Istio (service mesh). Know what category each belongs to.

KCNA Exam Tips

KCNA is 60 questions in 90 minutes. The passing score is 75%. It is a lower-pressure exam than CKA/CKAD — use it to validate your conceptual knowledge before diving into the performance-based exams.

GitOps is a key KCNA topic: the practice of using Git as the single source of truth for infrastructure and application configuration. Know the two GitOps operators — Argo CD and Flux CD — and what problem GitOps solves (drift between desired and actual cluster state).

Service mesh is tested at a conceptual level on KCNA: a service mesh adds a sidecar proxy to each pod to handle service-to-service communication (mTLS, traffic management, observability) without requiring application code changes. Istio and Linkerd are the primary implementations.

Container runtime interface (CRI): Kubernetes uses the CRI to communicate with container runtimes. Know that Docker was replaced as the default runtime by containerd, and that CRI-O is an alternative lightweight runtime. The CRI abstraction allows Kubernetes to work with any compliant runtime.

Serverless on Kubernetes is a KCNA topic: Knative provides event-driven serverless workloads on top of Kubernetes, automatically scaling to zero when there is no traffic. Know what problem Knative solves and how it differs from running a standard Deployment.

Ready to practice KCNA?

Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.

Free Practice TestStart Practising

KCNA concept guides

Deep-dive explanations of the key topics tested on KCNA — with exam key points and common misconceptions.

KCNA Kubernetes Fundamentals

The KCNA (Kubernetes and Cloud Native Associate) is CNCF's entry-level Kubernetes certification.

Related Study Guides

CKA

Kubernetes Administrator

GCDL

Google Cloud Digital Leader