# CKAD考试

考试内容涵盖如下知识点：

* [13% – Core Concepts，核心概念](https://blog.csdn.net/xixihahalelehehe/article/details/108342028)
* [18% – Configuration，配置](https://blog.csdn.net/xixihahalelehehe/article/details/108342510)
* [10% – Multi-Container Pods，多容器Pod](https://blog.csdn.net/xixihahalelehehe/article/details/108350785)
* [18% – Observability，观察](https://blog.csdn.net/xixihahalelehehe/article/details/108358664)
* [20% – Pod Design，Pod设计](https://blog.csdn.net/xixihahalelehehe/article/details/108365404)
* [13% – Services & Networking，服务与网络](https://blog.csdn.net/xixihahalelehehe/article/details/108420840)
* [8% – State Persistence，状态持久](https://blog.csdn.net/xixihahalelehehe/article/details/108424082)

### 2. 考试练习准备 <a href="#id-2__10" id="id-2__10"></a>

[基础kubernets概念](https://kubernetes.io/docs/concepts/)\
[kubernetes task运用](https://kubernetes.io/docs/tasks/)

考试资源：\
<https://github.com/bmuschko/ckad-prep>\
<https://github.com/dgkanatsios/CKAD-exercises>

[扩展阅读](https://kubernetes.feisky.xyz)

[考试收藏夹](https://zyg.blob.core.windows.net/share/favorites_k8s.html)

考试经验分享：\
<https://ottodeng.io/post/ckad-exam/>


---

# 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://ghostwritten.gitbook.io/kubernetes-exam-in-action/ckad-kao-shi.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.
