> For the complete documentation index, see [llms.txt](https://gitbook.gpg123.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.gpg123.vip/untitled/apps/index.md).

# 服务治理

本章介绍 Kubernetes 服务治理，包括容器应用管理、Service Mesh 以及 Operator 等。

目前最常用的是手动管理 Manifests，比如 kubernetes github 代码库就提供了很多的 manifest 示例

* <https://github.com/kubernetes/kubernetes/tree/master/cluster/addons>
* <https://github.com/kubernetes/examples>
* <https://github.com/kubernetes/contrib>
* <https://github.com/kubernetes/ingress-nginx>

手动管理的一个问题就是繁琐，特别是应用复杂并且 Manifest 比较多的时候，还需要考虑他们之间部署关系。Kubernetes 开源社区正在推动更易用的管理方法，如

* [一般准则](/untitled/apps/index/patterns.md)
* [滚动升级](/untitled/apps/index/service-rolling-update.md)
* [Helm](/untitled/apps/index/helm.md)
* [Operator](/untitled/apps/index/operator.md)
* [Service Mesh](/untitled/apps/index/service-mesh.md)
* [Linkerd](/untitled/apps/index/linkerd.md)
* [Istio](/untitled/apps/istio.md)
  * [安装](/untitled/apps/istio/istio-deploy.md)
  * [流量管理](/untitled/apps/istio/istio-traffic-management.md)
  * [安全管理](/untitled/apps/istio/istio-security.md)
  * [策略管理](/untitled/apps/istio/istio-policy.md)
  * [Metrics](/untitled/apps/istio/istio-metrics.md)
  * [排错](/untitled/apps/istio/istio-troubleshoot.md)
  * [社区](/untitled/apps/istio/istio-community.md)
* [Devops](/untitled/apps/devops.md)
  * [Draft](/untitled/apps/devops/draft.md)
  * [Jenkins X](/untitled/apps/devops/jenkinsx.md)
  * [Spinnaker](/untitled/apps/devops/spinnaker.md)
  * [Kompose](/untitled/apps/devops/kompose.md)
  * [Skaffold](/untitled/apps/devops/skaffold.md)
  * [Argo](/untitled/apps/devops/argo.md)
  * [Flux GitOps](/untitled/apps/devops/flux.md)
