> For the complete documentation index, see [llms.txt](https://joyous-x.gitbook.io/mbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://joyous-x.gitbook.io/mbook/part-devops/catalog-2.md).

# Kubernetes

## Docker

* [Docker 基础使用指南](/mbook/part-devops/catalog-1/docker-base.md)

## K8S

* [K8S网络之网络框架](/mbook/part-devops/catalog-2/k8s_net_mode.md)
* [K8S网络之service间通信](/mbook/part-devops/catalog-2/k8s_net_srv.md)
* [K8S网络之集群外访问service的方式](/mbook/part-devops/catalog-2/k8s_net_expose.md)
* [K8S之rolling update](https://github.com/joyous-x/mbook/tree/ff8b666028f9aa688f827f913e23e18d0649a9ea/devops/kubernetes/k8s_rolling_update.md)

## Others

* [IPVS 在 k8s 中链接保持引发的问题](/mbook/part-devops/ipvs_in_k8s.md)
* [Linux 常用指令](/mbook/part-devops/linux_cmds.md)
* [Linux 内存缓慢增长问题](/mbook/part-devops/linux-mem-grows.md)
* [Linux 性能领域大师布伦丹·格雷格的工具图谱](/mbook/part-devops/linux_perfermance.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://joyous-x.gitbook.io/mbook/part-devops/catalog-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
