2018-04-15 19:42:10 +08:00
<!DOCTYPE HTML>
< html lang = "zh-hans" >
< head >
< meta charset = "UTF-8" >
< meta content = "text/html; charset=utf-8" http-equiv = "Content-Type" >
2018-07-10 00:03:51 +08:00
< title > 使用kubeadm在Ubuntu Server 16.04上快速构建测试集群 · Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册 by Jimmy Song(宋净超)< / title >
2018-04-15 19:42:10 +08:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "description" content = "" >
2018-09-04 11:25:28 +08:00
< meta name = "generator" content = "GitBook 3.2.3" >
2018-07-10 00:03:51 +08:00
< meta name = "author" content = "Jimmy Song( 宋净超) " >
2018-04-15 19:42:10 +08:00
< link rel = "stylesheet" href = "../gitbook/style.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-splitter/splitter.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-page-toc-button/plugin.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-image-captions/image-captions.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-back-to-top-button/plugin.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-search-plus/search.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-tbfed-pagefooter/footer.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-prism/prism-ghcolors.css" >
2018-09-25 22:13:40 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-lightbox/lightbox.min.css" >
2018-04-15 19:42:10 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-fontsettings/website.css" >
< meta name = "HandheldFriendly" content = "true" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no" >
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black" >
< link rel = "apple-touch-icon-precomposed" sizes = "152x152" href = "../gitbook/images/apple-touch-icon-precomposed-152.png" >
< link rel = "shortcut icon" href = "../gitbook/images/favicon.ico" type = "image/x-icon" >
< link rel = "next" href = "service-discovery-and-loadbalancing.html" / >
< link rel = "prev" href = "install-kubernetes-with-kubeadm.html" / >
< link rel = "shortcut icon" href = '../favicon.ico' type = "image/x-icon" >
< link rel = "bookmark" href = '../favicon.ico' type = "image/x-icon" >
< style >
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
< / style >
< script >
window["gitbook-plugin-github-buttons"] = {"repo":"rootsongjc/kubernetes-handbook","types":["star"],"size":"small"};
< / script >
< / head >
< body >
< div class = "book" >
< div class = "book-summary" >
< div id = "book-search-input" role = "search" >
< input type = "text" placeholder = "输入并搜索" / >
< / div >
< nav role = "navigation" >
< ul class = "summary" >
< li >
2018-10-09 11:53:49 +08:00
< a href = "https://jimmysong.io/istio-handbook" target = "_blank" class = "custom-link" > Istio Handbook - Istio 中文指南/服务网格实践手册< / a >
2018-04-15 19:42:10 +08:00
< / li >
2018-07-08 19:42:31 +08:00
2018-09-27 15:26:19 +08:00
< li >
2018-09-27 22:16:53 +08:00
< a href = "https://jimmysong.io/posts/cloud-native-python" target = "_blank" class = "custom-link" > Cloud Native Python( Python云原生) - 使用Python和React构建云原生应用< / a >
2018-09-27 15:26:19 +08:00
< / li >
2018-07-08 19:42:31 +08:00
< li >
2018-09-26 15:11:22 +08:00
< a href = "http://www.servicemesher.com" target = "_blank" class = "custom-link" > ServiceMesher社区< / a >
< / li >
< li >
< a href = "https://github.com/alipay/sofa-mesh" target = "_blank" class = "custom-link" > SOFAMesh - 基于Istio的大规模服务网格解决方案< / a >
< / li >
< li >
< a href = "https://jimmysong.io/posts/cloud-native-java" target = "_blank" class = "custom-link" > Cloud Native Java( 云原生Java) - Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计< / a >
2018-07-08 19:42:31 +08:00
< / li >
< li >
2018-09-26 15:11:22 +08:00
< a href = "https://github.com/alipay/sofa-mosn" target = "_blank" class = "custom-link" > SOFAMosn - Golang版的高性能Service Mesh Sidecar代理< / a >
2018-07-08 19:42:31 +08:00
< / li >
< li >
< a href = "http://www.servicemesher.com/awesome-servicemesh" target = "_blank" class = "custom-link" > Awesome Service Mesh< / a >
< / li >
< li >
2018-09-26 15:11:22 +08:00
< a href = "https://jimmysong.io" target = "_blank" class = "custom-link" > Jimmy Song< / a >
2018-07-08 19:42:31 +08:00
< / li >
< li >
2018-09-26 15:11:22 +08:00
< a href = "https://jimmysong.io/awesome-cloud-native" target = "_blank" class = "custom-link" > Awesome Cloud Native< / a >
2018-07-08 19:42:31 +08:00
< / li >
< li >
2018-09-26 15:11:22 +08:00
< a href = "https://jimmysong.io/posts/cloud-native-go" target = "_blank" class = "custom-link" > Cloud Native Go - 基于Go和React的web云原生应用构建指南< / a >
2018-07-08 19:42:31 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "divider" > < / li >
< li class = "header" > 前言< / li >
< li class = "chapter " data-level = "1.1" data-path = "../" >
< a href = "../" >
< b > 1.1.< / b >
序言
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "header" > 云原生< / li >
< li class = "chapter " data-level = "2.1" data-path = "../cloud-native/cloud-native-definition.html" >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
< a href = "../cloud-native/cloud-native-definition.html" >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
< b > 2.1.< / b >
2018-04-15 19:42:10 +08:00
2019-01-02 15:03:13 +08:00
云原生( Cloud Native) 的定义
2018-04-15 19:42:10 +08:00
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.2" data-path = "../cloud-native/cncf.html" >
< a href = "../cloud-native/cncf.html" >
< b > 2.2.< / b >
CNCF - 云原生计算基金会简介
< / a >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
< / li >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.3" data-path = "../cloud-native/cncf-charter.html" >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
< a href = "../cloud-native/cncf-charter.html" >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
< b > 2.3.< / b >
2018-04-15 19:42:10 +08:00
2018-07-09 23:08:11 +08:00
CNCF章程
2018-07-08 19:42:31 +08:00
< / a >
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.4" data-path = "../cloud-native/cloud-native-philosophy.html" >
2018-07-08 19:42:31 +08:00
2018-09-26 22:42:09 +08:00
< a href = "../cloud-native/cloud-native-philosophy.html" >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< b > 2.4.< / b >
2018-07-08 19:42:31 +08:00
2018-09-26 22:42:09 +08:00
云原生的设计哲学
< / a >
< / li >
< li class = "chapter " data-level = "2.5" data-path = "../cloud-native/play-with-kubernetes.html" >
< a href = "../cloud-native/play-with-kubernetes.html" >
< b > 2.5.< / b >
2018-04-15 19:42:10 +08:00
Play with Kubernetes
< / a >
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.6" data-path = "../cloud-native/cloud-native-local-quick-start.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/cloud-native-local-quick-start.html" >
2018-09-26 22:42:09 +08:00
< b > 2.6.< / b >
2018-07-08 19:42:31 +08:00
快速部署一个云原生本地实验环境
< / a >
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.7" data-path = "../cloud-native/kubernetes-and-cloud-native-app-overview.html" >
2018-04-15 19:42:10 +08:00
< a href = "../cloud-native/kubernetes-and-cloud-native-app-overview.html" >
2018-09-26 22:42:09 +08:00
< b > 2.7.< / b >
2018-04-15 19:42:10 +08:00
Kubernetes与云原生应用概览
< / a >
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.8" data-path = "../cloud-native/from-kubernetes-to-cloud-native.html" >
2018-04-15 19:42:10 +08:00
< a href = "../cloud-native/from-kubernetes-to-cloud-native.html" >
2018-09-26 22:42:09 +08:00
< b > 2.8.< / b >
2018-04-15 19:42:10 +08:00
云原生应用之路——从Kubernetes到Cloud Native
< / a >
2018-05-12 23:29:42 +08:00
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.9" data-path = "../cloud-native/cloud-native-programming-languages.html" >
2018-05-12 23:29:42 +08:00
2018-06-24 21:35:14 +08:00
< a href = "../cloud-native/cloud-native-programming-languages.html" >
2018-05-12 23:29:42 +08:00
2018-09-26 22:42:09 +08:00
< b > 2.9.< / b >
2018-05-12 23:29:42 +08:00
2018-06-24 21:35:14 +08:00
云原生编程语言
< / a >
< ul class = "articles" >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.9.1" data-path = "../cloud-native/cloud-native-programming-language-ballerina.html" >
2018-06-24 21:35:14 +08:00
< a href = "../cloud-native/cloud-native-programming-language-ballerina.html" >
2018-09-26 22:42:09 +08:00
< b > 2.9.1.< / b >
2018-06-24 21:35:14 +08:00
2018-05-12 23:29:42 +08:00
云原生编程语言Ballerina
< / a >
2018-06-24 21:35:14 +08:00
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.9.2" data-path = "../cloud-native/cloud-native-programming-language-pulumi.html" >
2018-06-24 21:35:14 +08:00
< a href = "../cloud-native/cloud-native-programming-language-pulumi.html" >
2018-09-26 22:42:09 +08:00
< b > 2.9.2.< / b >
2018-06-24 21:35:14 +08:00
云原生编程语言Pulumi
< / a >
< / li >
< / ul >
2018-06-02 11:26:58 +08:00
< / li >
2018-09-26 22:42:09 +08:00
< li class = "chapter " data-level = "2.10" data-path = "../cloud-native/the-future-of-cloud-native.html" >
2018-06-02 11:26:58 +08:00
< a href = "../cloud-native/the-future-of-cloud-native.html" >
2018-09-26 22:42:09 +08:00
< b > 2.10.< / b >
2018-06-02 11:26:58 +08:00
云原生的未来
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< li class = "header" > 概念与原理< / li >
< li class = "chapter " data-level = "3.1" data-path = "../concepts/" >
< a href = "../concepts/" >
< b > 3.1.< / b >
Kubernetes架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.1.1" data-path = "../concepts/concepts.html" >
< a href = "../concepts/concepts.html" >
< b > 3.1.1.< / b >
设计理念
< / a >
< / li >
< li class = "chapter " data-level = "3.1.2" data-path = "../concepts/etcd.html" >
< a href = "../concepts/etcd.html" >
< b > 3.1.2.< / b >
Etcd解析
< / a >
< / li >
< li class = "chapter " data-level = "3.1.3" data-path = "../concepts/open-interfaces.html" >
< a href = "../concepts/open-interfaces.html" >
< b > 3.1.3.< / b >
开放接口
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.1.3.1" data-path = "../concepts/cri.html" >
< a href = "../concepts/cri.html" >
< b > 3.1.3.1.< / b >
CRI - Container Runtime Interface( 容器运行时接口)
< / a >
< / li >
< li class = "chapter " data-level = "3.1.3.2" data-path = "../concepts/cni.html" >
< a href = "../concepts/cni.html" >
< b > 3.1.3.2.< / b >
CNI - Container Network Interface( 容器网络接口)
< / a >
< / li >
< li class = "chapter " data-level = "3.1.3.3" data-path = "../concepts/csi.html" >
< a href = "../concepts/csi.html" >
< b > 3.1.3.3.< / b >
CSI - Container Storage Interface( 容器存储接口)
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
2018-07-08 19:42:31 +08:00
< li class = "chapter " data-level = "3.2" data-path = "../concepts/networking.html" >
2018-04-15 19:42:10 +08:00
2018-07-08 19:42:31 +08:00
< a href = "../concepts/networking.html" >
2018-04-15 19:42:10 +08:00
< b > 3.2.< / b >
Kubernetes中的网络
2018-07-08 19:42:31 +08:00
< / a >
2018-04-15 19:42:10 +08:00
< ul class = "articles" >
2018-07-08 19:42:31 +08:00
< li class = "chapter " data-level = "3.2.1" data-path = "../concepts/flannel.html" >
2018-04-15 19:42:10 +08:00
2018-07-08 19:42:31 +08:00
< a href = "../concepts/flannel.html" >
2018-04-15 19:42:10 +08:00
< b > 3.2.1.< / b >
Kubernetes中的网络解析——以flannel为例
< / a >
< / li >
< li class = "chapter " data-level = "3.2.2" data-path = "../concepts/calico.html" >
< a href = "../concepts/calico.html" >
< b > 3.2.2.< / b >
Kubernetes中的网络解析——以calico为例
< / a >
2018-10-30 21:14:20 +08:00
< / li >
< li class = "chapter " data-level = "3.2.3" data-path = "../concepts/cilium.html" >
< a href = "../concepts/cilium.html" >
< b > 3.2.3.< / b >
具备API感知的网络和安全性管理开源软件Cilium
< / a >
2018-11-08 16:09:05 +08:00
< ul class = "articles" >
< li class = "chapter " data-level = "3.2.3.1" data-path = "../concepts/cilium-concepts.html" >
< a href = "../concepts/cilium-concepts.html" >
< b > 3.2.3.1.< / b >
Cilium架构设计与概念解析
< / a >
< / li >
< / ul >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.3" data-path = "../concepts/objects.html" >
< a href = "../concepts/objects.html" >
< b > 3.3.< / b >
资源对象与基本概念解析
< / a >
< / li >
< li class = "chapter " data-level = "3.4" data-path = "../concepts/pod-state-and-lifecycle.html" >
< a href = "../concepts/pod-state-and-lifecycle.html" >
< b > 3.4.< / b >
Pod状态与生命周期管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.4.1" data-path = "../concepts/pod-overview.html" >
< a href = "../concepts/pod-overview.html" >
< b > 3.4.1.< / b >
Pod概览
< / a >
< / li >
< li class = "chapter " data-level = "3.4.2" data-path = "../concepts/pod.html" >
< a href = "../concepts/pod.html" >
< b > 3.4.2.< / b >
Pod解析
< / a >
< / li >
< li class = "chapter " data-level = "3.4.3" data-path = "../concepts/init-containers.html" >
< a href = "../concepts/init-containers.html" >
< b > 3.4.3.< / b >
Init容器
< / a >
< / li >
< li class = "chapter " data-level = "3.4.4" data-path = "../concepts/pause-container.html" >
< a href = "../concepts/pause-container.html" >
< b > 3.4.4.< / b >
Pause容器
< / a >
< / li >
< li class = "chapter " data-level = "3.4.5" data-path = "../concepts/pod-security-policy.html" >
< a href = "../concepts/pod-security-policy.html" >
< b > 3.4.5.< / b >
Pod安全策略
< / a >
< / li >
< li class = "chapter " data-level = "3.4.6" data-path = "../concepts/pod-lifecycle.html" >
< a href = "../concepts/pod-lifecycle.html" >
< b > 3.4.6.< / b >
Pod的生命周期
< / a >
< / li >
< li class = "chapter " data-level = "3.4.7" data-path = "../concepts/pod-hook.html" >
< a href = "../concepts/pod-hook.html" >
< b > 3.4.7.< / b >
Pod Hook
< / a >
< / li >
< li class = "chapter " data-level = "3.4.8" data-path = "../concepts/pod-preset.html" >
< a href = "../concepts/pod-preset.html" >
< b > 3.4.8.< / b >
Pod Preset
< / a >
< / li >
< li class = "chapter " data-level = "3.4.9" data-path = "../concepts/pod-disruption-budget.html" >
< a href = "../concepts/pod-disruption-budget.html" >
< b > 3.4.9.< / b >
Pod中断与PDB( Pod中断预算)
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.5" data-path = "../concepts/cluster.html" >
< a href = "../concepts/cluster.html" >
< b > 3.5.< / b >
集群资源管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.5.1" data-path = "../concepts/node.html" >
< a href = "../concepts/node.html" >
< b > 3.5.1.< / b >
Node
< / a >
< / li >
< li class = "chapter " data-level = "3.5.2" data-path = "../concepts/namespace.html" >
< a href = "../concepts/namespace.html" >
< b > 3.5.2.< / b >
Namespace
< / a >
< / li >
< li class = "chapter " data-level = "3.5.3" data-path = "../concepts/label.html" >
< a href = "../concepts/label.html" >
< b > 3.5.3.< / b >
Label
< / a >
< / li >
< li class = "chapter " data-level = "3.5.4" data-path = "../concepts/annotation.html" >
< a href = "../concepts/annotation.html" >
< b > 3.5.4.< / b >
Annotation
< / a >
< / li >
< li class = "chapter " data-level = "3.5.5" data-path = "../concepts/taint-and-toleration.html" >
< a href = "../concepts/taint-and-toleration.html" >
< b > 3.5.5.< / b >
Taint和Toleration( 污点和容忍)
< / a >
< / li >
< li class = "chapter " data-level = "3.5.6" data-path = "../concepts/garbage-collection.html" >
< a href = "../concepts/garbage-collection.html" >
< b > 3.5.6.< / b >
垃圾收集
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.6" data-path = "../concepts/controllers.html" >
< a href = "../concepts/controllers.html" >
< b > 3.6.< / b >
控制器
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.6.1" data-path = "../concepts/deployment.html" >
< a href = "../concepts/deployment.html" >
< b > 3.6.1.< / b >
Deployment
< / a >
< / li >
< li class = "chapter " data-level = "3.6.2" data-path = "../concepts/statefulset.html" >
< a href = "../concepts/statefulset.html" >
< b > 3.6.2.< / b >
StatefulSet
< / a >
< / li >
< li class = "chapter " data-level = "3.6.3" data-path = "../concepts/daemonset.html" >
< a href = "../concepts/daemonset.html" >
< b > 3.6.3.< / b >
DaemonSet
< / a >
< / li >
< li class = "chapter " data-level = "3.6.4" data-path = "../concepts/replicaset.html" >
< a href = "../concepts/replicaset.html" >
< b > 3.6.4.< / b >
ReplicationController和ReplicaSet
< / a >
< / li >
< li class = "chapter " data-level = "3.6.5" data-path = "../concepts/job.html" >
< a href = "../concepts/job.html" >
< b > 3.6.5.< / b >
Job
< / a >
< / li >
< li class = "chapter " data-level = "3.6.6" data-path = "../concepts/cronjob.html" >
< a href = "../concepts/cronjob.html" >
< b > 3.6.6.< / b >
CronJob
< / a >
< / li >
< li class = "chapter " data-level = "3.6.7" data-path = "../concepts/horizontal-pod-autoscaling.html" >
< a href = "../concepts/horizontal-pod-autoscaling.html" >
< b > 3.6.7.< / b >
Horizontal Pod Autoscaling
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.6.7.1" data-path = "../concepts/custom-metrics-hpa.html" >
< a href = "../concepts/custom-metrics-hpa.html" >
< b > 3.6.7.1.< / b >
自定义指标HPA
< / a >
< / li >
< / ul >
2018-10-09 19:20:30 +08:00
< / li >
< li class = "chapter " data-level = "3.6.8" data-path = "../concepts/admission-controller.html" >
< a href = "../concepts/admission-controller.html" >
< b > 3.6.8.< / b >
准入控制器( Admission Controller)
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.7" data-path = "../concepts/service-discovery.html" >
< a href = "../concepts/service-discovery.html" >
< b > 3.7.< / b >
服务发现
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.7.1" data-path = "../concepts/service.html" >
< a href = "../concepts/service.html" >
< b > 3.7.1.< / b >
Service
< / a >
< / li >
< li class = "chapter " data-level = "3.7.2" data-path = "../concepts/ingress.html" >
< a href = "../concepts/ingress.html" >
< b > 3.7.2.< / b >
Ingress
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.7.2.1" data-path = "../concepts/traefik-ingress-controller.html" >
< a href = "../concepts/traefik-ingress-controller.html" >
< b > 3.7.2.1.< / b >
Traefik Ingress Controller
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.8" data-path = "../concepts/authentication-and-permission.html" >
< a href = "../concepts/authentication-and-permission.html" >
< b > 3.8.< / b >
身份与权限控制
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.8.1" data-path = "../concepts/serviceaccount.html" >
< a href = "../concepts/serviceaccount.html" >
< b > 3.8.1.< / b >
ServiceAccount
< / a >
< / li >
< li class = "chapter " data-level = "3.8.2" data-path = "../concepts/rbac.html" >
< a href = "../concepts/rbac.html" >
< b > 3.8.2.< / b >
RBAC——基于角色的访问控制
< / a >
< / li >
< li class = "chapter " data-level = "3.8.3" data-path = "../concepts/network-policy.html" >
< a href = "../concepts/network-policy.html" >
< b > 3.8.3.< / b >
NetworkPolicy
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.9" data-path = "../concepts/storage.html" >
< a href = "../concepts/storage.html" >
< b > 3.9.< / b >
存储
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.9.1" data-path = "../concepts/secret.html" >
< a href = "../concepts/secret.html" >
< b > 3.9.1.< / b >
Secret
< / a >
< / li >
< li class = "chapter " data-level = "3.9.2" data-path = "../concepts/configmap.html" >
< a href = "../concepts/configmap.html" >
< b > 3.9.2.< / b >
ConfigMap
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.9.2.1" data-path = "../concepts/configmap-hot-update.html" >
< a href = "../concepts/configmap-hot-update.html" >
< b > 3.9.2.1.< / b >
ConfigMap的热更新
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.9.3" data-path = "../concepts/volume.html" >
< a href = "../concepts/volume.html" >
< b > 3.9.3.< / b >
Volume
< / a >
< / li >
< li class = "chapter " data-level = "3.9.4" data-path = "../concepts/persistent-volume.html" >
< a href = "../concepts/persistent-volume.html" >
< b > 3.9.4.< / b >
Persistent Volume( 持久化卷)
< / a >
< / li >
< li class = "chapter " data-level = "3.9.5" data-path = "../concepts/storageclass.html" >
< a href = "../concepts/storageclass.html" >
< b > 3.9.5.< / b >
Storage Class
< / a >
2018-04-17 20:16:17 +08:00
< / li >
< li class = "chapter " data-level = "3.9.6" data-path = "../concepts/local-persistent-storage.html" >
< a href = "../concepts/local-persistent-storage.html" >
< b > 3.9.6.< / b >
本地持久化存储
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.10" data-path = "../concepts/extension.html" >
< a href = "../concepts/extension.html" >
< b > 3.10.< / b >
集群扩展
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.10.1" data-path = "../concepts/custom-resource.html" >
< a href = "../concepts/custom-resource.html" >
< b > 3.10.1.< / b >
使用自定义资源扩展API
< / a >
< / li >
2018-11-01 17:58:26 +08:00
< li class = "chapter " data-level = "3.10.2" data-path = "../concepts/crd.html" >
2018-04-15 19:42:10 +08:00
2018-11-01 17:58:26 +08:00
< a href = "../concepts/crd.html" >
2018-04-15 19:42:10 +08:00
< b > 3.10.2.< / b >
2018-11-01 17:58:26 +08:00
使用CRD扩展Kubernetes API
< / a >
< / li >
< li class = "chapter " data-level = "3.10.3" data-path = "../concepts/aggregated-api-server.html" >
< a href = "../concepts/aggregated-api-server.html" >
< b > 3.10.3.< / b >
2018-04-15 19:42:10 +08:00
Aggregated API Server
< / a >
< / li >
2018-11-01 17:58:26 +08:00
< li class = "chapter " data-level = "3.10.4" data-path = "../concepts/apiservice.html" >
2018-04-15 19:42:10 +08:00
< a href = "../concepts/apiservice.html" >
2018-11-01 17:58:26 +08:00
< b > 3.10.4.< / b >
2018-04-15 19:42:10 +08:00
APIService
< / a >
2018-04-22 21:36:38 +08:00
< / li >
2018-11-01 17:58:26 +08:00
< li class = "chapter " data-level = "3.10.5" data-path = "../concepts/service-catalog.html" >
2018-04-22 21:36:38 +08:00
< a href = "../concepts/service-catalog.html" >
2018-11-01 17:58:26 +08:00
< b > 3.10.5.< / b >
2018-04-22 21:36:38 +08:00
Service Catalog
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.11" data-path = "../concepts/scheduling.html" >
< a href = "../concepts/scheduling.html" >
< b > 3.11.< / b >
资源调度
< / a >
2018-10-09 11:53:49 +08:00
< ul class = "articles" >
< li class = "chapter " data-level = "3.11.1" data-path = "../concepts/qos.html" >
< a href = "../concepts/qos.html" >
< b > 3.11.1.< / b >
QoS( 服务质量等级)
< / a >
< / li >
< / ul >
2018-04-15 19:42:10 +08:00
< / li >
< li class = "header" > 用户指南< / li >
< li class = "chapter " data-level = "4.1" data-path = "../guide/" >
< a href = "../guide/" >
< b > 4.1.< / b >
用户指南
< / a >
< / li >
< li class = "chapter " data-level = "4.2" data-path = "../guide/resource-configuration.html" >
< a href = "../guide/resource-configuration.html" >
< b > 4.2.< / b >
资源对象配置
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.2.1" data-path = "../guide/configure-liveness-readiness-probes.html" >
< a href = "../guide/configure-liveness-readiness-probes.html" >
< b > 4.2.1.< / b >
配置Pod的liveness和readiness探针
< / a >
< / li >
< li class = "chapter " data-level = "4.2.2" data-path = "../guide/configure-pod-service-account.html" >
< a href = "../guide/configure-pod-service-account.html" >
< b > 4.2.2.< / b >
配置Pod的Service Account
< / a >
< / li >
< li class = "chapter " data-level = "4.2.3" data-path = "../guide/secret-configuration.html" >
< a href = "../guide/secret-configuration.html" >
< b > 4.2.3.< / b >
Secret配置
< / a >
< / li >
< li class = "chapter " data-level = "4.2.4" data-path = "../guide/resource-quota-management.html" >
< a href = "../guide/resource-quota-management.html" >
< b > 4.2.4.< / b >
管理namespace中的资源配额
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.3" data-path = "../guide/command-usage.html" >
< a href = "../guide/command-usage.html" >
< b > 4.3.< / b >
命令使用
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.3.1" data-path = "../guide/docker-cli-to-kubectl.html" >
< a href = "../guide/docker-cli-to-kubectl.html" >
< b > 4.3.1.< / b >
2018-10-09 11:53:49 +08:00
Docker用户过度到kubectl命令行指南
2018-04-15 19:42:10 +08:00
< / a >
< / li >
< li class = "chapter " data-level = "4.3.2" data-path = "../guide/using-kubectl.html" >
< a href = "../guide/using-kubectl.html" >
< b > 4.3.2.< / b >
kubectl命令概览
< / a >
< / li >
< li class = "chapter " data-level = "4.3.3" data-path = "../guide/kubectl-cheatsheet.html" >
< a href = "../guide/kubectl-cheatsheet.html" >
< b > 4.3.3.< / b >
kubectl命令技巧大全
< / a >
< / li >
< li class = "chapter " data-level = "4.3.4" data-path = "../guide/using-etcdctl-to-access-kubernetes-data.html" >
< a href = "../guide/using-etcdctl-to-access-kubernetes-data.html" >
< b > 4.3.4.< / b >
使用etcdctl访问kubernetes数据
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.4" data-path = "../guide/cluster-security-management.html" >
< a href = "../guide/cluster-security-management.html" >
< b > 4.4.< / b >
集群安全性管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.4.1" data-path = "../guide/managing-tls-in-a-cluster.html" >
< a href = "../guide/managing-tls-in-a-cluster.html" >
< b > 4.4.1.< / b >
管理集群中的TLS
< / a >
< / li >
< li class = "chapter " data-level = "4.4.2" data-path = "../guide/kubelet-authentication-authorization.html" >
< a href = "../guide/kubelet-authentication-authorization.html" >
< b > 4.4.2.< / b >
kubelet的认证授权
< / a >
< / li >
< li class = "chapter " data-level = "4.4.3" data-path = "../guide/tls-bootstrapping.html" >
< a href = "../guide/tls-bootstrapping.html" >
< b > 4.4.3.< / b >
TLS bootstrap
< / a >
< / li >
< li class = "chapter " data-level = "4.4.4" data-path = "../guide/kubectl-user-authentication-authorization.html" >
< a href = "../guide/kubectl-user-authentication-authorization.html" >
< b > 4.4.4.< / b >
创建用户认证授权的kubeconfig文件
< / a >
< / li >
< li class = "chapter " data-level = "4.4.5" data-path = "../guide/ip-masq-agent.html" >
< a href = "../guide/ip-masq-agent.html" >
< b > 4.4.5.< / b >
IP伪装代理
< / a >
< / li >
< li class = "chapter " data-level = "4.4.6" data-path = "../guide/auth-with-kubeconfig-or-token.html" >
< a href = "../guide/auth-with-kubeconfig-or-token.html" >
< b > 4.4.6.< / b >
使用kubeconfig或token进行用户身份认证
< / a >
< / li >
< li class = "chapter " data-level = "4.4.7" data-path = "../guide/authentication.html" >
< a href = "../guide/authentication.html" >
< b > 4.4.7.< / b >
Kubernetes中的用户与身份认证授权
< / a >
2018-05-11 21:57:37 +08:00
< / li >
< li class = "chapter " data-level = "4.4.8" data-path = "../guide/kubernetes-security-best-practice.html" >
< a href = "../guide/kubernetes-security-best-practice.html" >
< b > 4.4.8.< / b >
Kubernetes集群安全性配置最佳实践
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.5" data-path = "../guide/access-kubernetes-cluster.html" >
< a href = "../guide/access-kubernetes-cluster.html" >
< b > 4.5.< / b >
访问Kubernetes集群
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.5.1" data-path = "../guide/access-cluster.html" >
< a href = "../guide/access-cluster.html" >
< b > 4.5.1.< / b >
访问集群
< / a >
< / li >
< li class = "chapter " data-level = "4.5.2" data-path = "../guide/authenticate-across-clusters-kubeconfig.html" >
< a href = "../guide/authenticate-across-clusters-kubeconfig.html" >
< b > 4.5.2.< / b >
使用kubeconfig文件配置跨集群认证
< / a >
< / li >
< li class = "chapter " data-level = "4.5.3" data-path = "../guide/connecting-to-applications-port-forward.html" >
< a href = "../guide/connecting-to-applications-port-forward.html" >
< b > 4.5.3.< / b >
通过端口转发访问集群中的应用程序
< / a >
< / li >
< li class = "chapter " data-level = "4.5.4" data-path = "../guide/service-access-application-cluster.html" >
< a href = "../guide/service-access-application-cluster.html" >
< b > 4.5.4.< / b >
使用service访问群集中的应用程序
< / a >
< / li >
< li class = "chapter " data-level = "4.5.5" data-path = "../guide/accessing-kubernetes-pods-from-outside-of-the-cluster.html" >
< a href = "../guide/accessing-kubernetes-pods-from-outside-of-the-cluster.html" >
< b > 4.5.5.< / b >
从外部访问Kubernetes中的Pod
< / a >
< / li >
< li class = "chapter " data-level = "4.5.6" data-path = "../guide/cabin-mobile-dashboard-for-kubernetes.html" >
< a href = "../guide/cabin-mobile-dashboard-for-kubernetes.html" >
< b > 4.5.6.< / b >
Cabin - Kubernetes手机客户端
< / a >
< / li >
< li class = "chapter " data-level = "4.5.7" data-path = "../guide/kubernetes-desktop-client.html" >
< a href = "../guide/kubernetes-desktop-client.html" >
< b > 4.5.7.< / b >
Kubernetic - Kubernetes桌面客户端
< / a >
< / li >
< li class = "chapter " data-level = "4.5.8" data-path = "../guide/kubernator-kubernetes-ui.html" >
< a href = "../guide/kubernator-kubernetes-ui.html" >
< b > 4.5.8.< / b >
Kubernator - 更底层的Kubernetes UI
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.6" data-path = "../guide/application-development-deployment-flow.html" >
< a href = "../guide/application-development-deployment-flow.html" >
< b > 4.6.< / b >
在Kubernetes中开发部署应用
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.6.1" data-path = "../guide/deploy-applications-in-kubernetes.html" >
< a href = "../guide/deploy-applications-in-kubernetes.html" >
< b > 4.6.1.< / b >
适用于kubernetes的应用开发部署流程
< / a >
< / li >
< li class = "chapter " data-level = "4.6.2" data-path = "../guide/migrating-hadoop-yarn-to-kubernetes.html" >
< a href = "../guide/migrating-hadoop-yarn-to-kubernetes.html" >
< b > 4.6.2.< / b >
迁移传统应用到Kubernetes中——以Hadoop YARN为例
< / a >
< / li >
< li class = "chapter " data-level = "4.6.3" data-path = "../guide/using-statefulset.html" >
< a href = "../guide/using-statefulset.html" >
< b > 4.6.3.< / b >
使用StatefulSet部署用状态应用
< / a >
< / li >
< / ul >
< / li >
< li class = "header" > 最佳实践< / li >
< li class = "chapter " data-level = "5.1" data-path = "./" >
< a href = "./" >
< b > 5.1.< / b >
最佳实践概览
< / a >
< / li >
< li class = "chapter " data-level = "5.2" data-path = "install-kubernetes-on-centos.html" >
< a href = "install-kubernetes-on-centos.html" >
< b > 5.2.< / b >
在CentOS上部署Kubernetes集群
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.2.1" data-path = "create-tls-and-secret-key.html" >
< a href = "create-tls-and-secret-key.html" >
< b > 5.2.1.< / b >
创建TLS证书和秘钥
< / a >
< / li >
< li class = "chapter " data-level = "5.2.2" data-path = "create-kubeconfig.html" >
< a href = "create-kubeconfig.html" >
< b > 5.2.2.< / b >
创建kubeconfig文件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.3" data-path = "etcd-cluster-installation.html" >
< a href = "etcd-cluster-installation.html" >
< b > 5.2.3.< / b >
创建高可用etcd集群
< / a >
< / li >
< li class = "chapter " data-level = "5.2.4" data-path = "kubectl-installation.html" >
< a href = "kubectl-installation.html" >
< b > 5.2.4.< / b >
安装kubectl命令行工具
< / a >
< / li >
< li class = "chapter " data-level = "5.2.5" data-path = "master-installation.html" >
< a href = "master-installation.html" >
< b > 5.2.5.< / b >
部署master节点
< / a >
< / li >
< li class = "chapter " data-level = "5.2.6" data-path = "flannel-installation.html" >
< a href = "flannel-installation.html" >
< b > 5.2.6.< / b >
安装flannel网络插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.7" data-path = "node-installation.html" >
< a href = "node-installation.html" >
< b > 5.2.7.< / b >
部署node节点
< / a >
< / li >
< li class = "chapter " data-level = "5.2.8" data-path = "kubedns-addon-installation.html" >
< a href = "kubedns-addon-installation.html" >
< b > 5.2.8.< / b >
安装kubedns插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.9" data-path = "dashboard-addon-installation.html" >
< a href = "dashboard-addon-installation.html" >
< b > 5.2.9.< / b >
安装dashboard插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.10" data-path = "heapster-addon-installation.html" >
< a href = "heapster-addon-installation.html" >
< b > 5.2.10.< / b >
安装heapster插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.11" data-path = "efk-addon-installation.html" >
< a href = "efk-addon-installation.html" >
< b > 5.2.11.< / b >
安装EFK插件
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.3" data-path = "install-kubernetes-with-kubeadm.html" >
< a href = "install-kubernetes-with-kubeadm.html" >
< b > 5.3.< / b >
2018-12-04 12:57:02 +08:00
生产级的Kubernetes简化管理工具kubeadm
2018-04-15 19:42:10 +08:00
< / a >
< ul class = "articles" >
< li class = "chapter active" data-level = "5.3.1" data-path = "install-kubernetes-on-ubuntu-server-16.04-with-kubeadm.html" >
< a href = "install-kubernetes-on-ubuntu-server-16.04-with-kubeadm.html" >
< b > 5.3.1.< / b >
使用kubeadm在Ubuntu Server 16.04上快速构建测试集群
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.4" data-path = "service-discovery-and-loadbalancing.html" >
< a href = "service-discovery-and-loadbalancing.html" >
< b > 5.4.< / b >
服务发现与负载均衡
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.4.1" data-path = "traefik-ingress-installation.html" >
< a href = "traefik-ingress-installation.html" >
< b > 5.4.1.< / b >
安装Traefik ingress
< / a >
< / li >
< li class = "chapter " data-level = "5.4.2" data-path = "distributed-load-test.html" >
< a href = "distributed-load-test.html" >
< b > 5.4.2.< / b >
分布式负载测试
< / a >
< / li >
< li class = "chapter " data-level = "5.4.3" data-path = "network-and-cluster-perfermance-test.html" >
< a href = "network-and-cluster-perfermance-test.html" >
< b > 5.4.3.< / b >
网络和集群性能测试
< / a >
< / li >
< li class = "chapter " data-level = "5.4.4" data-path = "edge-node-configuration.html" >
< a href = "edge-node-configuration.html" >
< b > 5.4.4.< / b >
边缘节点配置
< / a >
< / li >
< li class = "chapter " data-level = "5.4.5" data-path = "nginx-ingress-installation.html" >
< a href = "nginx-ingress-installation.html" >
< b > 5.4.5.< / b >
安装Nginx ingress
< / a >
< / li >
2018-04-19 10:35:52 +08:00
< li class = "chapter " data-level = "5.4.6" data-path = "dns-installation.html" >
2018-04-15 19:42:10 +08:00
2018-04-19 10:35:52 +08:00
< a href = "dns-installation.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.6.< / b >
2018-04-19 10:35:52 +08:00
安装配置DNS
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.4.6.1" data-path = "configuring-dns.html" >
< a href = "configuring-dns.html" >
< b > 5.4.6.1.< / b >
安装配置Kube-dns
< / a >
< / li >
< li class = "chapter " data-level = "5.4.6.2" data-path = "coredns.html" >
< a href = "coredns.html" >
< b > 5.4.6.2.< / b >
安装配置CoreDNS
2018-04-15 19:42:10 +08:00
< / a >
< / li >
< / ul >
< / li >
2018-04-19 10:35:52 +08:00
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5" data-path = "operation.html" >
< a href = "operation.html" >
< b > 5.5.< / b >
运维管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.5.1" data-path = "master-ha.html" >
< a href = "master-ha.html" >
< b > 5.5.1.< / b >
Master节点高可用
< / a >
< / li >
< li class = "chapter " data-level = "5.5.2" data-path = "service-rolling-update.html" >
< a href = "service-rolling-update.html" >
< b > 5.5.2.< / b >
服务滚动升级
< / a >
< / li >
< li class = "chapter " data-level = "5.5.3" data-path = "app-log-collection.html" >
< a href = "app-log-collection.html" >
< b > 5.5.3.< / b >
应用日志收集
< / a >
< / li >
< li class = "chapter " data-level = "5.5.4" data-path = "configuration-best-practice.html" >
< a href = "configuration-best-practice.html" >
< b > 5.5.4.< / b >
配置最佳实践
< / a >
< / li >
< li class = "chapter " data-level = "5.5.5" data-path = "monitor.html" >
< a href = "monitor.html" >
< b > 5.5.5.< / b >
集群及应用监控
< / a >
< / li >
< li class = "chapter " data-level = "5.5.6" data-path = "data-persistence-problem.html" >
< a href = "data-persistence-problem.html" >
< b > 5.5.6.< / b >
数据持久化问题
< / a >
< / li >
< li class = "chapter " data-level = "5.5.7" data-path = "manage-compute-resources-container.html" >
< a href = "manage-compute-resources-container.html" >
< b > 5.5.7.< / b >
管理容器的计算资源
< / a >
< / li >
< li class = "chapter " data-level = "5.5.8" data-path = "federation.html" >
< a href = "federation.html" >
< b > 5.5.8.< / b >
集群联邦
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.6" data-path = "storage.html" >
< a href = "storage.html" >
< b > 5.6.< / b >
存储管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.1" data-path = "glusterfs.html" >
< a href = "glusterfs.html" >
< b > 5.6.1.< / b >
GlusterFS
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.1.1" data-path = "using-glusterfs-for-persistent-storage.html" >
< a href = "using-glusterfs-for-persistent-storage.html" >
< b > 5.6.1.1.< / b >
使用GlusterFS做持久化存储
< / a >
< / li >
< li class = "chapter " data-level = "5.6.1.2" data-path = "using-heketi-gluster-for-persistent-storage.html" >
< a href = "using-heketi-gluster-for-persistent-storage.html" >
< b > 5.6.1.2.< / b >
2018-10-09 14:04:25 +08:00
使用Heketi作为Kubernetes的持久存储GlusterFS的external provisioner
2018-04-15 19:42:10 +08:00
< / a >
< / li >
< li class = "chapter " data-level = "5.6.1.3" data-path = "storage-for-containers-using-glusterfs-with-openshift.html" >
< a href = "storage-for-containers-using-glusterfs-with-openshift.html" >
< b > 5.6.1.3.< / b >
在OpenShift中使用GlusterFS做持久化存储
< / a >
< / li >
< / ul >
< / li >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.2" data-path = "glusterd-2.0.html" >
2018-04-15 19:42:10 +08:00
2018-05-23 19:52:24 +08:00
< a href = "glusterd-2.0.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.2.< / b >
2018-05-23 19:52:24 +08:00
GlusterD-2.0
< / a >
< / li >
< li class = "chapter " data-level = "5.6.3" data-path = "ceph.html" >
< a href = "ceph.html" >
< b > 5.6.3.< / b >
2018-04-15 19:42:10 +08:00
Ceph
< / a >
< ul class = "articles" >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.3.1" data-path = "ceph-helm-install-guide-zh.html" >
2018-04-15 19:42:10 +08:00
2018-04-18 23:46:26 +08:00
< a href = "ceph-helm-install-guide-zh.html" >
2018-04-15 19:42:10 +08:00
2018-05-23 19:52:24 +08:00
< b > 5.6.3.1.< / b >
2018-04-15 19:42:10 +08:00
2018-04-18 23:46:26 +08:00
用Helm托管安装Ceph集群并提供后端存储
< / a >
< / li >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.3.2" data-path = "using-ceph-for-persistent-storage.html" >
2018-04-18 23:46:26 +08:00
< a href = "using-ceph-for-persistent-storage.html" >
2018-05-23 19:52:24 +08:00
< b > 5.6.3.2.< / b >
2018-04-18 23:46:26 +08:00
2018-04-15 19:42:10 +08:00
使用Ceph做持久化存储
< / a >
2018-10-15 14:20:09 +08:00
< / li >
< li class = "chapter " data-level = "5.6.3.3" data-path = "rbd-provisioner.html" >
< a href = "rbd-provisioner.html" >
< b > 5.6.3.3.< / b >
使用rbd-provisioner提供rbd持久化存储
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.4" data-path = "openebs.html" >
2018-04-15 19:42:10 +08:00
< a href = "openebs.html" >
2018-05-23 19:52:24 +08:00
< b > 5.6.4.< / b >
2018-04-15 19:42:10 +08:00
OpenEBS
< / a >
< ul class = "articles" >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.4.1" data-path = "using-openebs-for-persistent-storage.html" >
2018-04-15 19:42:10 +08:00
< a href = "using-openebs-for-persistent-storage.html" >
2018-05-23 19:52:24 +08:00
< b > 5.6.4.1.< / b >
2018-04-15 19:42:10 +08:00
使用OpenEBS做持久化存储
< / a >
< / li >
< / ul >
< / li >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.5" data-path = "rook.html" >
2018-04-15 19:42:10 +08:00
< a href = "rook.html" >
2018-05-23 19:52:24 +08:00
< b > 5.6.5.< / b >
2018-04-15 19:42:10 +08:00
Rook
< / a >
< / li >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.6" data-path = "nfs.html" >
2018-04-15 19:42:10 +08:00
< a href = "nfs.html" >
2018-05-23 19:52:24 +08:00
< b > 5.6.6.< / b >
2018-04-15 19:42:10 +08:00
NFS
< / a >
< ul class = "articles" >
2018-05-23 19:52:24 +08:00
< li class = "chapter " data-level = "5.6.6.1" data-path = "using-nfs-for-persistent-storage.html" >
2018-04-15 19:42:10 +08:00
< a href = "using-nfs-for-persistent-storage.html" >
2018-05-23 19:52:24 +08:00
< b > 5.6.6.1.< / b >
2018-04-15 19:42:10 +08:00
利用NFS动态提供Kubernetes后端存储卷
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.7" data-path = "monitoring.html" >
< a href = "monitoring.html" >
< b > 5.7.< / b >
集群与应用监控
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.7.1" data-path = "heapster.html" >
< a href = "heapster.html" >
< b > 5.7.1.< / b >
Heapster
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.7.1.1" data-path = "using-heapster-to-get-object-metrics.html" >
< a href = "using-heapster-to-get-object-metrics.html" >
< b > 5.7.1.1.< / b >
使用Heapster获取集群和对象的metric数据
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.7.2" data-path = "prometheus.html" >
< a href = "prometheus.html" >
< b > 5.7.2.< / b >
Prometheus
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.7.2.1" data-path = "using-prometheus-to-monitor-kuberentes-cluster.html" >
< a href = "using-prometheus-to-monitor-kuberentes-cluster.html" >
< b > 5.7.2.1.< / b >
使用Prometheus监控kubernetes集群
< / a >
2018-10-19 15:44:38 +08:00
< / li >
< li class = "chapter " data-level = "5.7.2.2" data-path = "promql.html" >
< a href = "promql.html" >
< b > 5.7.2.2.< / b >
Prometheus查询语言PromQL使用说明
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
2018-06-20 15:02:23 +08:00
< / li >
< li class = "chapter " data-level = "5.7.3" data-path = "vistio-visualize-your-istio-mesh.html" >
< a href = "vistio-visualize-your-istio-mesh.html" >
< b > 5.7.3.< / b >
使用Vistio监控Istio服务网格中的流量
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.8" data-path = "distributed-tracing.html" >
2018-04-15 19:42:10 +08:00
2018-10-24 20:34:59 +08:00
< a href = "distributed-tracing.html" >
2018-04-15 19:42:10 +08:00
< b > 5.8.< / b >
2018-10-24 20:34:59 +08:00
分布式跟踪
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.8.1" data-path = "opentracing.html" >
< a href = "opentracing.html" >
< b > 5.8.1.< / b >
OpenTracing
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.9" data-path = "services-management-tool.html" >
< a href = "services-management-tool.html" >
< b > 5.9.< / b >
2018-04-15 19:42:10 +08:00
服务编排管理
< / a >
< ul class = "articles" >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.9.1" data-path = "helm.html" >
2018-04-15 19:42:10 +08:00
< a href = "helm.html" >
2018-10-24 20:34:59 +08:00
< b > 5.9.1.< / b >
2018-04-15 19:42:10 +08:00
2018-10-09 14:04:25 +08:00
使用Helm管理Kubernetes应用
2018-04-15 19:42:10 +08:00
< / a >
< / li >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.9.2" data-path = "create-private-charts-repo.html" >
2018-04-15 19:42:10 +08:00
< a href = "create-private-charts-repo.html" >
2018-10-24 20:34:59 +08:00
< b > 5.9.2.< / b >
2018-04-15 19:42:10 +08:00
构建私有Chart仓库
< / a >
< / li >
< / ul >
< / li >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.10" data-path = "ci-cd.html" >
2018-04-15 19:42:10 +08:00
< a href = "ci-cd.html" >
2018-10-24 20:34:59 +08:00
< b > 5.10.< / b >
2018-04-15 19:42:10 +08:00
持续集成与发布
< / a >
< ul class = "articles" >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.10.1" data-path = "jenkins-ci-cd.html" >
2018-04-15 19:42:10 +08:00
< a href = "jenkins-ci-cd.html" >
2018-10-24 20:34:59 +08:00
< b > 5.10.1.< / b >
2018-04-15 19:42:10 +08:00
使用Jenkins进行持续集成与发布
< / a >
< / li >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.10.2" data-path = "drone-ci-cd.html" >
2018-04-15 19:42:10 +08:00
< a href = "drone-ci-cd.html" >
2018-10-24 20:34:59 +08:00
< b > 5.10.2.< / b >
2018-04-15 19:42:10 +08:00
使用Drone进行持续集成与发布
< / a >
< / li >
< / ul >
< / li >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.11" data-path = "update-and-upgrade.html" >
2018-04-15 19:42:10 +08:00
< a href = "update-and-upgrade.html" >
2018-10-24 20:34:59 +08:00
< b > 5.11.< / b >
2018-04-15 19:42:10 +08:00
更新与升级
< / a >
< ul class = "articles" >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.11.1" data-path = "manually-upgrade.html" >
2018-04-15 19:42:10 +08:00
< a href = "manually-upgrade.html" >
2018-10-24 20:34:59 +08:00
< b > 5.11.1.< / b >
2018-04-15 19:42:10 +08:00
手动升级Kubernetes集群
< / a >
< / li >
2018-10-24 20:34:59 +08:00
< li class = "chapter " data-level = "5.11.2" data-path = "dashboard-upgrade.html" >
2018-04-15 19:42:10 +08:00
< a href = "dashboard-upgrade.html" >
2018-10-24 20:34:59 +08:00
< b > 5.11.2.< / b >
2018-04-15 19:42:10 +08:00
升级dashboard
< / a >
< / li >
< / ul >
< / li >
< li class = "header" > 领域应用< / li >
< li class = "chapter " data-level = "6.1" data-path = "../usecases/" >
< a href = "../usecases/" >
< b > 6.1.< / b >
领域应用概览
< / a >
< / li >
< li class = "chapter " data-level = "6.2" data-path = "../usecases/microservices.html" >
< a href = "../usecases/microservices.html" >
< b > 6.2.< / b >
微服务架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.2.1" data-path = "../usecases/service-discovery-in-microservices.html" >
< a href = "../usecases/service-discovery-in-microservices.html" >
< b > 6.2.1.< / b >
微服务中的服务发现
< / a >
< / li >
< li class = "chapter " data-level = "6.2.2" data-path = "../usecases/microservices-for-java-developers.html" >
< a href = "../usecases/microservices-for-java-developers.html" >
< b > 6.2.2.< / b >
使用Java构建微服务并发布到Kubernetes平台
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.2.2.1" data-path = "../usecases/spring-boot-quick-start-guide.html" >
< a href = "../usecases/spring-boot-quick-start-guide.html" >
< b > 6.2.2.1.< / b >
Spring Boot快速开始指南
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.3" data-path = "../usecases/service-mesh.html" >
< a href = "../usecases/service-mesh.html" >
< b > 6.3.< / b >
Service Mesh 服务网格
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.1" data-path = "../usecases/the-enterprise-path-to-service-mesh-architectures.html" >
2018-04-15 19:42:10 +08:00
2018-08-20 19:31:01 +08:00
< a href = "../usecases/the-enterprise-path-to-service-mesh-architectures.html" >
2018-04-15 19:42:10 +08:00
< b > 6.3.1.< / b >
2018-08-20 19:31:01 +08:00
企业级服务网格架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.3.1.1" data-path = "../usecases/service-mesh-fundamental.html" >
< a href = "../usecases/service-mesh-fundamental.html" >
< b > 6.3.1.1.< / b >
Service Mesh基础
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.2" data-path = "../usecases/comparing-service-mesh-technologies.html" >
< a href = "../usecases/comparing-service-mesh-technologies.html" >
< b > 6.3.1.2.< / b >
Service Mesh技术对比
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.3" data-path = "../usecases/service-mesh-adoption-and-evolution.html" >
< a href = "../usecases/service-mesh-adoption-and-evolution.html" >
< b > 6.3.1.3.< / b >
采纳和演进
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.4" data-path = "../usecases/service-mesh-customization-and-integration.html" >
< a href = "../usecases/service-mesh-customization-and-integration.html" >
< b > 6.3.1.4.< / b >
定制和集成
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.5" data-path = "../usecases/service-mesh-conclusion.html" >
< a href = "../usecases/service-mesh-conclusion.html" >
< b > 6.3.1.5.< / b >
总结
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.3.2" data-path = "../usecases/istio.html" >
< a href = "../usecases/istio.html" >
< b > 6.3.2.< / b >
2018-04-15 19:42:10 +08:00
Istio
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.1" data-path = "../usecases/istio-installation.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/istio-installation.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.1.< / b >
2018-04-15 19:42:10 +08:00
安装并试用Istio service mesh
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.2" data-path = "../usecases/configuring-request-routing.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/configuring-request-routing.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.2.< / b >
2018-04-15 19:42:10 +08:00
配置请求的路由规则
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.3" data-path = "../usecases/install-and-expand-istio-mesh.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/install-and-expand-istio-mesh.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.3.< / b >
2018-04-15 19:42:10 +08:00
安装和拓展Istio service mesh
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.4" data-path = "../usecases/integrating-vms.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/integrating-vms.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.4.< / b >
2018-04-15 19:42:10 +08:00
集成虚拟机
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.5" data-path = "../usecases/sidecar-spec-in-istio.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/sidecar-spec-in-istio.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.5.< / b >
2018-04-15 19:42:10 +08:00
Istio中sidecar的注入规范及示例
< / a >
2018-04-16 21:16:23 +08:00
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.6" data-path = "../usecases/istio-community-tips.html" >
2018-04-16 21:16:23 +08:00
< a href = "../usecases/istio-community-tips.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.6.< / b >
2018-04-16 21:16:23 +08:00
如何参与Istio社区及注意事项
< / a >
2018-04-18 23:26:03 +08:00
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.7" data-path = "../usecases/istio-tutorial.html" >
2018-04-18 23:26:03 +08:00
< a href = "../usecases/istio-tutorial.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.7.< / b >
2018-04-18 23:26:03 +08:00
2018-08-06 20:34:10 +08:00
Istio教程
2018-04-18 23:26:03 +08:00
< / a >
2018-08-29 16:29:18 +08:00
< / li >
< li class = "chapter " data-level = "6.3.2.8" data-path = "../usecases/istio-tutorials-collection.html" >
< a href = "../usecases/istio-tutorials-collection.html" >
< b > 6.3.2.8.< / b >
Istio免费学习资源汇总
< / a >
2018-09-17 11:49:14 +08:00
< / li >
< li class = "chapter " data-level = "6.3.2.9" data-path = "../usecases/understand-sidecar-injection-and-traffic-hijack-in-istio-service-mesh.html" >
< a href = "../usecases/understand-sidecar-injection-and-traffic-hijack-in-istio-service-mesh.html" >
< b > 6.3.2.9.< / b >
2019-01-02 16:44:20 +08:00
深入理解Istio Service Mesh中的Envoy Sidecar注入与流量劫持
< / a >
< / li >
< li class = "chapter " data-level = "6.3.2.10" data-path = "../usecases/envoy-sidecar-routing-of-istio-service-mesh-deep-dive.html" >
< a href = "../usecases/envoy-sidecar-routing-of-istio-service-mesh-deep-dive.html" >
< b > 6.3.2.10.< / b >
深入理解Istio Service Mesh中的Envoy Sidecar代理的路由转发
2018-09-17 11:49:14 +08:00
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.3" data-path = "../usecases/linkerd.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/linkerd.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.3.< / b >
2018-04-15 19:42:10 +08:00
Linkerd
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.3.1" data-path = "../usecases/linkerd-user-guide.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/linkerd-user-guide.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.3.1.< / b >
2018-04-15 19:42:10 +08:00
Linkerd 使用指南
< / a >
< / li >
< / ul >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.4" data-path = "../usecases/conduit.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/conduit.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.4.< / b >
2018-04-15 19:42:10 +08:00
Conduit
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.4.1" data-path = "../usecases/conduit-overview.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/conduit-overview.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.4.1.< / b >
2018-04-15 19:42:10 +08:00
Condiut概览
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.4.2" data-path = "../usecases/conduit-installation.html" >
2018-04-15 19:42:10 +08:00
< a href = "../usecases/conduit-installation.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.4.2.< / b >
2018-04-15 19:42:10 +08:00
安装Conduit
< / a >
2018-04-20 16:41:57 +08:00
< / li >
< / ul >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5" data-path = "../usecases/envoy.html" >
2018-04-20 16:41:57 +08:00
< a href = "../usecases/envoy.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.< / b >
2018-04-20 16:41:57 +08:00
Envoy
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5.1" data-path = "../usecases/envoy-terminology.html" >
2018-04-20 16:41:57 +08:00
2018-04-24 14:58:38 +08:00
< a href = "../usecases/envoy-terminology.html" >
2018-04-20 16:41:57 +08:00
2018-08-20 19:31:01 +08:00
< b > 6.3.5.1.< / b >
2018-04-20 16:41:57 +08:00
2018-04-27 15:12:43 +08:00
Envoy的架构与基本术语
2018-04-24 14:58:38 +08:00
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5.2" data-path = "../usecases/envoy-front-proxy.html" >
2018-04-24 14:58:38 +08:00
< a href = "../usecases/envoy-front-proxy.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.2.< / b >
2018-04-24 14:58:38 +08:00
2018-04-20 16:41:57 +08:00
Envoy作为前端代理
< / a >
2018-04-28 20:29:48 +08:00
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5.3" data-path = "../usecases/envoy-mesh-in-kubernetes-tutorial.html" >
2018-04-28 20:29:48 +08:00
< a href = "../usecases/envoy-mesh-in-kubernetes-tutorial.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.3.< / b >
2018-04-28 20:29:48 +08:00
Envoy mesh教程
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
2018-07-17 11:17:05 +08:00
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.6" data-path = "../usecases/sofamesh.html" >
2018-07-17 11:17:05 +08:00
< a href = "../usecases/sofamesh.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.6.< / b >
2018-07-17 11:17:05 +08:00
SOFAMesh
< / a >
2018-09-19 21:42:26 +08:00
< ul class = "articles" >
< li class = "chapter " data-level = "6.3.6.1" data-path = "../usecases/dubbo-on-x-protocol-in-sofa-mesh.html" >
< a href = "../usecases/dubbo-on-x-protocol-in-sofa-mesh.html" >
< b > 6.3.6.1.< / b >
SOFAMesh中的Dubbo on x-protocol
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.3.7" data-path = "../usecases/sofamosn.html" >
< a href = "../usecases/sofamosn.html" >
< b > 6.3.7.< / b >
SOFAMosn
< / a >
2018-10-19 22:44:16 +08:00
< ul class = "articles" >
< li class = "chapter " data-level = "6.3.7.1" data-path = "../usecases/sofamosn-in-sofamesh.html" >
< a href = "../usecases/sofamosn-in-sofamesh.html" >
< b > 6.3.7.1.< / b >
使用 SOFAMosn 构建 SOFAMesh
< / a >
< / li >
< / ul >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.4" data-path = "../usecases/big-data.html" >
< a href = "../usecases/big-data.html" >
< b > 6.4.< / b >
大数据
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.4.1" data-path = "../usecases/spark-standalone-on-kubernetes.html" >
< a href = "../usecases/spark-standalone-on-kubernetes.html" >
< b > 6.4.1.< / b >
Spark standalone on Kubernetes
< / a >
< / li >
< li class = "chapter " data-level = "6.4.2" data-path = "../usecases/running-spark-with-kubernetes-native-scheduler.html" >
< a href = "../usecases/running-spark-with-kubernetes-native-scheduler.html" >
< b > 6.4.2.< / b >
运行支持Kubernetes原生调度的Spark程序
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.5" data-path = "../usecases/serverless.html" >
< a href = "../usecases/serverless.html" >
< b > 6.5.< / b >
Serverless架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.5.1" data-path = "../usecases/understanding-serverless.html" >
< a href = "../usecases/understanding-serverless.html" >
< b > 6.5.1.< / b >
理解Serverless
< / a >
< / li >
< li class = "chapter " data-level = "6.5.2" data-path = "../usecases/faas.html" >
< a href = "../usecases/faas.html" >
< b > 6.5.2.< / b >
FaaS-函数即服务
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.5.2.1" data-path = "../usecases/openfaas-quick-start.html" >
< a href = "../usecases/openfaas-quick-start.html" >
< b > 6.5.2.1.< / b >
OpenFaaS快速入门指南
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.6" data-path = "../usecases/edge-computing.html" >
< a href = "../usecases/edge-computing.html" >
< b > 6.6.< / b >
边缘计算
< / a >
2018-04-16 21:16:23 +08:00
< / li >
< li class = "chapter " data-level = "6.7" data-path = "../usecases/ai.html" >
< a href = "../usecases/ai.html" >
< b > 6.7.< / b >
人工智能
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< li class = "header" > 开发指南< / li >
< li class = "chapter " data-level = "7.1" data-path = "../develop/" >
< a href = "../develop/" >
< b > 7.1.< / b >
开发指南概览
< / a >
< / li >
< li class = "chapter " data-level = "7.2" data-path = "../develop/sigs-and-working-group.html" >
< a href = "../develop/sigs-and-working-group.html" >
< b > 7.2.< / b >
SIG和工作组
< / a >
< / li >
< li class = "chapter " data-level = "7.3" data-path = "../develop/developing-environment.html" >
< a href = "../develop/developing-environment.html" >
< b > 7.3.< / b >
开发环境搭建
< / a >
2018-11-26 17:18:36 +08:00
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
2018-11-26 17:18:36 +08:00
< li class = "chapter " data-level = "7.3.1" data-path = "../develop/using-vagrant-and-virtualbox-for-development.html" >
2018-04-15 19:42:10 +08:00
< a href = "../develop/using-vagrant-and-virtualbox-for-development.html" >
2018-11-26 17:18:36 +08:00
< b > 7.3.1.< / b >
2018-04-15 19:42:10 +08:00
本地分布式开发环境搭建( 使用Vagrant和Virtualbox)
< / a >
< / li >
2018-11-26 17:18:36 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "7.4" data-path = "../develop/testing.html" >
2018-04-15 19:42:10 +08:00
< a href = "../develop/testing.html" >
2018-11-26 17:18:36 +08:00
< b > 7.4.< / b >
2018-04-15 19:42:10 +08:00
单元测试和集成测试
< / a >
< / li >
2018-11-26 17:18:36 +08:00
< li class = "chapter " data-level = "7.5" data-path = "../develop/client-go-sample.html" >
2018-04-15 19:42:10 +08:00
< a href = "../develop/client-go-sample.html" >
2018-11-26 17:18:36 +08:00
< b > 7.5.< / b >
2018-04-15 19:42:10 +08:00
client-go示例
< / a >
< / li >
2018-11-26 17:18:36 +08:00
< li class = "chapter " data-level = "7.6" data-path = "../develop/operator.html" >
2018-04-15 19:42:10 +08:00
< a href = "../develop/operator.html" >
2018-11-26 17:18:36 +08:00
< b > 7.6.< / b >
2018-04-15 19:42:10 +08:00
Operator
< / a >
2018-11-26 17:18:36 +08:00
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
2018-11-26 17:18:36 +08:00
< li class = "chapter " data-level = "7.6.1" data-path = "../develop/operator-sdk.html" >
2018-04-15 19:42:10 +08:00
2018-05-04 19:53:39 +08:00
< a href = "../develop/operator-sdk.html" >
2018-04-15 19:42:10 +08:00
2018-11-26 17:18:36 +08:00
< b > 7.6.1.< / b >
2018-04-15 19:42:10 +08:00
2018-05-04 19:53:39 +08:00
operator-sdk
< / a >
< / li >
2018-11-26 17:18:36 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "7.7" data-path = "../develop/kubebuilder.html" >
< a href = "../develop/kubebuilder.html" >
< b > 7.7.< / b >
kubebuilder
< / a >
< / li >
< li class = "chapter " data-level = "7.8" data-path = "../develop/advance-developer.html" >
2018-05-04 19:53:39 +08:00
< a href = "../develop/advance-developer.html" >
2018-11-26 17:18:36 +08:00
< b > 7.8.< / b >
2018-05-04 19:53:39 +08:00
2018-04-15 19:42:10 +08:00
高级开发指南
< / a >
< / li >
2018-11-26 17:18:36 +08:00
< li class = "chapter " data-level = "7.9" data-path = "../develop/contribute.html" >
2018-04-15 19:42:10 +08:00
< a href = "../develop/contribute.html" >
2018-11-26 17:18:36 +08:00
< b > 7.9.< / b >
2018-04-15 19:42:10 +08:00
社区贡献
< / a >
< / li >
2018-11-26 17:18:36 +08:00
< li class = "chapter " data-level = "7.10" data-path = "../develop/minikube.html" >
2018-04-15 19:42:10 +08:00
< a href = "../develop/minikube.html" >
2018-11-26 17:18:36 +08:00
< b > 7.10.< / b >
2018-04-15 19:42:10 +08:00
Minikube
< / a >
< / li >
< li class = "header" > 附录< / li >
< li class = "chapter " data-level = "8.1" data-path = "../appendix/" >
< a href = "../appendix/" >
< b > 8.1.< / b >
附录说明
< / a >
< / li >
< li class = "chapter " data-level = "8.2" data-path = "../appendix/debug-kubernetes-services.html" >
< a href = "../appendix/debug-kubernetes-services.html" >
< b > 8.2.< / b >
Kubernetes中的应用故障排查
< / a >
< / li >
< li class = "chapter " data-level = "8.3" data-path = "../appendix/material-share.html" >
< a href = "../appendix/material-share.html" >
< b > 8.3.< / b >
Kubernetes相关资讯和情报链接
< / a >
< / li >
< li class = "chapter " data-level = "8.4" data-path = "../appendix/docker-best-practice.html" >
< a href = "../appendix/docker-best-practice.html" >
< b > 8.4.< / b >
Docker最佳实践
< / a >
< / li >
< li class = "chapter " data-level = "8.5" data-path = "../appendix/tricks.html" >
< a href = "../appendix/tricks.html" >
< b > 8.5.< / b >
使用技巧
< / a >
< / li >
< li class = "chapter " data-level = "8.6" data-path = "../appendix/issues.html" >
< a href = "../appendix/issues.html" >
< b > 8.6.< / b >
问题记录
< / a >
< / li >
< li class = "chapter " data-level = "8.7" data-path = "../appendix/kubernetes-changelog.html" >
< a href = "../appendix/kubernetes-changelog.html" >
< b > 8.7.< / b >
Kubernetes版本更新日志
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "8.7.1" data-path = "../appendix/kubernetes-1.7-changelog.html" >
< a href = "../appendix/kubernetes-1.7-changelog.html" >
< b > 8.7.1.< / b >
Kubernetes1.7更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.2" data-path = "../appendix/kubernetes-1.8-changelog.html" >
< a href = "../appendix/kubernetes-1.8-changelog.html" >
< b > 8.7.2.< / b >
Kubernetes1.8更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.3" data-path = "../appendix/kubernetes-1.9-changelog.html" >
< a href = "../appendix/kubernetes-1.9-changelog.html" >
< b > 8.7.3.< / b >
Kubernetes1.9更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.4" data-path = "../appendix/kubernetes-1.10-changelog.html" >
< a href = "../appendix/kubernetes-1.10-changelog.html" >
< b > 8.7.4.< / b >
Kubernetes1.10更新日志
< / a >
2018-07-02 23:19:37 +08:00
< / li >
< li class = "chapter " data-level = "8.7.5" data-path = "../appendix/kubernetes-1.11-changelog.html" >
< a href = "../appendix/kubernetes-1.11-changelog.html" >
< b > 8.7.5.< / b >
Kubernetes1.11更新日志
< / a >
2018-09-28 10:59:50 +08:00
< / li >
< li class = "chapter " data-level = "8.7.6" data-path = "../appendix/kubernetes-1.12-changelog.html" >
< a href = "../appendix/kubernetes-1.12-changelog.html" >
< b > 8.7.6.< / b >
Kubernetes1.12更新日志
< / a >
2018-12-04 12:57:02 +08:00
< / li >
< li class = "chapter " data-level = "8.7.7" data-path = "../appendix/kubernetes-1.13-changelog.html" >
< a href = "../appendix/kubernetes-1.13-changelog.html" >
< b > 8.7.7.< / b >
Kubernetes1.13更新日志
< / a >
2018-04-15 19:42:10 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "8.8" data-path = "../appendix/summary-and-outlook.html" >
< a href = "../appendix/summary-and-outlook.html" >
< b > 8.8.< / b >
Kubernetes及云原生年度总结及展望
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "8.8.1" data-path = "../appendix/kubernetes-and-cloud-native-summary-in-2017-and-outlook-for-2018.html" >
< a href = "../appendix/kubernetes-and-cloud-native-summary-in-2017-and-outlook-for-2018.html" >
< b > 8.8.1.< / b >
Kubernetes与云原生2017年年终总结及2018年展望
< / a >
< / li >
< / ul >
< / li >
2018-05-09 23:48:41 +08:00
< li class = "chapter " data-level = "8.9" data-path = "../appendix/about-kcsp.html" >
< a href = "../appendix/about-kcsp.html" >
< b > 8.9.< / b >
Kubernetes认证服务提供商( KCSP) 说明
< / a >
< / li >
< li class = "chapter " data-level = "8.10" data-path = "../appendix/about-cka-candidate.html" >
< a href = "../appendix/about-cka-candidate.html" >
< b > 8.10.< / b >
认证Kubernetes管理员( CKA) 说明
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "divider" > < / li >
< li >
< a href = "https://www.gitbook.com" target = "blank" class = "gitbook-link" >
本书使用 GitBook 发布
< / a >
< / li >
< / ul >
< / nav >
< / div >
< div class = "book-body" >
< div class = "body-inner" >
< div class = "book-header" role = "navigation" >
<!-- Title -->
< h1 >
< i class = "fa fa-circle-o-notch fa-spin" > < / i >
< a href = ".." > 使用kubeadm在Ubuntu Server 16.04上快速构建测试集群< / a >
< / h1 >
< / div >
< div class = "page-wrapper" tabindex = "-1" role = "main" >
< div class = "page-inner" >
< div class = "search-plus" id = "book-search-results" >
< div class = "search-noresults" >
< section class = "normal markdown-section" >
2018-09-25 22:13:40 +08:00
< html > < head > < / head > < body > < h1 id = "用kubeadm在ubuntu上快速构建kubernetes测试集群" > 用 kubeadm在 Ubuntu上 快 速 构 建 Kubernetes测 试 集 群 < / h1 >
2018-04-15 19:42:10 +08:00
< p > 本 文 将 介 绍 如 何 在 Ubuntu server 16.04版 本 上 安 装 kubeadm, 并 利 用 kubeadm快 速 的 在 Ubuntu server 版 本 16.04上 构 建 一 个 kubernetes的 基 础 的 测 试 集 群 , 用 来 做 学 习 和 测 试 用 途 , 当 前 ( 2018-04-14) 最 新 的 版 本 是 1.10.1。 参 考 文 档 包 括 kubernetes官 方 网 站 的 < a href = "https://kubernetes.io/docs/setup/independent/install-kubeadm/" target = "_blank" > kubeadm安 装 文 档 < / a > 以 及 < a href = "https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/" target = "_blank" > 利 用 kubeadm创 建 集 群 < / a > 这 两 个 文 档 。 < / p >
< p > 生 产 用 途 的 环 境 , 需 要 考 虑 各 个 组 件 的 高 可 用 , 建 议 参 考 Kubernetes的 官 方 的 相 关 的 安 装 文 档 。 < / p >
< h2 id = "概述" > 概 述 < / h2 >
< p > 本 次 安 装 建 议 至 少 4台 服 务 器 或 者 虚 拟 机 , 每 台 服 务 器 4G内 存 , 2个 CPU核 心 以 上 , 基 本 架 构 为 1台 master节 点 , 3台 slave节 点 。 整 个 安 装 过 程 将 在 Ubuntu服 务 器 上 安 装 完 kubeadm, 以 及 安 装 kubernetes的 基 本 集 群 , 包 括 canal网 络 , 另 后 台 存 储 可 参 考 本 书 的 最 佳 实 践 中 的 存 储 管 理 内 容 。
本 次 安 装 一 共 4个 节 点 , 节 点 信 息 如 下 :< / p >
< table >
< thead >
< tr >
< th > 角 色 < / th >
< th > 主 机 名 < / th >
< th > IP地 址 < / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > Master< / td >
< td > Ubuntu-master< / td >
< td > 192.168.5.200< / td >
< / tr >
< tr >
< td > Slave< / td >
< td > ubuntu-1< / td >
< td > 192.168.5.201< / td >
< / tr >
< tr >
< td > Slave< / td >
< td > ubuntu-2< / td >
< td > 192.168.5.202< / td >
< / tr >
< tr >
< td > Slave< / td >
< td > ubuntu-3< / td >
< td > 192.168.5.203< / td >
< / tr >
< / tbody >
< / table >
< h2 id = "准备工作" > 准 备 工 作 < / h2 >
< ul >
< li > 默 认 方 式 安 装 Ubuntu Server 版 本 16.04< / li >
< li > 配 置 主 机 名 映 射 , 每 个 节 点 < / li >
< / ul >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # cat /etc/hosts< / span >
2018-04-15 19:42:10 +08:00
127.0.0.1 localhost
192.168.0.200 Ubuntu-master
192.168.0.201 Ubuntu-1
192.168.0.202 Ubuntu-2
192.168.0.203 Ubuntu-3
< / code > < / pre >
< ul >
2018-04-16 21:01:55 +08:00
< li > 如 果 连 接 gcr网 站 不 方 便 , 无 法 下 载 镜 像 , 会 导 致 安 装 过 程 卡 住 , 可 以 下 载 我 导 出 的 镜 像 包 , < a href = "https://pan.baidu.com/s/1ZJFRt_UNCQvwcu9UENr_gw" target = "_blank" > 我 导 出 的 镜 像 网 盘 链 接 < / a > , 解 压 缩 以 后 是 多 个 个 tar包 , 使 用 < code > docker load< xxxx.tar< / code > 导 入 各 个 文 件 即 可 ) 。 < h2 id = "在所有节点上安装kubeadm" > 在 所 有 节 点 上 安 装 kubeadm< / h2 >
2018-04-15 19:42:10 +08:00
查 看 apt安 装 源 如 下 配 置 , 使 用 阿 里 云 的 系 统 和 kubernetes的 源 。 < / li >
< / ul >
2018-04-16 21:16:23 +08:00
< pre class = "language-" > < code class = "lang-bash" > $ < span class = "token function" > cat< / span > /etc/apt/sources.list
2018-09-25 22:13:40 +08:00
< span class = "token comment" > # 系 统 安 装 源 < / span >
2018-04-15 19:42:10 +08:00
deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted
deb http://mirrors.aliyun.com/ubuntu/ xenial universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
deb http://mirrors.aliyun.com/ubuntu/ xenial multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
2018-09-25 22:13:40 +08:00
< span class = "token comment" > # kubeadm及 kubernetes组 件 安 装 源 < / span >
2018-04-15 19:42:10 +08:00
deb https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial main
2018-04-16 21:16:23 +08:00
< / code > < / pre >
< p > 安 装 docker, 可 以 使 用 系 统 源 的 的 docker.io软 件 包 , 版 本 1.13.1, 我 的 系 统 里 是 已 经 安 装 好 最 新 的 版 本 了 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # apt-get install docker.io< / span >
2018-04-15 19:42:10 +08:00
Reading package lists< span class = "token punctuation" > ..< / span > . Done
Building dependency tree
Reading state information< span class = "token punctuation" > ..< / span > . Done
docker.io is already the newest version < span class = "token punctuation" > (< / span > 1.13.1-0ubuntu1~16.04.2< span class = "token punctuation" > )< / span > .
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
< / code > < / pre >
< p > 更 新 源 , 可 以 不 理 会 gpg的 报 错 信 息 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # apt-get update< / span >
2018-04-15 19:42:10 +08:00
Hit:1 http://mirrors.aliyun.com/ubuntu xenial InRelease
Hit:2 http://mirrors.aliyun.com/ubuntu xenial-updates InRelease
Hit:3 http://mirrors.aliyun.com/ubuntu xenial-backports InRelease
Get:4 https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial InRelease < span class = "token punctuation" > [< / span > 8,993 B< span class = "token punctuation" > ]< / span >
Ign:4 https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial InRelease
Fetched 8,993 B < span class = "token keyword" > in< / span > 0s < span class = "token punctuation" > (< / span > 20.7 kB/s< span class = "token punctuation" > )< / span >
Reading package lists< span class = "token punctuation" > ..< / span > . Done
W: GPG error: https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial InRelease: The following signatures couldn< span class = "token string" > ' t be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB
W: The repository ' < / span > https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial InRelease< span class = "token string" > ' is not signed.
N: Data from such a repository can' < / span > t be authenticated and is therefore potentially dangerous to use.
N: See apt-secure< span class = "token punctuation" > (< / span > 8< span class = "token punctuation" > )< / span > manpage < span class = "token keyword" > for< / span > repository creation and user configuration details.
< / code > < / pre >
< p > 强 制 安 装 kubeadm, kubectl, kubelet软 件 包 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # apt-get install -y kubelet kubeadm kubectl --allow-unauthenticated< / span >
2018-04-15 19:42:10 +08:00
Reading package lists< span class = "token punctuation" > ..< / span > . Done
Building dependency tree
Reading state information< span class = "token punctuation" > ..< / span > . Done
The following additional packages will be installed:
kubernetes-cni socat
The following NEW packages will be installed:
kubeadm kubectl kubelet kubernetes-cni socat
0 upgraded, 5 newly installed, 0 to remove and 4 not upgraded.
Need to get 56.9 MB of archives.
After this operation, 410 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated< span class = "token operator" > !< / span >
kubernetes-cni kubelet kubectl kubeadm
Authentication warning overridden.
Get:1 http://mirrors.aliyun.com/ubuntu xenial/universe amd64 socat amd64 1.7.3.1-1 < span class = "token punctuation" > [< / span > 321 kB< span class = "token punctuation" > ]< / span >
Get:2 https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.6.0-00 < span class = "token punctuation" > [< / span > 5,910 kB< span class = "token punctuation" > ]< / span >
Get:3 https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial/main amd64 kubelet amd64 1.10.1-00 < span class = "token punctuation" > [< / span > 21.1 MB< span class = "token punctuation" > ]< / span >
Get:4 https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial/main amd64 kubectl amd64 1.10.1-00 < span class = "token punctuation" > [< / span > 8,906 kB< span class = "token punctuation" > ]< / span >
Get:5 https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial/main amd64 kubeadm amd64 1.10.1-00 < span class = "token punctuation" > [< / span > 20.7 MB< span class = "token punctuation" > ]< / span >
Fetched 56.9 MB < span class = "token keyword" > in< / span > 5s < span class = "token punctuation" > (< / span > 11.0 MB/s< span class = "token punctuation" > )< / span >
Use of uninitialized value < span class = "token variable" > $_< / span > < span class = "token keyword" > in< / span > lc at /usr/share/perl5/Debconf/Template.pm line 287.
Selecting previously unselected package kubernetes-cni.
< span class = "token punctuation" > (< / span > Reading database < span class = "token punctuation" > ..< / span > . 191799 files and directories currently installed.< span class = "token punctuation" > )< / span >
Preparing to unpack < span class = "token punctuation" > ..< / span > ./kubernetes-cni_0.6.0-00_amd64.deb < span class = "token punctuation" > ..< / span > .
Unpacking kubernetes-cni < span class = "token punctuation" > (< / span > 0.6.0-00< span class = "token punctuation" > )< / span > < span class = "token punctuation" > ..< / span > .
Selecting previously unselected package socat.
Preparing to unpack < span class = "token punctuation" > ..< / span > ./socat_1.7.3.1-1_amd64.deb < span class = "token punctuation" > ..< / span > .
Unpacking < span class = "token punctuation" > ..< / span > < span class = "token punctuation" > ..< / span >
< span class = "token punctuation" > ..< / span > < span class = "token punctuation" > ..< / span >
< / code > < / pre >
< p > kubeadm安 装 完 以 后 , 就 可 以 使 用 它 来 快 速 安 装 部 署 Kubernetes集 群 了 。 < / p >
< h2 id = "使用kubeadm安装kubernetes集群" > 使 用 kubeadm安 装 Kubernetes集 群 < / h2 >
2018-12-04 12:57:02 +08:00
< p > 在 做 好 了 准 备 工 作 之 后 , 下 面 介 绍 如 何 使 用 kubeadm 安 装 Kubernetes 集 群 , 我 们 将 首 先 安 装 master 节 点 , 然 后 将 slave 节 点 一 个 个 加 入 到 集 群 中 去 。 < / p >
2018-04-15 19:42:10 +08:00
< h3 id = "使用kubeadmin初始化master节点" > 使 用 kubeadmin初 始 化 master节 点 < / h3 >
< p > 因 为 使 用 要 使 用 canal, 因 此 需 要 在 初 始 化 时 加 上 网 络 配 置 参 数 ,设 置 kubernetes的 子 网 为 10.244.0.0/16, 注 意 此 处 不 要 修 改 为 其 他 地 址 , 因 为 这 个 值 与 后 续 的 canal的 yaml值 要 一 致 , 如 果 修 改 , 请 一 并 修 改 。 < / p >
2018-04-16 21:01:55 +08:00
< p > 这 个 下 载 镜 像 的 过 程 涉 及 翻 墙 , 因 为 会 从 gcr的 站 点 下 载 容 器 镜 像 。 。 。 ( 如 果 大 家 翻 墙 不 方 便 的 话 , 可 以 用 我 在 上 文 准 备 工 作 中 提 到 的 导 出 的 镜 像 ) 。 < / p >
2018-04-15 19:42:10 +08:00
< p > 如 果 有 能 够 连 接 gcr站 点 的 网 络 , 那 么 整 个 安 装 过 程 非 常 简 单 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # kubeadm init --pod-network-cidr=10.244.0.0/16 --apiserver-advertise-address=192.168.0.200< / span >
2018-04-15 19:42:10 +08:00
< span class = "token punctuation" > [< / span > init< span class = "token punctuation" > ]< / span > Using Kubernetes version: v1.10.1
< span class = "token punctuation" > [< / span > init< span class = "token punctuation" > ]< / span > Using Authorization modes: < span class = "token punctuation" > [< / span > Node RBAC< span class = "token punctuation" > ]< / span >
< span class = "token punctuation" > [< / span > preflight< span class = "token punctuation" > ]< / span > Running pre-flight checks.
< span class = "token punctuation" > [< / span > WARNING FileExisting-crictl< span class = "token punctuation" > ]< / span > : crictl not found < span class = "token keyword" > in< / span > system path
Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl
< span class = "token punctuation" > [< / span > preflight< span class = "token punctuation" > ]< / span > Starting the kubelet < span class = "token function" > service< / span >
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated ca certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated apiserver certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > apiserver serving cert is signed < span class = "token keyword" > for< / span > DNS names < span class = "token punctuation" > [< / span > ubuntu-master kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local< span class = "token punctuation" > ]< / span > and IPs < span class = "token punctuation" > [< / span > 10.96.0.1 192.168.0.200< span class = "token punctuation" > ]< / span >
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated apiserver-kubelet-client certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated etcd/ca certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated etcd/server certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > etcd/server serving cert is signed < span class = "token keyword" > for< / span > DNS names < span class = "token punctuation" > [< / span > localhost< span class = "token punctuation" > ]< / span > and IPs < span class = "token punctuation" > [< / span > 127.0.0.1< span class = "token punctuation" > ]< / span >
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated etcd/peer certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > etcd/peer serving cert is signed < span class = "token keyword" > for< / span > DNS names < span class = "token punctuation" > [< / span > ubuntu-master< span class = "token punctuation" > ]< / span > and IPs < span class = "token punctuation" > [< / span > 192.168.0.200< span class = "token punctuation" > ]< / span >
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated etcd/healthcheck-client certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated apiserver-etcd-client certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated sa key and public key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated front-proxy-ca certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Generated front-proxy-client certificate and key.
< span class = "token punctuation" > [< / span > certificates< span class = "token punctuation" > ]< / span > Valid certificates and keys now exist < span class = "token keyword" > in< / span > < span class = "token string" > " /etc/kubernetes/pki" < / span >
< span class = "token punctuation" > [< / span > kubeconfig< span class = "token punctuation" > ]< / span > Wrote KubeConfig < span class = "token function" > file< / span > to disk: < span class = "token string" > " /etc/kubernetes/admin.conf" < / span >
< span class = "token punctuation" > [< / span > kubeconfig< span class = "token punctuation" > ]< / span > Wrote KubeConfig < span class = "token function" > file< / span > to disk: < span class = "token string" > " /etc/kubernetes/kubelet.conf" < / span >
< span class = "token punctuation" > [< / span > kubeconfig< span class = "token punctuation" > ]< / span > Wrote KubeConfig < span class = "token function" > file< / span > to disk: < span class = "token string" > " /etc/kubernetes/controller-manager.conf" < / span >
< span class = "token punctuation" > [< / span > kubeconfig< span class = "token punctuation" > ]< / span > Wrote KubeConfig < span class = "token function" > file< / span > to disk: < span class = "token string" > " /etc/kubernetes/scheduler.conf" < / span >
< span class = "token punctuation" > [< / span > controlplane< span class = "token punctuation" > ]< / span > Wrote Static Pod manifest < span class = "token keyword" > for< / span > component kube-apiserver to < span class = "token string" > " /etc/kubernetes/manifests/kube-apiserver.yaml" < / span >
< span class = "token punctuation" > [< / span > controlplane< span class = "token punctuation" > ]< / span > Wrote Static Pod manifest < span class = "token keyword" > for< / span > component kube-controller-manager to < span class = "token string" > " /etc/kubernetes/manifests/kube-controller-manager.yaml" < / span >
< span class = "token punctuation" > [< / span > controlplane< span class = "token punctuation" > ]< / span > Wrote Static Pod manifest < span class = "token keyword" > for< / span > component kube-scheduler to < span class = "token string" > " /etc/kubernetes/manifests/kube-scheduler.yaml" < / span >
< span class = "token punctuation" > [< / span > etcd< span class = "token punctuation" > ]< / span > Wrote Static Pod manifest < span class = "token keyword" > for< / span > a local etcd instance to < span class = "token string" > " /etc/kubernetes/manifests/etcd.yaml" < / span >
< span class = "token punctuation" > [< / span > init< span class = "token punctuation" > ]< / span > Waiting < span class = "token keyword" > for< / span > the kubelet to boot up the control plane as Static Pods from directory < span class = "token string" > " /etc/kubernetes/manifests" < / span > < span class = "token keyword" > .< / span >
< span class = "token punctuation" > [< / span > init< span class = "token punctuation" > ]< / span > This might take a minute or longer < span class = "token keyword" > if< / span > the control plane images have to be pulled.
< span class = "token punctuation" > [< / span > apiclient< span class = "token punctuation" > ]< / span > All control plane components are healthy after 28.003828 seconds
< span class = "token punctuation" > [< / span > uploadconfig< span class = "token punctuation" > ]< / span > Storing the configuration used < span class = "token keyword" > in< / span > ConfigMap < span class = "token string" > " kubeadm-config" < / span > < span class = "token keyword" > in< / span > the < span class = "token string" > " kube-system" < / span > Namespace
< span class = "token punctuation" > [< / span > markmaster< span class = "token punctuation" > ]< / span > Will mark node ubuntu-master as master by adding a label and a taint
< span class = "token punctuation" > [< / span > markmaster< span class = "token punctuation" > ]< / span > Master ubuntu-master tainted and labelled with key/value: node-role.kubernetes.io/master< span class = "token operator" > =< / span > < span class = "token string" > " " < / span >
< span class = "token punctuation" > [< / span > bootstraptoken< span class = "token punctuation" > ]< / span > Using token: rw4enn.mvk547juq7qi2b5f
< span class = "token punctuation" > [< / span > bootstraptoken< span class = "token punctuation" > ]< / span > Configured RBAC rules to allow Node Bootstrap tokens to post CSRs < span class = "token keyword" > in< / span > order < span class = "token keyword" > for< / span > nodes to get long term certificate credentials
< span class = "token punctuation" > [< / span > bootstraptoken< span class = "token punctuation" > ]< / span > Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
< span class = "token punctuation" > [< / span > bootstraptoken< span class = "token punctuation" > ]< / span > Configured RBAC rules to allow certificate rotation < span class = "token keyword" > for< / span > all node client certificates < span class = "token keyword" > in< / span > the cluster
< span class = "token punctuation" > [< / span > bootstraptoken< span class = "token punctuation" > ]< / span > Creating the < span class = "token string" > " cluster-info" < / span > ConfigMap < span class = "token keyword" > in< / span > the < span class = "token string" > " kube-public" < / span > namespace
< span class = "token punctuation" > [< / span > addons< span class = "token punctuation" > ]< / span > Applied essential addon: kube-dns
< span class = "token punctuation" > [< / span > addons< span class = "token punctuation" > ]< / span > Applied essential addon: kube-proxy
Your Kubernetes master has initialized successfully< span class = "token operator" > !< / span >
To start using your cluster, you need to run the following as a regular user:
< span class = "token function" > mkdir< / span > -p < span class = "token variable" > $HOME< / span > /.kube
< span class = "token function" > sudo< / span > < span class = "token function" > cp< / span > -i /etc/kubernetes/admin.conf < span class = "token variable" > $HOME< / span > /.kube/config
< span class = "token function" > sudo< / span > < span class = "token function" > chown< / span > < span class = "token variable" > < span class = "token variable" > $(< / span > < span class = "token function" > id< / span > -u< span class = "token variable" > )< / span > < / span > < span class = "token keyword" > :< / span > < span class = "token variable" > < span class = "token variable" > $(< / span > < span class = "token function" > id< / span > -g< span class = "token variable" > )< / span > < / span > < span class = "token variable" > $HOME< / span > /.kube/config
You should now deploy a pod network to the cluster.
Run < span class = "token string" > " kubectl apply -f [podnetwork].yaml" < / span > with one of the options listed at:
https://kubernetes.io/docs/concepts/cluster-administration/addons/
You can now < span class = "token function" > join< / span > any number of machines by running the following on each node
as root:
kubeadm < span class = "token function" > join< / span > 192.168.0.200:6443 --token rw4enn.mvk547juq7qi2b5f --discovery-token-ca-cert-hash sha256:ba260d5191213382a806a9a7d92c9e6bb09061847c7914b1ac584d0c69471579
< / code > < / pre >
< p > 执 行 如 下 命 令 来 配 置 kubectl。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token function" > mkdir< / span > -p < span class = "token variable" > $HOME< / span > /.kube
< span class = "token function" > sudo< / span > < span class = "token function" > cp< / span > -i /etc/kubernetes/admin.conf < span class = "token variable" > $HOME< / span > /.kube/config
< span class = "token function" > sudo< / span > < span class = "token function" > chown< / span > < span class = "token variable" > < span class = "token variable" > $(< / span > < span class = "token function" > id< / span > -u< span class = "token variable" > )< / span > < / span > < span class = "token keyword" > :< / span > < span class = "token variable" > < span class = "token variable" > $(< / span > < span class = "token function" > id< / span > -g< span class = "token variable" > )< / span > < / span > < span class = "token variable" > $HOME< / span > /.kube/config
< / code > < / pre >
< p > 这 样 master的 节 点 就 配 置 好 了 , 并 且 可 以 使 用 kubectl来 进 行 各 种 操 作 了 , 根 据 上 面 的 提 示 接 着 往 下 做 , 将 slave节 点 加 入 到 集 群 。 < / p >
< h3 id = "slave节点加入集群" > Slave节 点 加 入 集 群 < / h3 >
< p > 在 slave节 点 执 行 如 下 的 命 令 ,将 slave节 点 加 入 集 群 , 正 常 的 返 回 信 息 如 下 : < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > #kubeadm join 192.168.0.200:6443 --token rw4enn.mvk547juq7qi2b5f --discovery-token-ca-cert-hash sha256:ba260d5191213382a806a9a7d92c9e6bb09061847c7914b1ac584d0c69471579< / span >
2018-04-15 19:42:10 +08:00
< span class = "token punctuation" > [< / span > preflight< span class = "token punctuation" > ]< / span > Running pre-flight checks.
< span class = "token punctuation" > [< / span > WARNING FileExisting-crictl< span class = "token punctuation" > ]< / span > : crictl not found < span class = "token keyword" > in< / span > system path
Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl
< span class = "token punctuation" > [< / span > discovery< span class = "token punctuation" > ]< / span > Trying to connect to API Server < span class = "token string" > " 192.168.0.200:6443" < / span >
< span class = "token punctuation" > [< / span > discovery< span class = "token punctuation" > ]< / span > Created cluster-info discovery client, requesting info from < span class = "token string" > " https://192.168.0.200:6443" < / span >
< span class = "token punctuation" > [< / span > discovery< span class = "token punctuation" > ]< / span > Requesting info from < span class = "token string" > " https://192.168.0.200:6443" < / span > again to validate TLS against the pinned public key
< span class = "token punctuation" > [< / span > discovery< span class = "token punctuation" > ]< / span > Cluster info signature and contents are valid and TLS certificate validates against pinned roots, will use API Server < span class = "token string" > " 192.168.0.200:6443" < / span >
< span class = "token punctuation" > [< / span > discovery< span class = "token punctuation" > ]< / span > Successfully established connection with API Server < span class = "token string" > " 192.168.0.200:6443" < / span >
This node has joined the cluster:
* Certificate signing request was sent to master and a response
was received.
* The Kubelet was informed of the new secure connection details.
Run < span class = "token string" > ' kubectl get nodes' < / span > on the master to see this node < span class = "token function" > join< / span > the cluster.
< / code > < / pre >
< p > 等 待 节 点 加 入 完 毕 。 加 入 中 状 态 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # kubectl get node< / span >
2018-04-15 19:42:10 +08:00
NAME STATUS ROLES AGE VERSION
ubuntu-1 NotReady < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 6m v1.10.1
ubuntu-2 NotReady < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 6m v1.10.1
ubuntu-3 NotReady < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 6m v1.10.1
ubuntu-master NotReady master 10m v1.10.1
< / code > < / pre >
< p > 在 master节 点 查 看 信 息 如 下 状 态 为 节 点 加 入 完 毕 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > root@Ubuntu-master:~< span class = "token comment" > # kubectl get pod -n kube-system -o wide< / span >
2018-04-15 19:42:10 +08:00
NAME READY STATUS RESTARTS AGE IP NODE
etcd-ubuntu-master 1/1 Running 0 21m 192.168.0.200 ubuntu-master
kube-apiserver-ubuntu-master 1/1 Running 0 21m 192.168.0.200 ubuntu-master
kube-controller-manager-ubuntu-master 1/1 Running 0 22m 192.168.0.200 ubuntu-master
kube-dns-86f4d74b45-wkfk2 0/3 Pending 0 22m < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span >
kube-proxy-6ddb4 1/1 Running 0 22m 192.168.0.200 ubuntu-master
kube-proxy-7ngb9 1/1 Running 0 17m 192.168.0.202 ubuntu-2
kube-proxy-fkhhx 1/1 Running 0 18m 192.168.0.201 ubuntu-1
kube-proxy-rh4lq 1/1 Running 0 18m 192.168.0.203 ubuntu-3
kube-scheduler-ubuntu-master 1/1 Running 0 21m 192.168.0.200 ubuntu-master
< / code > < / pre >
< p > kubedns组 件 需 要 在 网 络 插 件 完 成 安 装 以 后 会 自 动 安 装 完 成 。 < / p >
< h2 id = "安装网络插件canal" > 安 装 网 络 插 件 canal< / h2 >
< p > 从 < a href = "https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/canal/" target = "_blank" > canal官 方 文 档 参 考 < / a > , 如 下 网 址 下 载 2个 文 件 并 且 安 装 , 其 中 一 个 是 配 置 canal的 RBAC权 限 , 一 个 是 部 署 canal的 DaemonSet。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # kubectl apply -f https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/canal/rbac.yaml< / span >
2018-04-15 19:42:10 +08:00
clusterrole.rbac.authorization.k8s.io < span class = "token string" > " calico" < / span > created
clusterrole.rbac.authorization.k8s.io < span class = "token string" > " flannel" < / span > created
clusterrolebinding.rbac.authorization.k8s.io < span class = "token string" > " canal-flannel" < / span > created
clusterrolebinding.rbac.authorization.k8s.io < span class = "token string" > " canal-calico" < / span > created
< / code > < / pre >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # kubectl apply -f https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/canal/canal.yaml< / span >
2018-04-15 19:42:10 +08:00
configmap < span class = "token string" > " canal-config" < / span > created
daemonset.extensions < span class = "token string" > " canal" < / span > created
customresourcedefinition.apiextensions.k8s.io < span class = "token string" > " felixconfigurations.crd.projectcalico.org" < / span > created
customresourcedefinition.apiextensions.k8s.io < span class = "token string" > " bgpconfigurations.crd.projectcalico.org" < / span > created
customresourcedefinition.apiextensions.k8s.io < span class = "token string" > " ippools.crd.projectcalico.org" < / span > created
customresourcedefinition.apiextensions.k8s.io < span class = "token string" > " clusterinformations.crd.projectcalico.org" < / span > created
customresourcedefinition.apiextensions.k8s.io < span class = "token string" > " globalnetworkpolicies.crd.projectcalico.org" < / span > created
customresourcedefinition.apiextensions.k8s.io < span class = "token string" > " networkpolicies.crd.projectcalico.org" < / span > created
serviceaccount < span class = "token string" > " canal" < / span > created
< / code > < / pre >
< p > 查 看 canal的 安 装 状 态 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # kubectl get pod -n kube-system -o wide< / span >
2018-04-15 19:42:10 +08:00
NAME READY STATUS RESTARTS AGE IP NODE
canal-fc94k 3/3 Running 10 4m 192.168.0.201 ubuntu-1
canal-rs2wp 3/3 Running 10 4m 192.168.0.200 ubuntu-master
canal-tqd4l 3/3 Running 10 4m 192.168.0.202 ubuntu-2
canal-vmpnr 3/3 Running 10 4m 192.168.0.203 ubuntu-3
etcd-ubuntu-master 1/1 Running 0 28m 192.168.0.200 ubuntu-master
kube-apiserver-ubuntu-master 1/1 Running 0 28m 192.168.0.200 ubuntu-master
kube-controller-manager-ubuntu-master 1/1 Running 0 29m 192.168.0.200 ubuntu-master
kube-dns-86f4d74b45-wkfk2 3/3 Running 0 28m 10.244.2.2 ubuntu-3
kube-proxy-6ddb4 1/1 Running 0 28m 192.168.0.200 ubuntu-master
kube-proxy-7ngb9 1/1 Running 0 24m 192.168.0.202 ubuntu-2
kube-proxy-fkhhx 1/1 Running 0 24m 192.168.0.201 ubuntu-1
kube-proxy-rh4lq 1/1 Running 0 24m 192.168.0.203 ubuntu-3
kube-scheduler-ubuntu-master 1/1 Running 0 28m 192.168.0.200 ubuntu-master
< / code > < / pre >
< p > 可 以 看 到 canal和 kube-dns都 已 经 运 行 正 常 , 一 个 基 本 功 能 正 常 的 测 试 环 境 就 部 署 完 毕 了 。 < / p >
< p > 此 时 查 看 集 群 的 节 点 状 态 , 版 本 为 最 新 的 版 本 v1.10.1。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > # kubectl get node< / span >
2018-04-15 19:42:10 +08:00
NAME STATUS ROLES AGE VERSION
ubuntu-1 Ready < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 27m v1.10.1
ubuntu-2 Ready < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 27m v1.10.1
ubuntu-3 Ready < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 27m v1.10.1
ubuntu-master Ready master 31m v1.10.1
< / code > < / pre >
< p > 让 master也 运 行 pod( 默 认 master不 运 行 pod) ,这 样 在 测 试 环 境 做 是 可 以 的 , 不 建 议 在 生 产 环 境 如 此 操 作 。 < / p >
2018-09-25 22:13:40 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" > #kubectl taint nodes --all node-role.kubernetes.io/master-< / span >
2018-04-15 19:42:10 +08:00
node < span class = "token string" > " ubuntu-master" < / span > untainted
taint < span class = "token string" > " node-role.kubernetes.io/master:" < / span > not found
taint < span class = "token string" > " node-role.kubernetes.io/master:" < / span > not found
taint < span class = "token string" > " node-role.kubernetes.io/master:" < / span > not found
< / code > < / pre >
< p > 后 续 如 果 想 要 集 群 其 他 功 能 启 用 , 请 参 考 后 续 文 章 。 < / p >
2018-12-04 12:57:02 +08:00
< h2 id = "参考" > 参 考 < / h2 >
< ul >
< li > < a href = "https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/" target = "_blank" > Overview of kubeadm< / a > < / li >
< / ul >
2019-01-15 14:11:44 +08:00
< footer class = "page-footer" > < span class = "copyright" > < p > < a href = "https://github.com/alipay/sofa-mesh" target = "_blank" > SOFAMesh - 基 于 Istio 的 大 规 模 服 务 网 格 解 决 方 案 < / a > | < a href = "https://github.com/alipay/sofa-mosn" target = "_blank" > SOFAMosn - Golang 版 的 高 性 能 Service Mesh Sidecar 代 理 < / a > < / p > < p > < a href = "https://ws4.sinaimg.cn/large/006tNbRwly1fw3ku0cwuhj304g056dgk.jpg" data-lightbox = "2fd927ee-fa64-4eca-8ed5-6bd72b573a3c" target = "_blank" > 点 击 关 注 【 云 原 生 应 用 架 构 】 公 众 号 回 复 【 加 群 】 加 入 学 习 群 < / a > | < a href = "https://jimmysong.io/jobs/" target = "_blank" > 加 入 蚂 蚁 金 服 金 融 科 技 , 构 建 金 融 级 云 原 生 基 础 设 施 < / a > < / p > Copyright © < a href = "https://jimmysong.io" target = "_blank" > jimmysong.io< / a > 2017-2019 all right reserved, powered by Gitbook< / span > < span class = "footer-modification" > Updated at
2018-12-04 12:57:02 +08:00
2018-12-04 12:37:26
2018-09-25 22:13:40 +08:00
< / span > < / footer > < / body > < / html >
2018-04-15 19:42:10 +08:00
< / section >
< / div >
< div class = "search-results" >
< div class = "has-results" >
< h1 class = "search-results-title" > < span class = 'search-results-count' > < / span > results matching "< span class = 'search-query' > < / span > "< / h1 >
< ul class = "search-results-list" > < / ul >
< / div >
< div class = "no-results" >
< h1 class = "search-results-title" > No results matching "< span class = 'search-query' > < / span > "< / h1 >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2018-12-04 12:57:02 +08:00
< a href = "install-kubernetes-with-kubeadm.html" class = "navigation navigation-prev " aria-label = "Previous page: 生产级的Kubernetes简化管理工具kubeadm" >
2018-04-15 19:42:10 +08:00
< i class = "fa fa-angle-left" > < / i >
< / a >
< a href = "service-discovery-and-loadbalancing.html" class = "navigation navigation-next " aria-label = "Next page: 服务发现与负载均衡" >
< i class = "fa fa-angle-right" > < / i >
< / a >
< / div >
< script >
var gitbook = gitbook || [];
gitbook.push(function() {
2019-01-22 18:03:26 +08:00
gitbook.page.hasChanged({"page":{"title":"使用kubeadm在Ubuntu Server 16.04上快速构建测试集群","level":"5.3.1","depth":2,"next":{"title":"服务发现与负载均衡","level":"5.4","depth":1,"path":"practice/service-discovery-and-loadbalancing.md","ref":"practice/service-discovery-and-loadbalancing.md","articles":[{"title":"安装Traefik ingress","level":"5.4.1","depth":2,"path":"practice/traefik-ingress-installation.md","ref":"practice/traefik-ingress-installation.md","articles":[]},{"title":"分布式负载测试","level":"5.4.2","depth":2,"path":"practice/distributed-load-test.md","ref":"practice/distributed-load-test.md","articles":[]},{"title":"网络和集群性能测试","level":"5.4.3","depth":2,"path":"practice/network-and-cluster-perfermance-test.md","ref":"practice/network-and-cluster-perfermance-test.md","articles":[]},{"title":"边缘节点配置","level":"5.4.4","depth":2,"path":"practice/edge-node-configuration.md","ref":"practice/edge-node-configuration.md","articles":[]},{"title":"安装Nginx ingress","level":"5.4.5","depth":2,"path":"practice/nginx-ingress-installation.md","ref":"practice/nginx-ingress-installation.md","articles":[]},{"title":"安装配置DNS","level":"5.4.6","depth":2,"path":"practice/dns-installation.md","ref":"practice/dns-installation.md","articles":[{"title":"安装配置Kube-dns","level":"5.4.6.1","depth":3,"path":"practice/configuring-dns.md","ref":"practice/configuring-dns.md","articles":[]},{"title":"安装配置CoreDNS","level":"5.4.6.2","depth":3,"path":"practice/coredns.md","ref":"practice/coredns.md","articles":[]}]}]},"previous":{"title":"生产级的Kubernetes简化管理工具kubeadm","level":"5.3","depth":1,"path":"practice/install-kubernetes-with-kubeadm.md","ref":"practice/install-kubernetes-with-kubeadm.md","articles":[{"title":"使用kubeadm在Ubuntu Server 16.04上快速构建测试集群","level":"5.3.1","depth":2,"path":"practice/install-kubernetes-on-ubuntu-server-16.04-with-kubeadm.md","ref":"practice/install-kubernetes-on-ubuntu-server-16.04-with-kubeadm.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["github","codesnippet","splitter","page-toc-button","image-captions","editlink","back-to-top-button","-lunr","-search","search-plus","github-buttons@2.1.0","favicon@^0.0.2","tbfed-pagefooter@^0.0.1","3-ba","theme-default","-highlight","prism","prism-themes","sitemap-general","lightbox","adsense","ga"],"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"},"pluginsConfig":{"tbfed-pagefooter":{"copyright":"< p > < a href = https://github.com/alipay/sofa-mesh > SOFAMesh - 基于 Istio 的大规模服务网格解决方案< / a > | < a href = https://github.com/alipay/sofa-mosn > SOFAMosn - Golang 版的高性能 Service Mesh Sidecar 代理< / a > < / p > < p > < a href = https://ws4.sinaimg.cn/large/006tNbRwly1fw3ku0cwuhj304g056dgk.jpg data-lightbox = 2fd927ee-fa64-4eca-8ed5-6bd72b573a3c > 点击关注【云原生应用架构】公众号回复【加群】加入学习群< / a > | < a href = https://jimmysong.io/jobs/ > 加入蚂蚁金服金融科技,构建金融级云原生基础设施< / a > < / p > Copyright © < a href = https://jimmysong.io > jimmysong.io< / a > 2017-2019","modify_label":" Updated at ","modify_format":"YYYY-MM-DD HH:mm:ss"},"prism":{"css":["prism-themes/themes/prism-ghcolors.css"]},"github":{"url":"https://github.com/rootsongjc/kubernetes-handbook"},"editlink":{"label":"编辑本页","multilingual":false,"base":"https://github.com/rootsongjc/kubernetes-handbook/blob/master/"},"splitter":{},"adsense":{"client":"ca-pub-4029167986768912","slot":"2445941692","format":"auto","element":".page-inner section","position":"bottom"},"codesnippet":{},"sitemap-general":{"prefix":"https://jimmysong.io/kubernetes-handbook/"},"fontsettings":{"theme":"white","family":"sans","size":2},"favicon":{"shortcut":"favicon.ico","bookmark":"favicon.ico"},"lightbox":{"jquery":true},"page-toc-button":{},"back-to-top-button":{},"prism-themes":{},"github-buttons":{"repo":"rootsongjc/kuberne
2018-04-15 19:42:10 +08:00
});
< / script >
< / div >
< script src = "../gitbook/gitbook.js" > < / script >
< script src = "../gitbook/theme.js" > < / script >
< script src = "../gitbook/gitbook-plugin-github/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-splitter/splitter.js" > < / script >
< script src = "../gitbook/gitbook-plugin-page-toc-button/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-editlink/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-back-to-top-button/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js" > < / script >
< script src = "../gitbook/gitbook-plugin-search-plus/search.js" > < / script >
< script src = "../gitbook/gitbook-plugin-github-buttons/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-3-ba/plugin.js" > < / script >
2018-09-25 22:13:40 +08:00
< script src = "../gitbook/gitbook-plugin-lightbox/jquery.min.js" > < / script >
< script src = "../gitbook/gitbook-plugin-lightbox/lightbox.min.js" > < / script >
2018-10-12 15:57:37 +08:00
< script src = "../gitbook/gitbook-plugin-adsense/plugin.js" > < / script >
2018-12-21 14:57:59 +08:00
< script src = "../gitbook/gitbook-plugin-ga/plugin.js" > < / script >
2018-04-15 19:42:10 +08:00
< script src = "../gitbook/gitbook-plugin-sharing/buttons.js" > < / script >
< script src = "../gitbook/gitbook-plugin-fontsettings/fontsettings.js" > < / script >
< / body >
< / html >