kubernetes-handbook/SUMMARY.md

55 lines
2.8 KiB
Markdown
Raw Normal View History

2017-04-14 17:39:40 +08:00
# Summary
2017-05-20 21:03:25 +08:00
- [1. 前言](README.md)
- [2. 概念原理](concepts/index.md)
- [2.1 设计理念](concepts/concepts.md)
- [2.2 主要概念](concepts/objects.md)
2017-05-21 00:15:45 +08:00
- [2.2.1 Pod](concepts/pod-overview.md)
2017-05-22 15:37:14 +08:00
- [2.2.1.1 Pod解析](concepts/pod.md)
- 2.2.2 Node
- 2.2.3 Namespace
2017-05-20 21:03:25 +08:00
- [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)
- [3. 用户指南](guide/index.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.4 存储管理](practice/storage.md)
- [4.4.1 使用glusterfs做持久化存储](practice/using-glusterfs-for-persistent-storage.md)
- [5. 领域应用](usecases/index.md)
- [6. 开发指南](develop/index.md)
- [6.1 开发环境搭建](develop/developing-environment.md)
- [6.2 单元测试和集成测试](develop/testing.md)
- [6.3 社区贡献](develop/contribute.md)
- [7. 附录](appendix/index.md)
- [7.1 Docker最佳实践](appendix/docker-best-practice.md)
2017-05-20 21:13:16 +08:00
- [7.2 问题记录](appendix/issues.md)
2017-05-20 21:03:25 +08:00