forked from rootsongjc/kubernetes-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45ff444
commit 299d064
Showing
111 changed files
with
462 additions
and
3,897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,53 @@ | ||
# Summary | ||
|
||
- [前言](README.md) | ||
- [1. Kubernetes简介](introduction/index.md) | ||
- [1.1 核心概念](introduction/concepts.md) | ||
- [1.2 Kubernetes 101](introduction/101.md) | ||
- [1.3 Kubernetes 201](introduction/201.md) | ||
- [1.4 Kubernetes集群](introduction/cluster.md) | ||
- [2. 核心原理](architecture/index.md) | ||
- [2.1 设计理念](architecture/concepts.md) | ||
- [2.2 主要概念](architecture/objects.md) | ||
- [1. 前言](README.md) | ||
- [2. 概念原理](concepts/index.md) | ||
- [2.1 设计理念](concepts/concepts.md) | ||
- [2.2 主要概念](concepts/objects.md) | ||
- 2.2.1 Pod | ||
- 2.2.2 Node | ||
- 2.2.3 Namespace | ||
- [2.2.4 Service](architecture/service.md) | ||
- [2.2.5 Volume和Persistent Volume](architecture/volume.md) | ||
- [2.2.6 Deployment](architecture/deployment.md) | ||
- [2.2.7 Secret](architecture/secret.md) | ||
- [2.2.8 StatefulSet](architecture/statefulset.md) | ||
- [2.2.9 DaemonSet](architecture/daemonset.md) | ||
- [2.2.10 ServiceAccount](architecture/serviceaccount.md) | ||
- [2.2.11 ReplicationController和ReplicaSet](architecture/replicaset.md) | ||
- [2.2.12 Job](architecture/job.md) | ||
- [2.2.13 CronJob](architecture/cronjob.md) | ||
- [2.2.14 Ingress](architecture/ingress.md) | ||
- SecurityContext | ||
- Resource Quota | ||
- Pod Security Policy | ||
- Horizontal Pod Autoscaling | ||
- Network Policy | ||
- Ingress | ||
- ThirdPartyResources | ||
- [2.3 核心组件的工作原理](components/index.md) | ||
- Etcd | ||
- API Server | ||
- Scheduler | ||
- Controller Manager | ||
- Kubelet | ||
- Kube Proxy | ||
- Kube DNS | ||
- hyperkube | ||
- Federation | ||
- [kubeadm](architecture/kubeadm.md) | ||
- [3. 插件指南](plugins/index.md) | ||
- [3.1 认证和授权插件](plugins/auth.md) | ||
- [3.2 网络插件](plugins/network.md) | ||
- [3.3 Volume插件](plugins/volume.md) | ||
- [3.4 Container Runtime Interface](plugins/CRI.md) | ||
- 3.5 Network Policy | ||
- 3.6 Ingress Controller | ||
- 3.7 Cloud Provider | ||
- 3.8 Scheduler | ||
- [3.9 其他](plugins/other.md) | ||
- [4. 最佳实践](deploy/index.md) | ||
- [4.1 部署](deploy/index.md) | ||
- [4.1.1 单机部署](deploy/single.md) | ||
- [4.1.2 集群部署](deploy/cluster.md) | ||
- [4.1.3 kubeadm](deploy/kubeadm.md) | ||
- [4.1.4 附加组件](addons/index.md) | ||
- [ 4.2 在CentOS上部署kubernetes1.6集群](deploy/centos/install-kbernetes1.6-on-centos.md) | ||
- [4.2.1 创建TLS证书和秘钥](deploy/centos/create-tls-and-secret-key.md) | ||
- [4.2.2 创建kubeconfig 文件](deploy/centos/create-kubeconfig.md) | ||
- [4.2.3 创建高可用etcd集群](deploy/centos/etcd-cluster-installation.md) | ||
- [4.2.4 安装kubectl命令行工具](deploy/centos/kubectl-installation.md) | ||
- [4.2.5 部署高可用master集群](deploy/centos/master-installation.md) | ||
- [4.2.6 部署node节点](deploy/centos/node-installation.md) | ||
- [4.2.7 安装kubedns插件](deploy/centos/kubedns-addon-installation.md) | ||
- [4.2.8 安装dashboard插件](deploy/centos/dashboard-addon-installation.md) | ||
- [4.2.9 安装heapster插件](deploy/centos/heapster-addon-installation.md) | ||
- [4.2.10 安装EFK插件](deploy/centos/efk-addon-installation.md) | ||
- [4.2 监控](monitor/index.md) | ||
- [4.3 日志](deploy/logging.md) | ||
- [4.4 高可用](ha/index.md) | ||
- [4.5 调试](debugging/index.md) | ||
- [4.6 kubernetes配置最佳实践](deploy/kubernetes-configuration-best-practice.md) | ||
- [4.7 安全配置](security/security-configuration.md) | ||
* [5.1 Kubernetes中的RBAC支持](./security/rbac-support-in-kubernetes.md) | ||
- [4.8 网络配置](network/index.md) | ||
* [6.1 Kubernetes中的网络模式解析](network/network-modes-in-kubernetes.md) | ||
- [4.9 存储配置](storage/index.md) | ||
- [7.1 使用glusterfs做持久化存储](storage/using-glusterfs-for-persistent-storage.md) | ||
- [5. 服务发现与负载均衡](service-discovery-lb/index.md) | ||
* [5.1 安装Traefik ingress](service-discovery-lb/traefik-ingress-installation.md) | ||
* [5.2 分布式负载测试](service-discovery-lb/distributed-load-test.md) | ||
* [5.3 网络和集群性能测试](service-discovery-lb/network-and-cluster-perfermance-test.md) | ||
* [5.4 边缘节点配置](service-discovery-lb/edge-node-configuration.md) | ||
- [6. 开发指南](dev/index.md) | ||
- [6.1 开发环境搭建](dev/index.md) | ||
- [6.2 单元测试和集成测试](dev/testing.md) | ||
- [6.3 社区贡献](dev/contribute.md) | ||
- [7. 应用管理](apps/index.md) | ||
- [7.1 Helm](apps/helm-app.md) | ||
- [7.2 Deis workflow](apps/deis.md) | ||
- [8. 运维管理](ops/index.md) | ||
- [8.1 服务滚动升级](ops/service-rolling-update.md) | ||
- [8.2 应用日志收集](ops/app-log-collection.md) | ||
- [9. 附录](appendix/index.md) | ||
- [9.1 awesome-docker](appendix/awesome-docker.md) | ||
- [9.2 awesome-kubernetes](appendix/awesome-kubernetes.md) | ||
- [9.3 Kubernetes ecosystem](appendix/ecosystem.md) | ||
- [9.4 Docker最佳实践](appendix/docker-best-practice.md) | ||
- [9.4 参考文档](reference.md) | ||
- [9.5 问题记录](issues.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) | ||
- [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) | ||
- [7.2 问题记录](issues.md) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.