# 基本概念

- [kubernetes架构](https://k8s.huweihuang.com/project/concepts/architecture.md)
- [Kubernetes总架构图](https://k8s.huweihuang.com/project/concepts/architecture/kubernetes-architecture.md)
- [基于Docker及Kubernetes技术构建容器云（PaaS）平台概述](https://k8s.huweihuang.com/project/concepts/architecture/paas-based-on-docker-and-kubernetes.md)
- [kubernetes对象](https://k8s.huweihuang.com/project/concepts/object.md)
- [理解kubernetes对象](https://k8s.huweihuang.com/project/concepts/object/understanding-kubernetes-objects.md)
- [kubernetes常用对象说明](https://k8s.huweihuang.com/project/concepts/object/kubernetes-basic-concepts.md)
- [Pod](https://k8s.huweihuang.com/project/concepts/pod.md)
- [Pod介绍](https://k8s.huweihuang.com/project/concepts/pod/pod.md)
- [Pod定义文件](https://k8s.huweihuang.com/project/concepts/pod/pod-definition.md)
- [Pod生命周期](https://k8s.huweihuang.com/project/concepts/pod/pod-lifecycle.md)
- [Pod健康检查](https://k8s.huweihuang.com/project/concepts/pod/pod-probe.md)
- [Pod存储卷](https://k8s.huweihuang.com/project/concepts/pod/pod-volume.md)
- [Pod控制器](https://k8s.huweihuang.com/project/concepts/pod/pod-scheduler.md)
- [Pod伸缩与升级](https://k8s.huweihuang.com/project/concepts/pod/pod-operation.md)
- [配置](https://k8s.huweihuang.com/project/concepts/configmap.md)
- [ConfigMap](https://k8s.huweihuang.com/project/concepts/configmap/pod-configmap.md)
- [Workload](https://k8s.huweihuang.com/project/concepts/concepts.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://k8s.huweihuang.com/project/concepts.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.
