# Certifications

*A list of some credible certifications to certify yourself as Kubernetes expert*

* [Certified Kubernetes Administrator (CKA)](https://www.cncf.io/certification/cka/)
* [The ultimate **CKA** "Certfified Kuberenetes Administator" resource since exam inception](https://github.com/walidshaari/Kubernetes-Certified-Administrator) - An updated repo of offical resources to help you master the CKA exam as well some extra resources to consolidate your kubernetes administration knowledge.
* [Certified Kubernetes Application Developer (CKAD)](https://www.cncf.io/certification/ckad/)
* [Practice Mock Tests](https://github.com/ShubhamTatvamasi/kubernetes-practice-tests)
* [CKAD Excercises](https://github.com/dgkanatsios/CKAD-exercises)
* [Certified Kubernetes security specialist **CKS** certification](https://github.com/walidshaari/Certified-Kubernetes-Security-Specialist) - Kubernetes security material primarly from resources allowed during the exam, and extra optional items to help you advance your containers and kubernetes knowledge and security journey.


---

# 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://ramitsurana.gitbook.io/awesome-kubernetes/docs/learning-resources/certifications.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.
