# 社区活动

- [技术交流](https://doc.spotmaxtech.com/she-qu-huo-dong/techtalk.md)
- [2023/05/28 亚马逊云科技 Community Day 深圳站](https://doc.spotmaxtech.com/she-qu-huo-dong/techtalk/20230528-aws-community-day.md)
- [技术文章](https://doc.spotmaxtech.com/she-qu-huo-dong/techdoc.md)
- [2023.5 记一次EKS 1.22->1.26 升级](https://doc.spotmaxtech.com/she-qu-huo-dong/techdoc/2023.6-ji-yi-ci-eks-1.221.25-sheng-ji.md)
- [2023.8 创建EKS后要关注的几个事情](https://doc.spotmaxtech.com/she-qu-huo-dong/techdoc/2023.8-chuang-jian-eks-hou-yao-guan-zhu-de-ji-ge-shi-qing.md): 在控制台创建EKS之后有几个收尾工作要注意，这些事项可以手工，也可以使用terraform之类的进行自动化
- [Kubernetes Workshop](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop.md)
- [基础篇](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/basic.md)
- [Docker学习环境](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/basic/docker-xue-xi-huan-jing.md)
- [开始使用Docker](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/basic/kai-shi-shi-yong-docker.md)
- [开始使用Kubernetes](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/basic/kai-shi-shi-yong-kubernetes.md)
- [实战篇](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/additional.md)
- [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)
- [实践篇](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced.md)
- [Helm Charts（上）](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-he-charts.md)
- [什么是Helm和Chart？](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-he-charts/shen-me-shi-helm-he-chart.md)
- [使用Helm](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-he-charts/shi-yong-helm.md)
- [Helm Charts（中）](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-zhong.md)
- [创建自己的chart](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-zhong/chuang-jian-zi-ji-de-chart.md)
- [Chart模版构造和语法](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-zhong/chart-mo-ban-gou-zao-he-yu-fa.md)
- [使用仓库管理chart](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-zhong/shi-yong-cang-ku-guan-li-chart.md): Chart
- [Helm Charts（下）](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-xia.md)
- [一个实际的项目](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-xia/yi-ge-shi-ji-de-xiang-mu.md)
- [最后，Helm不是必须的](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/helm-charts-xia/zui-hou-helm-bu-shi-bi-xu-de.md)
- [持续集成（Gitops）](https://doc.spotmaxtech.com/she-qu-huo-dong/kubernetes-workshop/advanced/chi-xu-ji-cheng-gitops.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.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.
