# 用户指南

- [用户指南](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/index.md)
- [资源对象配置](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/resource-configuration.md)
- [配置Pod的liveness和readiness探针](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/resource-configuration/configure-liveness-readiness-probes.md)
- [配置Pod的Service Account](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/resource-configuration/configure-pod-service-account.md)
- [Secret配置](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/resource-configuration/secret-configuration.md)
- [管理namespace中的资源配额](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/resource-configuration/resource-quota-management.md)
- [命令使用](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/command-usage.md)
- [Docker用户过渡到kubectl命令行指南](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/command-usage/docker-cli-to-kubectl.md)
- [kubectl命令概览](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/command-usage/using-kubectl.md)
- [kubectl命令技巧大全](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/command-usage/kubectl-cheatsheet.md)
- [使用etcdctl访问kubernetes数据](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/command-usage/using-etcdctl-to-access-kubernetes-data.md)
- [集群安全性管理](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management.md)
- [管理集群中的TLS](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/managing-tls-in-a-cluster.md)
- [kubelet的认证授权](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/kubelet-authentication-authorization.md)
- [TLS bootstrap](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/tls-bootstrapping.md)
- [创建用户认证授权的kubeconfig文件](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/kubectl-user-authentication-authorization.md)
- [IP伪装代理](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/ip-masq-agent.md)
- [使用kubeconfig或token进行用户身份认证](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/auth-with-kubeconfig-or-token.md)
- [Kubernetes中的用户与身份认证授权](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/authentication.md)
- [Kubernetes集群安全性配置最佳实践](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/cluster-security-management/kubernetes-security-best-practice.md)
- [访问Kubernetes集群](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster.md)
- [访问集群](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/access-cluster.md)
- [使用kubeconfig文件配置跨集群认证](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/authenticate-across-clusters-kubeconfig.md)
- [通过端口转发访问集群中的应用程序](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/connecting-to-applications-port-forward.md)
- [使用service访问群集中的应用程序](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/service-access-application-cluster.md)
- [从外部访问Kubernetes中的Pod](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/accessing-kubernetes-pods-from-outside-of-the-cluster.md)
- [Cabin - Kubernetes手机客户端](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/cabin-mobile-dashboard-for-kubernetes.md)
- [Kubernetic - Kubernetes桌面客户端](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/kubernetes-desktop-client.md)
- [Kubernator - 更底层的Kubernetes UI](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/access-kubernetes-cluster/kubernator-kubernetes-ui.md)
- [在Kubernetes中开发部署应用](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/application-development-deployment-flow.md)
- [适用于kubernetes的应用开发部署流程](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/application-development-deployment-flow/deploy-applications-in-kubernetes.md)
- [迁移传统应用到Kubernetes中——以Hadoop YARN为例](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/application-development-deployment-flow/migrating-hadoop-yarn-to-kubernetes.md)
- [使用StatefulSet部署用状态应用](https://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan/application-development-deployment-flow/using-statefulset.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://hezhiqiang.gitbook.io/kubernetes-handbook/yong-hu-zhi-nan.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.
