# 实践概览

Kubernetes 实践及常用技巧，包括

* [资源控制](https://kubernetes.feisky.xyz/practice/resource-management)
* [监控](https://kubernetes.feisky.xyz/setup/addon-list/monitor)
* [日志](https://kubernetes.feisky.xyz/setup/addon-list/logging)
* [高可用](https://kubernetes.feisky.xyz/practice/ha)
* [调试](https://kubernetes.feisky.xyz/practice/debugging)
* [端口映射](https://kubernetes.feisky.xyz/practice/portmap)
* [端口转发](https://kubernetes.feisky.xyz/practice/portforward)
* [GPU](https://kubernetes.feisky.xyz/practice/index)
* [安全](https://kubernetes.feisky.xyz/practice/security)
* [审计](https://kubernetes.feisky.xyz/practice/audit)
* [备份恢复](https://kubernetes.feisky.xyz/practice/backup)
* [证书轮换](https://kubernetes.feisky.xyz/practice/certificate-rotation)
* [大规模集群](https://kubernetes.feisky.xyz/practice/big-cluster)

除了这些技巧外，[AKS 官方文档](https://docs.microsoft.com/zh-cn/azure/aks/best-practices) 也包含了很多集群操作和应用程序的最佳做法。


---

# 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://kubernetes.feisky.xyz/practice/index.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.
