# 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: 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://joyous-x.gitbook.io/mbook/part-devops/catalog-2.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.
