# KCNA Notes

The Kubernetes and Cloud Native Associate (KCNA) exam demonstrates a user’s foundational knowledge and skills in Kubernetes and the wider cloud native ecosystem.

<figure><img src="https://notes.kaiwalyakoparkar.com/~gitbook/image?url=https%3A%2F%2Ftraining.linuxfoundation.org%2Fwp-content%2Fuploads%2F2021%2F09%2FKCNA-Logo-300x300.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=e5aeff12&#x26;sv=2" alt=""><figcaption><p>kcna.png</p></figcaption></figure>

### Who is it for: <a href="#who-is-it-for" id="who-is-it-for"></a>

The KCNA is a pre-professional certification designed for candidates interested in advancing to the professional level through a demonstrated understanding of Kubernetes foundational knowledge and skills. This certification is ideal for students learning about or candidates interested in working with cloud native technologies.

### What It Demonstrates <a href="#what-it-demonstrates" id="what-it-demonstrates"></a>

KCNA will demonstrate a candidate’s basic knowledge of Kubernetes and cloud-native technologies, including how to deploy an application using basic kubectl commands, the architecture of Kubernetes (containers, pods, nodes, clusters), understanding the cloud-native landscape and projects (storage, networking, GitOps, service mesh), and understanding the principles of cloud-native security.

### Resources

* [Certification Page](https://training.linuxfoundation.org/certification/kubernetes-cloud-native-associate/)
* [Kubernetes and Cloud Native Associate (KCNA) Practice Exams — Udemy](https://www.udemy.com/course/kcna-exams/?couponCode=KEEPLEARNING)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abdelfare.gitbook.io/notes/kubernetes/kcna-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
