# Summary - [1. 前言](README.md) - [2. 概念原理](concepts/index.md) - [2.1 设计理念](concepts/concepts.md) - [2.2 主要概念](concepts/objects.md) - [2.2.1 Pod](concepts/pod-overview.md) - [2.2.1.1 Pod解析](concepts/pod.md) - [2.2.2 Node](concepts/node.md) - [2.2.3 Namespace](concepts/namespace.md) - [2.2.4 Service](concepts/service.md) - [2.2.5 Volume和Persistent Volume](concepts/volume.md) - [2.2.6 Deployment](concepts/deployment.md) - [2.2.7 Secret](concepts/secret.md) - [2.2.8 StatefulSet](concepts/statefulset.md) - [2.2.9 DaemonSet](concepts/daemonset.md) - [2.2.10 ServiceAccount](concepts/serviceaccount.md) - [2.2.11 ReplicationController和ReplicaSet](concepts/replicaset.md) - [2.2.12 Job](concepts/job.md) - [2.2.13 CronJob](concepts/cronjob.md) - [2.2.14 Ingress](concepts/ingress.md) - [2.2.15 ConfigMap](concepts/configmap.md) - [2.2.16 Horizontal Pod Autoscaling](concepts/horizontal-pod-autoscaling.md) - [2.2.17 Label](concepts/label.md) - [3. 用户指南](guide/index.md) - [3.1 资源配置](guide/resource-configuration.md) - [3.1 配置Pod的liveness和readiness探针](guide/configure-liveness-readiness-probes.md) - [3.5 配置Pod的Service Account](guide/configure-pod-service-account.md) - [3.2 命令使用](guide/command-usage.md) - [3.2.1 使用kubectl](guide/using-kubectl.md) - [3.2 集群管理](guide/cluster-management.md) - [3.2 管理集群中的TLS](guide/managing-tls-in-a-cluster.md) - [3.6 访问 Kubernetes 集群](guide/access-kubernetes-cluster.md) - [3.6.1 访问集群](guide/access-cluster.md) - [3.6.2 使用 kubeconfig 文件配置跨集群认证](guide/authenticate-across-clusters-kubeconfig.md) - [3.6.3 通过端口转发访问集群中的应用程序](guide/connecting-to-applications-port-forward.md) - [3.6.4 使用 service 访问群集中的应用程序](guide/service-access-application-cluster.md) - [3.4 在kubernetes中开发部署应用](guide/application-development-deployment-flow.md) - [3.4 适用于kubernetes的应用开发部署流程](guide/deploy-applications-in-kubernetes.md) - [4. 最佳实践](practice/index.md) - [ 4.1 在CentOS上部署kubernetes1.6集群](practice/install-kbernetes1.6-on-centos.md) - [4.1.1 创建TLS证书和秘钥](practice/create-tls-and-secret-key.md) - [4.1.2 创建kubeconfig文件](practice/create-kubeconfig.md) - [4.1.3 创建高可用etcd集群](practice/etcd-cluster-installation.md) - [4.1.4 安装kubectl命令行工具](practice/kubectl-installation.md) - [4.1.5 部署master节点](practice/master-installation.md) - [4.1.6 部署node节点](practice/node-installation.md) - [4.1.7 安装kubedns插件](practice/kubedns-addon-installation.md) - [4.1.8 安装dashboard插件](practice/dashboard-addon-installation.md) - [4.1.9 安装heapster插件](practice/heapster-addon-installation.md) - [4.1.10 安装EFK插件](practice/efk-addon-installation.md) - [4.2 服务发现与负载均衡](practice/service-discovery-and-loadbalancing.md) - [4.2.1 安装Traefik ingress](practice/traefik-ingress-installation.md) - [4.2.2 分布式负载测试](practice/distributed-load-test.md) - [4.2.3 网络和集群性能测试](practice/network-and-cluster-perfermance-test.md) - [4.2.4 边缘节点配置](practice/edge-node-configuration.md) - [4.3 运维管理](practice/operation.md) - [4.3.1 服务滚动升级](practice/service-rolling-update.md) - [4.3.2 应用日志收集](practice/app-log-collection.md) - [4.3.3 配置最佳实践](practice/configuration-best-practice.md) - [4.3.4 集群及应用监控](practice/monitor.md) - [4.3.5 使用Jenkins进行持续构建与发布](practice/jenkins-ci-cd.md) - [4.3.6 数据持久化问题](practice/data-persistence-problem.md) - [4.4 存储管理](practice/storage.md) - [4.4.1 GlusterFS](practice/glusterfs.md) - [4.4.1.1 使用GlusterFS做持久化存储](practice/using-glusterfs-for-persistent-storage.md) - [4.4.1.2 在OpenShift中使用GlusterFS做持久化存储](practice/storage-for-containers-using-glusterfs-with-openshift.md) - [5. 领域应用](usecases/index.md) - [5.1 微服务架构](usecases/microservices.md) - [5.1.1 Istio](usecases/istio.md) - [5.1.1.1 安装istio](usecases/istio-installation.md) - [5.1.1.2 配置请求的路由规则](usecases/configuring-request-routing.md) - [5.1.2 Linkerd](usecases/linkerd.md) - [5.1.2.1 Linkerd 使用指南](usecases/linkerd-user-guide.md) - [5.1.3 微服务中的服务发现](usecases/service-discovery-in-microservices.md) - [5.2 大数据](usecases/big-data.md) - [5.2.1 Spark on Kubernetes](usecases/spark-on-kubernetes.md) - [6. 开发指南](develop/index.md) - [6.1 开发环境搭建](develop/developing-environment.md) - [6.2 单元测试和集成测试](develop/testing.md) - [6.3 client-go示例](develop/client-go-sample.md) - [6.4 社区贡献](develop/contribute.md) - [7. 附录](appendix/index.md) - [7.1 Docker最佳实践](appendix/docker-best-practice.md) - [7.2 问题记录](appendix/issues.md) - [7.3 使用技巧](appendix/tricks.md)