# 实战篇

- [Pod：运行于Kubernetes中的容器](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/pod-yun-hang-yu-kubernetes-zhong-de-rong-qi.md)
- [ReplicationController：部署托管的pods](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/replicationcontroller-bu-shu-tuo-guan-de-pods.md)
- [Service：让客户端发现pod并与之通信](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/service-rang-ke-hu-duan-fa-xian-pod-bing-yu-zhi-tong-xin.md)
- [Volumes：给containers挂载磁盘](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/volumes-gei-containers-gua-zai-ci-pan.md)
- [ConfigMap和Secret：配置应用程序](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/configmap-he-secret-pei-zhi-ying-yong-cheng-xu.md)
- [Deployment: 声明式地升级应用](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/deployment-sheng-ming-shi-di-sheng-ji-ying-yong.md)
- [StatefulSet：部署有状态的多副本应用](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional/statefulset-bu-shu-you-zhuang-tai-de-duo-fu-ben-ying-yong.md)


---

# 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://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional.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.
