|
31 | 31 | * [Kubernetes中的网络](concepts/networking.md) |
32 | 32 | * [Kubernetes中的网络解析——以flannel为例](concepts/flannel.md) |
33 | 33 | * [Kubernetes中的网络解析——以calico为例](concepts/calico.md) |
| 34 | + * [具备API感知的网络和安全性管理开源软件Cilium](concepts/cilium.md) |
| 35 | + * [Cilium架构设计与概念解析](concepts/cilium-concepts.md) |
34 | 36 | * [资源对象与基本概念解析](concepts/objects.md) |
35 | 37 | * [Pod状态与生命周期管理](concepts/pod-state-and-lifecycle.md) |
36 | 38 | * [Pod概览](concepts/pod-overview.md) |
|
58 | 60 | * [CronJob](concepts/cronjob.md) |
59 | 61 | * [Horizontal Pod Autoscaling](concepts/horizontal-pod-autoscaling.md) |
60 | 62 | * [自定义指标HPA](concepts/custom-metrics-hpa.md) |
| 63 | + * [准入控制器(Admission Controller)](concepts/admission-controller.md) |
61 | 64 | * [服务发现](concepts/service-discovery.md) |
62 | 65 | * [Service](concepts/service.md) |
63 | 66 | * [Ingress](concepts/ingress.md) |
|
76 | 79 | * [本地持久化存储](concepts/local-persistent-storage.md) |
77 | 80 | * [集群扩展](concepts/extension.md) |
78 | 81 | * [使用自定义资源扩展API](concepts/custom-resource.md) |
| 82 | + * [使用CRD扩展Kubernetes API](concepts/crd.md) |
79 | 83 | * [Aggregated API Server](concepts/aggregated-api-server.md) |
80 | 84 | * [APIService](concepts/apiservice.md) |
81 | 85 | * [Service Catalog](concepts/service-catalog.md) |
82 | 86 | * [资源调度](concepts/scheduling.md) |
| 87 | + * [QoS(服务质量等级)](concepts/qos.md) |
83 | 88 |
|
84 | 89 | ## 用户指南 |
85 | 90 |
|
|
90 | 95 | * [Secret配置](guide/secret-configuration.md) |
91 | 96 | * [管理namespace中的资源配额](guide/resource-quota-management.md) |
92 | 97 | * [命令使用](guide/command-usage.md) |
93 | | - * [docker用户过度到kubectl命令行指南](guide/docker-cli-to-kubectl.md) |
| 98 | + * [Docker用户过度到kubectl命令行指南](guide/docker-cli-to-kubectl.md) |
94 | 99 | * [kubectl命令概览](guide/using-kubectl.md) |
95 | 100 | * [kubectl命令技巧大全](guide/kubectl-cheatsheet.md) |
96 | 101 | * [使用etcdctl访问kubernetes数据](guide/using-etcdctl-to-access-kubernetes-data.md) |
|
132 | 137 | * [安装dashboard插件](practice/dashboard-addon-installation.md) |
133 | 138 | * [安装heapster插件](practice/heapster-addon-installation.md) |
134 | 139 | * [安装EFK插件](practice/efk-addon-installation.md) |
135 | | -* [使用kubeadm快速构建测试集群](practice/install-kubernetes-with-kubeadm.md) |
| 140 | +* [生产级的Kubernetes简化管理工具kubeadm](practice/install-kubernetes-with-kubeadm.md) |
136 | 141 | * [使用kubeadm在Ubuntu Server 16.04上快速构建测试集群](practice/install-kubernetes-on-ubuntu-server-16.04-with-kubeadm.md) |
137 | 142 | * [服务发现与负载均衡](practice/service-discovery-and-loadbalancing.md) |
138 | 143 | * [安装Traefik ingress](practice/traefik-ingress-installation.md) |
|
155 | 160 | * [存储管理](practice/storage.md) |
156 | 161 | * [GlusterFS](practice/glusterfs.md) |
157 | 162 | * [使用GlusterFS做持久化存储](practice/using-glusterfs-for-persistent-storage.md) |
158 | | - * [使用Heketi作为kubernetes的持久存储GlusterFS的external provisioner](practice/using-heketi-gluster-for-persistent-storage.md) |
| 163 | + * [使用Heketi作为Kubernetes的持久存储GlusterFS的external provisioner](practice/using-heketi-gluster-for-persistent-storage.md) |
159 | 164 | * [在OpenShift中使用GlusterFS做持久化存储](practice/storage-for-containers-using-glusterfs-with-openshift.md) |
160 | 165 | * [GlusterD-2.0](practice/glusterd-2.0.md) |
161 | 166 | * [Ceph](practice/ceph.md) |
162 | 167 | * [用Helm托管安装Ceph集群并提供后端存储](practice/ceph-helm-install-guide-zh.md) |
163 | 168 | * [使用Ceph做持久化存储](practice/using-ceph-for-persistent-storage.md) |
| 169 | + * [使用rbd-provisioner提供rbd持久化存储](practice/rbd-provisioner.md) |
164 | 170 | * [OpenEBS](practice/openebs.md) |
165 | 171 | * [使用OpenEBS做持久化存储](practice/using-openebs-for-persistent-storage.md) |
166 | 172 | * [Rook](practice/rook.md) |
|
171 | 177 | * [使用Heapster获取集群和对象的metric数据](practice/using-heapster-to-get-object-metrics.md) |
172 | 178 | * [Prometheus](practice/prometheus.md) |
173 | 179 | * [使用Prometheus监控kubernetes集群](practice/using-prometheus-to-monitor-kuberentes-cluster.md) |
| 180 | + * [Prometheus查询语言PromQL使用说明](practice/promql.md) |
174 | 181 | * [使用Vistio监控Istio服务网格中的流量](practice/vistio-visualize-your-istio-mesh.md) |
| 182 | +* [分布式跟踪](practice/distributed-tracing.md) |
| 183 | + * [OpenTracing](practice/opentracing.md) |
175 | 184 | * [服务编排管理](practice/services-management-tool.md) |
176 | | - * [使用Helm管理kubernetes应用](practice/helm.md) |
| 185 | + * [使用Helm管理Kubernetes应用](practice/helm.md) |
177 | 186 | * [构建私有Chart仓库](practice/create-private-charts-repo.md) |
178 | 187 | * [持续集成与发布](practice/ci-cd.md) |
179 | 188 | * [使用Jenkins进行持续集成与发布](practice/jenkins-ci-cd.md) |
|
218 | 227 | * [SOFAMesh](usecases/sofamesh.md) |
219 | 228 | * [SOFAMesh中的Dubbo on x-protocol](usecases/dubbo-on-x-protocol-in-sofa-mesh.md) |
220 | 229 | * [SOFAMosn](usecases/sofamosn.md) |
| 230 | + * [使用 SOFAMosn 构建 SOFAMesh](usecases/sofamosn-in-sofamesh.md) |
221 | 231 | * [大数据](usecases/big-data.md) |
222 | 232 | * [Spark standalone on Kubernetes](usecases/spark-standalone-on-kubernetes.md) |
223 | 233 | * [运行支持Kubernetes原生调度的Spark程序](usecases/running-spark-with-kubernetes-native-scheduler.md) |
|
233 | 243 | * [开发指南概览](develop/index.md) |
234 | 244 | * [SIG和工作组](develop/sigs-and-working-group.md) |
235 | 245 | * [开发环境搭建](develop/developing-environment.md) |
236 | | -* [本地分布式开发环境搭建(使用Vagrant和Virtualbox)](develop/using-vagrant-and-virtualbox-for-development.md) |
| 246 | + * [本地分布式开发环境搭建(使用Vagrant和Virtualbox)](develop/using-vagrant-and-virtualbox-for-development.md) |
237 | 247 | * [单元测试和集成测试](develop/testing.md) |
238 | 248 | * [client-go示例](develop/client-go-sample.md) |
239 | 249 | * [Operator](develop/operator.md) |
240 | | -* [operator-sdk](develop/operator-sdk.md) |
| 250 | + * [operator-sdk](develop/operator-sdk.md) |
| 251 | +* [kubebuilder](develop/kubebuilder.md) |
241 | 252 | * [高级开发指南](develop/advance-developer.md) |
242 | 253 | * [社区贡献](develop/contribute.md) |
243 | 254 | * [Minikube](develop/minikube.md) |
|
257 | 268 | * [Kubernetes1.10更新日志](appendix/kubernetes-1.10-changelog.md) |
258 | 269 | * [Kubernetes1.11更新日志](appendix/kubernetes-1.11-changelog.md) |
259 | 270 | * [Kubernetes1.12更新日志](appendix/kubernetes-1.12-changelog.md) |
| 271 | + * [Kubernetes1.13更新日志](appendix/kubernetes-1.13-changelog.md) |
260 | 272 | * [Kubernetes及云原生年度总结及展望](appendix/summary-and-outlook.md) |
261 | 273 | * [Kubernetes与云原生2017年年终总结及2018年展望](appendix/kubernetes-and-cloud-native-summary-in-2017-and-outlook-for-2018.md) |
262 | 274 | * [Kubernetes认证服务提供商(KCSP)说明](appendix/about-kcsp.md) |
|
0 commit comments