# 运维管理

将集群部署到生产环境后就不得不考虑运维管理问题。运维管理问题主要包括如下几个方面：

* **监控**：包括 kubernetes 本身组件和 Pod、应用的监控
* **日志收集**：包括 kubernetes 本身组件的日志，应用的日志
* **审计**：用户对集群操作的审计
* **安全**：用户权限的管理和镜像漏洞扫描


---

# 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.cncf.vip/kubernetes-handbook/zui-jia-shi-jian/operation.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.
