# 最佳实践概览

本章节从零开始创建我们自己的kubernetes集群，并在该集群的基础上，配置服务发现、负载均衡和日志收集等功能，使我们的集群能够成为一个真正线上可用、功能完整的集群。

* 第一部分[ 在CentOS上部署kubernetes集群](/kubernetes-handbook/zui-jia-shi-jian/install-kubernetes-on-centos.md)中介绍了如何通过二进制文件在CentOS物理机（也可以是公有云主机）上快速部署一个kubernetes集群。
* 第二部分介绍如何在kubernetes中的服务发现与负载均衡。
* 第三部分介绍如何运维kubernetes集群。
* 第四部分介绍kubernetes中的存储管理。
* 第五部分关于kubernetes集群和应用的监控。
* 第六部分介绍kuberentes中的服务编排与管理。
* 第七部分介绍如何基于kubernetes做持续集成与发布。
* 第八部分是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/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.
