2017-08-21 17:44:43 +08:00
<!DOCTYPE HTML>
2017-09-19 22:01:07 +08:00
< html lang = "zh-hans" >
2017-08-21 17:44:43 +08:00
< head >
< meta charset = "UTF-8" >
< meta content = "text/html; charset=utf-8" http-equiv = "Content-Type" >
2017-11-15 21:18:59 +08:00
< title > 部署node节点 · Kubernetes Handbook - jimmysong.io< / title >
2017-08-21 17:44:43 +08:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "description" content = "" >
< meta name = "generator" content = "GitBook 3.2.2" >
< meta name = "author" content = "Jimmy Song" >
< 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" >
2017-10-09 15:28:05 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-back-to-top-button/plugin.css" >
2017-08-21 17:44:43 +08:00
2017-10-09 15:28:05 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-search-plus/search.css" >
2017-09-19 21:38:03 +08:00
2017-10-09 15:28:05 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-tbfed-pagefooter/footer.css" >
2017-08-21 17:44:43 +08:00
2018-02-20 18:00:08 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-prism/prism-ghcolors.css" >
2017-08-21 17:44:43 +08:00
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-fontsettings/website.css" >
2017-10-09 15:28:05 +08:00
2017-08-21 17:44:43 +08:00
< 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 = "kubedns-addon-installation.html" / >
2017-12-19 17:59:00 +08:00
< link rel = "prev" href = "flannel-installation.html" / >
2017-08-21 17:44:43 +08:00
2017-10-09 15:28:05 +08:00
< 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 >
2017-08-21 17:44:43 +08:00
< / head >
< body >
< div class = "book" >
< div class = "book-summary" >
< div id = "book-search-input" role = "search" >
2017-09-19 22:01:07 +08:00
< input type = "text" placeholder = "输入并搜索" / >
2017-08-21 17:44:43 +08:00
< / div >
< nav role = "navigation" >
< ul class = "summary" >
2017-10-09 15:28:05 +08:00
< li >
2017-11-15 21:18:59 +08:00
< a href = "https://jimmysong.io" target = "_blank" class = "custom-link" > Jimmy Song< / a >
2017-10-09 15:28:05 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-10-09 15:28:05 +08:00
< li class = "divider" > < / li >
2017-08-21 17:44:43 +08:00
2017-11-15 21:18:59 +08:00
< li class = "header" > 前言< / li >
2017-08-21 17:44:43 +08:00
< li class = "chapter " data-level = "1.1" data-path = "../" >
< a href = "../" >
2017-11-15 21:18:59 +08:00
< b > 1.1.< / b >
2017-10-20 10:51:14 +08:00
序言
2017-08-21 17:44:43 +08:00
< / a >
2018-03-04 18:01:35 +08:00
< / li >
< li class = "chapter " data-level = "1.2" data-path = "../cloud-native/cncf.html" >
< a href = "../cloud-native/cncf.html" >
< b > 1.2.< / b >
CNCF - 云原生计算基金会简介
< / a >
2017-08-21 17:44:43 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "header" > 云原生< / li >
2018-01-21 20:30:36 +08:00
< li class = "chapter " data-level = "2.1" data-path = "../cloud-native/play-with-kubernetes.html" >
2017-10-20 10:51:14 +08:00
2018-01-21 20:30:36 +08:00
< a href = "../cloud-native/play-with-kubernetes.html" >
2017-10-20 10:51:14 +08:00
2017-12-20 17:27:16 +08:00
< b > 2.1.< / b >
2017-11-15 21:18:59 +08:00
2018-01-21 20:30:36 +08:00
Play with Kubernetes
< / a >
< / li >
< li class = "chapter " data-level = "2.2" data-path = "../cloud-native/kubernetes-and-cloud-native-app-overview.html" >
< a href = "../cloud-native/kubernetes-and-cloud-native-app-overview.html" >
< b > 2.2.< / b >
2017-11-15 21:18:59 +08:00
Kubernetes与云原生应用概览
2017-10-20 10:51:14 +08:00
< / a >
2017-12-20 19:27:32 +08:00
< / li >
2018-01-21 20:30:36 +08:00
< li class = "chapter " data-level = "2.3" data-path = "../cloud-native/from-kubernetes-to-cloud-native.html" >
2017-12-20 19:27:32 +08:00
< a href = "../cloud-native/from-kubernetes-to-cloud-native.html" >
2018-01-21 20:30:36 +08:00
< b > 2.3.< / b >
2017-12-20 19:27:32 +08:00
云原生应用之路——从Kubernetes到Cloud Native
< / a >
2017-10-20 10:51:14 +08:00
< / li >
2017-11-15 21:18:59 +08:00
< li class = "header" > 概念与原理< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "3.1" data-path = "../concepts/" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/" >
2017-12-20 17:27:16 +08:00
< b > 3.1.< / b >
2017-11-15 21:18:59 +08:00
Kubernetes架构
2017-08-21 17:44:43 +08:00
< / a >
2018-01-22 14:25:36 +08:00
< ul class = "articles" >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "3.1.1" data-path = "../concepts/concepts.html" >
2018-01-22 14:25:36 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/concepts.html" >
2018-01-22 14:25:36 +08:00
< b > 3.1.1.< / b >
2018-01-30 12:30:58 +08:00
设计理念
< / 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 >
2018-01-22 14:25:36 +08:00
Etcd解析
< / a >
2018-01-22 15:48:09 +08:00
< / li >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "3.1.3" data-path = "../concepts/open-interfaces.html" >
2018-01-22 15:48:09 +08:00
< a href = "../concepts/open-interfaces.html" >
2018-01-30 12:30:58 +08:00
< b > 3.1.3.< / b >
2018-01-22 15:48:09 +08:00
开放接口
< / a >
2018-01-22 18:55:50 +08:00
< ul class = "articles" >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "3.1.3.1" data-path = "../concepts/cri.html" >
2018-01-22 18:55:50 +08:00
< a href = "../concepts/cri.html" >
2018-01-30 12:30:58 +08:00
< b > 3.1.3.1.< / b >
2018-01-22 18:55:50 +08:00
CRI - Container Runtime Interface( 容器运行时接口)
< / a >
2018-01-24 18:11:17 +08:00
< / li >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "3.1.3.2" data-path = "../concepts/cni.html" >
2018-01-24 18:11:17 +08:00
< a href = "../concepts/cni.html" >
2018-01-30 12:30:58 +08:00
< b > 3.1.3.2.< / b >
2018-01-24 18:11:17 +08:00
CNI - Container Network Interface( 容器网络接口)
< / a >
2018-01-25 17:06:10 +08:00
< / li >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "3.1.3.3" data-path = "../concepts/csi.html" >
2018-01-25 17:06:10 +08:00
< a href = "../concepts/csi.html" >
2018-01-30 12:30:58 +08:00
< b > 3.1.3.3.< / b >
2018-01-25 17:06:10 +08:00
CSI - Container Storage Interface( 容器存储接口)
< / a >
2018-01-22 18:55:50 +08:00
< / li >
< / ul >
2018-02-05 22:14:09 +08:00
< / li >
2018-03-12 17:48:23 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "3.2" >
< span >
< b > 3.2.< / b >
Kubernetes中的网络
< / span >
< ul class = "articles" >
< li class = "chapter " data-level = "3.2.1" data-path = "../concepts/networking.html" >
2018-02-05 22:14:09 +08:00
< a href = "../concepts/networking.html" >
2018-03-12 17:48:23 +08:00
< b > 3.2.1.< / b >
2018-02-05 22:14:09 +08:00
Kubernetes中的网络解析——以flannel为例
< / a >
2018-01-22 14:25:36 +08:00
< / li >
2018-03-12 17:48:23 +08:00
< li class = "chapter " data-level = "3.2.2" data-path = "../concepts/calico.html" >
2017-08-21 17:44:43 +08:00
2018-02-09 18:24:23 +08:00
< a href = "../concepts/calico.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 17:48:23 +08:00
< b > 3.2.2.< / b >
2017-11-15 21:18:59 +08:00
2018-02-09 18:24:23 +08:00
Kubernetes中的网络解析——以calico为例
< / a >
< / li >
2018-03-12 17:48:23 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "3.3" data-path = "../concepts/objects.html" >
2018-02-09 18:24:23 +08:00
< a href = "../concepts/objects.html" >
2018-03-12 17:48:23 +08:00
< b > 3.3.< / b >
2018-02-09 18:24:23 +08:00
2018-01-30 12:30:58 +08:00
资源对象与基本概念解析
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 17:48:23 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2018-03-12 17:48:23 +08:00
< li class = "chapter " data-level = "3.4" data-path = "../concepts/pod-state-and-lifecycle.html" >
2017-08-21 17:44:43 +08:00
2018-02-06 16:51:29 +08:00
< a href = "../concepts/pod-state-and-lifecycle.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 17:48:23 +08:00
< b > 3.4.< / b >
2017-11-15 21:18:59 +08:00
2018-02-06 16:51:29 +08:00
Pod状态与生命周期管理
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 17:48:23 +08:00
< ul class = "articles" >
2017-08-21 17:44:43 +08:00
2018-03-12 17:48:23 +08:00
< li class = "chapter " data-level = "3.4.1" data-path = "../concepts/pod-overview.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/pod-overview.html" >
2018-03-12 17:48:23 +08:00
< b > 3.4.1.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Pod概览
2017-08-21 17:44:43 +08:00
< / a >
2018-01-30 12:30:58 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2018-03-12 17:48:23 +08:00
< li class = "chapter " data-level = "3.4.2" data-path = "../concepts/pod.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/pod.html" >
2018-03-12 17:48:23 +08:00
< b > 3.4.2.< / b >
2017-11-15 21:18:59 +08:00
Pod解析
2017-08-21 17:44:43 +08:00
< / a >
2017-08-31 23:28:33 +08:00
< / li >
2018-03-12 17:48:23 +08:00
< li class = "chapter " data-level = "3.4.3" data-path = "../concepts/init-containers.html" >
2017-08-31 23:28:33 +08:00
< a href = "../concepts/init-containers.html" >
2018-03-12 17:48:23 +08:00
< b > 3.4.3.< / b >
2017-11-15 21:18:59 +08:00
Init容器
2017-08-31 23:28:33 +08:00
< / a >
2017-09-03 15:58:39 +08:00
< / li >
2018-03-17 22:22:27 +08:00
< li class = "chapter " data-level = "3.4.4" data-path = "../concepts/pause-container.html" >
2017-09-03 15:58:39 +08:00
2018-03-17 22:22:27 +08:00
< a href = "../concepts/pause-container.html" >
2017-09-03 15:58:39 +08:00
2018-03-12 17:48:23 +08:00
< b > 3.4.4.< / b >
2017-11-15 21:18:59 +08:00
2018-03-17 22:22:27 +08:00
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 >
2017-11-15 21:18:59 +08:00
Pod安全策略
2017-09-03 15:58:39 +08:00
< / a >
2017-09-17 15:39:26 +08:00
< / li >
2018-03-17 22:22:27 +08:00
< li class = "chapter " data-level = "3.4.6" data-path = "../concepts/pod-lifecycle.html" >
2017-09-17 15:39:26 +08:00
< a href = "../concepts/pod-lifecycle.html" >
2018-03-17 22:22:27 +08:00
< b > 3.4.6.< / b >
2017-11-15 21:18:59 +08:00
Pod的生命周期
2017-09-17 15:39:26 +08:00
< / a >
2017-11-24 22:59:46 +08:00
< / li >
2018-03-17 22:22:27 +08:00
< li class = "chapter " data-level = "3.4.7" data-path = "../concepts/pod-hook.html" >
2017-11-24 22:59:46 +08:00
< a href = "../concepts/pod-hook.html" >
2018-03-17 22:22:27 +08:00
< b > 3.4.7.< / b >
2017-11-24 22:59:46 +08:00
2017-12-27 12:29:33 +08:00
Pod Hook
2017-11-24 22:59:46 +08:00
< / a >
2017-12-11 10:47:19 +08:00
< / li >
2018-03-17 22:22:27 +08:00
< li class = "chapter " data-level = "3.4.8" data-path = "../concepts/pod-preset.html" >
2017-12-11 10:47:19 +08:00
< a href = "../concepts/pod-preset.html" >
2018-03-17 22:22:27 +08:00
< b > 3.4.8.< / b >
2017-12-11 10:47:19 +08:00
Pod Preset
< / a >
2018-01-30 12:30:58 +08:00
< / li >
2018-03-17 22:22:27 +08:00
< li class = "chapter " data-level = "3.4.9" data-path = "../concepts/pod-disruption-budget.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/pod-disruption-budget.html" >
2018-03-17 22:22:27 +08:00
< b > 3.4.9.< / b >
2018-01-30 12:30:58 +08:00
Pod中断与PDB( Pod中断预算)
< / a >
2018-03-12 18:00:25 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "3.5" data-path = "../concepts/cluster.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/cluster.html" >
2018-03-12 18:00:25 +08:00
< b > 3.5.< / b >
2018-01-30 12:30:58 +08:00
2018-03-12 17:48:23 +08:00
集群资源管理
2018-01-30 12:30:58 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< ul class = "articles" >
2018-01-30 12:30:58 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.5.1" data-path = "../concepts/node.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/node.html" >
2018-03-12 18:00:25 +08:00
< b > 3.5.1.< / b >
2017-11-15 21:18:59 +08:00
Node
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.5.2" data-path = "../concepts/namespace.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/namespace.html" >
2018-03-12 18:00:25 +08:00
< b > 3.5.2.< / b >
2017-11-15 21:18:59 +08:00
Namespace
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.5.3" data-path = "../concepts/label.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/label.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.5.3.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Label
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.5.4" data-path = "../concepts/annotation.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/annotation.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.5.4.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Annotation
2017-08-21 17:44:43 +08:00
< / a >
2018-01-25 15:01:14 +08:00
< / li >
2018-01-08 17:26:29 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.5.5" data-path = "../concepts/taint-and-toleration.html" >
2018-01-08 17:26:29 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/taint-and-toleration.html" >
2018-01-08 17:26:29 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.5.5.< / b >
2018-01-08 17:26:29 +08:00
2018-01-30 12:30:58 +08:00
Taint和Toleration( 污点和容忍)
2018-01-08 17:26:29 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.5.6" data-path = "../concepts/garbage-collection.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/garbage-collection.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.5.6.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
垃圾收集
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< / li >
2018-01-30 12:30:58 +08:00
2018-03-12 18:00:25 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "3.6" data-path = "../concepts/controllers.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/controllers.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.6.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
控制器
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< ul class = "articles" >
2018-03-12 17:48:23 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.1" data-path = "../concepts/deployment.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/deployment.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.6.1.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Deployment
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.2" data-path = "../concepts/statefulset.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/statefulset.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.6.2.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
StatefulSet
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.3" data-path = "../concepts/daemonset.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/daemonset.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.6.3.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
DaemonSet
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.4" data-path = "../concepts/replicaset.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/replicaset.html" >
2018-03-12 18:00:25 +08:00
< b > 3.6.4.< / b >
2017-11-15 21:18:59 +08:00
ReplicationController和ReplicaSet
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.5" data-path = "../concepts/job.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/job.html" >
2018-03-12 18:00:25 +08:00
< b > 3.6.5.< / b >
2017-11-15 21:18:59 +08:00
Job
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.6" data-path = "../concepts/cronjob.html" >
2017-08-21 17:44:43 +08:00
< a href = "../concepts/cronjob.html" >
2018-03-12 18:00:25 +08:00
< b > 3.6.6.< / b >
2017-11-15 21:18:59 +08:00
CronJob
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.7" data-path = "../concepts/horizontal-pod-autoscaling.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/horizontal-pod-autoscaling.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.6.7.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Horizontal Pod Autoscaling
2017-08-21 17:44:43 +08:00
< / a >
2017-11-30 16:59:17 +08:00
< ul class = "articles" >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.6.7.1" data-path = "../concepts/custom-metrics-hpa.html" >
2017-11-30 16:59:17 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/custom-metrics-hpa.html" >
2017-11-30 16:59:17 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.6.7.1.< / b >
2017-11-30 16:59:17 +08:00
2018-01-30 12:30:58 +08:00
自定义指标HPA
2017-11-30 16:59:17 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.7" data-path = "../concepts/service-discovery.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/service-discovery.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.7.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
服务发现
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< ul class = "articles" >
2017-11-08 19:28:16 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.7.1" data-path = "../concepts/service.html" >
2017-11-08 19:28:16 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/service.html" >
2017-11-08 19:28:16 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.7.1.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Service
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.7.2" data-path = "../concepts/ingress.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/ingress.html" >
2018-03-12 18:00:25 +08:00
< b > 3.7.2.< / b >
2018-01-30 12:30:58 +08:00
Ingress
< / a >
< ul class = "articles" >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.7.2.1" data-path = "../concepts/traefik-ingress-controller.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/traefik-ingress-controller.html" >
2018-03-12 18:00:25 +08:00
< b > 3.7.2.1.< / b >
2018-01-30 12:30:58 +08:00
Traefik Ingress Controller
2017-11-08 19:28:16 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.8" data-path = "../concepts/authentication-and-permission.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/authentication-and-permission.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.8.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
身份与权限控制
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< ul class = "articles" >
2018-03-12 17:48:23 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.8.1" data-path = "../concepts/serviceaccount.html" >
2017-11-27 19:36:05 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/serviceaccount.html" >
2017-11-27 19:36:05 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.8.1.< / b >
2017-11-27 19:36:05 +08:00
2018-01-30 12:30:58 +08:00
ServiceAccount
2017-11-27 19:36:05 +08:00
< / a >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.8.2" data-path = "../concepts/rbac.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/rbac.html" >
2018-03-12 18:00:25 +08:00
< b > 3.8.2.< / b >
2018-01-30 12:30:58 +08:00
RBAC——基于角色的访问控制
< / a >
2017-11-27 19:36:05 +08:00
2017-08-21 17:44:43 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.8.3" data-path = "../concepts/network-policy.html" >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/network-policy.html" >
2017-08-21 17:44:43 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.8.3.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
NetworkPolicy
2017-08-21 17:44:43 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< / li >
< / ul >
< / li >
2018-01-30 12:30:58 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9" data-path = "../concepts/storage.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/storage.html" >
2017-09-03 15:58:39 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.9.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
存储
2017-09-03 15:58:39 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< ul class = "articles" >
2017-09-03 15:58:39 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9.1" data-path = "../concepts/secret.html" >
2017-09-03 15:58:39 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/secret.html" >
2017-09-03 15:58:39 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.9.1.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
Secret
2017-09-03 15:58:39 +08:00
< / a >
2017-11-09 16:48:38 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9.2" data-path = "../concepts/configmap.html" >
2017-11-09 16:48:38 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/configmap.html" >
2017-11-09 16:48:38 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.9.2.< / b >
2017-11-15 21:18:59 +08:00
2018-01-30 12:30:58 +08:00
ConfigMap
< / a >
< ul class = "articles" >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9.2.1" data-path = "../concepts/configmap-hot-update.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/configmap-hot-update.html" >
2018-03-12 18:00:25 +08:00
< b > 3.9.2.1.< / b >
2018-01-30 12:30:58 +08:00
ConfigMap的热更新
2017-11-09 16:48:38 +08:00
< / a >
2017-11-27 19:36:05 +08:00
< / li >
2018-01-30 12:30:58 +08:00
< / ul >
2017-11-27 19:36:05 +08:00
2018-01-30 12:30:58 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9.3" data-path = "../concepts/volume.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/volume.html" >
2017-11-27 19:36:05 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.9.3.< / b >
2017-11-27 19:36:05 +08:00
2018-01-30 12:30:58 +08:00
Volume
2017-11-27 19:36:05 +08:00
< / a >
2017-11-28 11:57:57 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9.4" data-path = "../concepts/persistent-volume.html" >
2017-11-28 11:57:57 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/persistent-volume.html" >
2017-11-28 11:57:57 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.9.4.< / b >
2017-11-28 11:57:57 +08:00
2018-01-30 12:30:58 +08:00
Persistent Volume( 持久化卷)
2017-11-28 11:57:57 +08:00
< / a >
2018-01-30 18:01:34 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.9.5" data-path = "../concepts/storageclass.html" >
2018-01-30 18:01:34 +08:00
< a href = "../concepts/storageclass.html" >
2018-03-12 18:00:25 +08:00
< b > 3.9.5.< / b >
2018-01-30 18:01:34 +08:00
Storage Class
< / a >
2018-03-12 18:00:25 +08:00
< / li >
2018-01-30 12:30:58 +08:00
2018-03-12 18:00:25 +08:00
< / ul >
< / li >
< li class = "chapter " data-level = "3.10" data-path = "../concepts/extension.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/extension.html" >
2017-12-14 19:41:46 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.10.< / b >
2017-12-14 19:41:46 +08:00
2018-03-12 17:48:23 +08:00
集群扩展
2018-01-30 12:30:58 +08:00
< / a >
2018-03-12 18:00:25 +08:00
< ul class = "articles" >
2018-01-30 12:30:58 +08:00
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.10.1" data-path = "../concepts/custom-resource.html" >
2018-01-30 12:30:58 +08:00
< a href = "../concepts/custom-resource.html" >
2018-03-12 18:00:25 +08:00
< b > 3.10.1.< / b >
2018-01-30 12:30:58 +08:00
使用自定义资源扩展API
2017-12-14 19:41:46 +08:00
< / a >
2018-01-10 17:30:31 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.10.2" data-path = "../concepts/aggregated-api-server.html" >
2018-01-10 17:30:31 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/aggregated-api-server.html" >
2018-01-10 17:30:31 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.10.2.< / b >
2018-01-10 17:30:31 +08:00
2018-01-30 12:30:58 +08:00
Aggregated API Server
2018-01-10 17:30:31 +08:00
< / a >
2018-01-19 17:02:44 +08:00
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.10.3" data-path = "../concepts/apiservice.html" >
2018-01-19 17:02:44 +08:00
2018-01-30 12:30:58 +08:00
< a href = "../concepts/apiservice.html" >
2018-01-19 17:02:44 +08:00
2018-03-12 18:00:25 +08:00
< b > 3.10.3.< / b >
2018-01-19 17:02:44 +08:00
2018-01-30 12:30:58 +08:00
APIService
2018-01-19 17:02:44 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2018-03-12 18:00:25 +08:00
< li class = "chapter " data-level = "3.11" data-path = "../concepts/scheduling.html" >
2018-03-12 17:48:23 +08:00
< a href = "../concepts/scheduling.html" >
2018-03-12 18:00:25 +08:00
< b > 3.11.< / b >
2018-03-12 17:48:23 +08:00
资源调度
< / a >
2017-08-21 17:44:43 +08:00
2018-01-30 12:30:58 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-11-15 21:18:59 +08:00
< li class = "header" > 用户指南< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.1" data-path = "../guide/" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/" >
2017-12-20 17:27:16 +08:00
< b > 4.1.< / b >
2017-11-15 21:18:59 +08:00
用户指南
2017-08-21 17:44:43 +08:00
< / a >
2017-11-15 21:18:59 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.2" data-path = "../guide/resource-configuration.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/resource-configuration.html" >
2017-12-20 17:27:16 +08:00
< b > 4.2.< / b >
2017-11-15 21:18:59 +08:00
资源对象配置
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.2.1" data-path = "../guide/configure-liveness-readiness-probes.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/configure-liveness-readiness-probes.html" >
2017-12-20 17:27:16 +08:00
< b > 4.2.1.< / b >
2017-11-15 21:18:59 +08:00
配置Pod的liveness和readiness探针
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.2.2" data-path = "../guide/configure-pod-service-account.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/configure-pod-service-account.html" >
2017-12-20 17:27:16 +08:00
< b > 4.2.2.< / b >
2017-11-15 21:18:59 +08:00
配置Pod的Service Account
2017-08-21 17:44:43 +08:00
< / a >
2017-09-28 21:20:49 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.2.3" data-path = "../guide/secret-configuration.html" >
2017-09-28 21:20:49 +08:00
< a href = "../guide/secret-configuration.html" >
2017-12-20 17:27:16 +08:00
< b > 4.2.3.< / b >
2017-11-15 21:18:59 +08:00
Secret配置
2017-09-28 21:20:49 +08:00
< / a >
2017-10-10 14:51:45 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.2.4" data-path = "../guide/resource-quota-management.html" >
2017-10-10 14:51:45 +08:00
< a href = "../guide/resource-quota-management.html" >
2017-12-20 17:27:16 +08:00
< b > 4.2.4.< / b >
2017-11-15 21:18:59 +08:00
管理namespace中的资源配额
2017-10-10 14:51:45 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.3" data-path = "../guide/command-usage.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/command-usage.html" >
2017-12-20 17:27:16 +08:00
< b > 4.3.< / b >
2017-11-15 21:18:59 +08:00
命令使用
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.3.1" data-path = "../guide/docker-cli-to-kubectl.html" >
2017-11-03 17:48:10 +08:00
< a href = "../guide/docker-cli-to-kubectl.html" >
2017-12-20 17:27:16 +08:00
< b > 4.3.1.< / b >
2017-11-15 21:18:59 +08:00
docker用户过度到kubectl命令行指南
2017-11-03 17:48:10 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.3.2" data-path = "../guide/using-kubectl.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/using-kubectl.html" >
2017-12-20 17:27:16 +08:00
< b > 4.3.2.< / b >
2017-11-15 21:18:59 +08:00
kubectl命令概览
2017-08-21 17:44:43 +08:00
< / a >
2017-09-16 20:56:43 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.3.3" data-path = "../guide/kubectl-cheatsheet.html" >
2017-09-16 20:56:43 +08:00
2017-11-03 17:48:10 +08:00
< a href = "../guide/kubectl-cheatsheet.html" >
2017-09-16 20:56:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 4.3.3.< / b >
2017-11-15 21:18:59 +08:00
kubectl命令技巧大全
2017-09-16 20:56:43 +08:00
< / a >
2017-11-23 13:06:23 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.3.4" data-path = "../guide/using-etcdctl-to-access-kubernetes-data.html" >
2017-11-23 13:06:23 +08:00
< a href = "../guide/using-etcdctl-to-access-kubernetes-data.html" >
2017-12-20 17:27:16 +08:00
< b > 4.3.4.< / b >
2017-11-23 13:06:23 +08:00
2017-12-25 18:15:30 +08:00
使用etcdctl访问kubernetes数据
2017-11-23 13:06:23 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.4" data-path = "../guide/cluster-security-management.html" >
2017-08-21 17:44:43 +08:00
2017-09-07 12:29:13 +08:00
< a href = "../guide/cluster-security-management.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 4.4.< / b >
2017-11-15 21:18:59 +08:00
集群安全性管理
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.4.1" data-path = "../guide/managing-tls-in-a-cluster.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/managing-tls-in-a-cluster.html" >
2017-12-20 17:27:16 +08:00
< b > 4.4.1.< / b >
2017-11-15 21:18:59 +08:00
管理集群中的TLS
2017-08-21 17:44:43 +08:00
< / a >
2017-08-21 18:44:34 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.4.2" data-path = "../guide/kubelet-authentication-authorization.html" >
2017-08-21 18:44:34 +08:00
< a href = "../guide/kubelet-authentication-authorization.html" >
2017-12-20 17:27:16 +08:00
< b > 4.4.2.< / b >
2017-11-15 21:18:59 +08:00
kubelet的认证授权
2017-08-21 18:44:34 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.4.3" data-path = "../guide/tls-bootstrapping.html" >
2017-08-21 18:44:34 +08:00
< a href = "../guide/tls-bootstrapping.html" >
2017-12-20 17:27:16 +08:00
< b > 4.4.3.< / b >
2017-11-15 21:18:59 +08:00
TLS bootstrap
2017-08-21 18:44:34 +08:00
< / a >
2017-08-31 14:23:44 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.4.4" data-path = "../guide/kubectl-user-authentication-authorization.html" >
2017-08-31 14:23:44 +08:00
< a href = "../guide/kubectl-user-authentication-authorization.html" >
2017-12-20 17:27:16 +08:00
< b > 4.4.4.< / b >
2017-11-15 21:18:59 +08:00
创建用户认证授权的kubeconfig文件
2017-08-31 14:23:44 +08:00
< / a >
< / li >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "4.4.5" data-path = "../guide/ip-masq-agent.html" >
2017-09-07 14:13:59 +08:00
< a href = "../guide/ip-masq-agent.html" >
2018-01-30 12:30:58 +08:00
< b > 4.4.5.< / b >
2017-11-15 21:18:59 +08:00
IP伪装代理
2017-09-07 14:13:59 +08:00
< / a >
2017-11-10 23:22:45 +08:00
< / li >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "4.4.6" data-path = "../guide/auth-with-kubeconfig-or-token.html" >
2017-11-10 23:22:45 +08:00
< a href = "../guide/auth-with-kubeconfig-or-token.html" >
2018-01-30 12:30:58 +08:00
< b > 4.4.6.< / b >
2017-11-15 21:18:59 +08:00
使用kubeconfig或token进行用户身份认证
2017-11-10 23:22:45 +08:00
< / a >
2017-11-14 13:46:53 +08:00
< / li >
2018-01-30 12:30:58 +08:00
< li class = "chapter " data-level = "4.4.7" data-path = "../guide/authentication.html" >
2017-11-14 13:46:53 +08:00
< a href = "../guide/authentication.html" >
2018-01-30 12:30:58 +08:00
< b > 4.4.7.< / b >
2017-11-15 21:18:59 +08:00
2018-01-20 16:56:42 +08:00
Kubernetes中的用户与身份认证授权
2017-11-14 13:46:53 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5" data-path = "../guide/access-kubernetes-cluster.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/access-kubernetes-cluster.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.< / b >
2017-11-15 21:18:59 +08:00
2017-11-21 20:10:10 +08:00
访问Kubernetes集群
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5.1" data-path = "../guide/access-cluster.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/access-cluster.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.1.< / b >
2017-11-15 21:18:59 +08:00
访问集群
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5.2" data-path = "../guide/authenticate-across-clusters-kubeconfig.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/authenticate-across-clusters-kubeconfig.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.2.< / b >
2017-11-15 21:18:59 +08:00
2017-11-21 20:10:10 +08:00
使用kubeconfig文件配置跨集群认证
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5.3" data-path = "../guide/connecting-to-applications-port-forward.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/connecting-to-applications-port-forward.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.3.< / b >
2017-11-15 21:18:59 +08:00
通过端口转发访问集群中的应用程序
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5.4" data-path = "../guide/service-access-application-cluster.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/service-access-application-cluster.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.4.< / b >
2017-11-15 21:18:59 +08:00
2017-11-21 20:10:10 +08:00
使用service访问群集中的应用程序
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5.5" data-path = "../guide/accessing-kubernetes-pods-from-outside-of-the-cluster.html" >
2017-11-21 20:10:10 +08:00
< a href = "../guide/accessing-kubernetes-pods-from-outside-of-the-cluster.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.5.< / b >
2017-11-21 20:10:10 +08:00
从外部访问Kubernetes中的Pod
2017-08-21 17:44:43 +08:00
< / a >
2017-11-22 18:43:03 +08:00
< / li >
2018-01-14 21:13:12 +08:00
< li class = "chapter " data-level = "4.5.6" data-path = "../guide/cabin-mobile-dashboard-for-kubernetes.html" >
2017-11-22 18:43:03 +08:00
2018-01-14 21:13:12 +08:00
< a href = "../guide/cabin-mobile-dashboard-for-kubernetes.html" >
2017-11-22 18:43:03 +08:00
2017-12-20 17:27:16 +08:00
< b > 4.5.6.< / b >
2017-11-22 18:43:03 +08:00
2018-01-14 21:13:12 +08:00
Cabin - Kubernetes手机客户端
2017-11-22 18:43:03 +08:00
< / a >
2017-11-29 15:07:48 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.5.7" data-path = "../guide/kubernetes-desktop-client.html" >
2017-11-29 15:07:48 +08:00
< a href = "../guide/kubernetes-desktop-client.html" >
2017-12-20 17:27:16 +08:00
< b > 4.5.7.< / b >
2017-11-29 15:07:48 +08:00
Kubernetic - Kubernetes桌面客户端
< / a >
2017-12-27 11:58:32 +08:00
< / 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 >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.6" data-path = "../guide/application-development-deployment-flow.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/application-development-deployment-flow.html" >
2017-12-20 17:27:16 +08:00
< b > 4.6.< / b >
2017-11-15 21:18:59 +08:00
2017-12-30 10:37:40 +08:00
在Kubernetes中开发部署应用
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.6.1" data-path = "../guide/deploy-applications-in-kubernetes.html" >
2017-08-21 17:44:43 +08:00
< a href = "../guide/deploy-applications-in-kubernetes.html" >
2017-12-20 17:27:16 +08:00
< b > 4.6.1.< / b >
2017-11-15 21:18:59 +08:00
适用于kubernetes的应用开发部署流程
2017-08-21 17:44:43 +08:00
< / a >
2017-08-21 18:44:34 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.6.2" data-path = "../guide/migrating-hadoop-yarn-to-kubernetes.html" >
2017-08-21 18:44:34 +08:00
< a href = "../guide/migrating-hadoop-yarn-to-kubernetes.html" >
2017-12-20 17:27:16 +08:00
< b > 4.6.2.< / b >
2017-11-15 21:18:59 +08:00
2017-12-30 10:37:40 +08:00
迁移传统应用到Kubernetes中——以Hadoop YARN为例
2017-08-21 18:44:34 +08:00
< / a >
2017-10-23 13:40:58 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "4.6.3" data-path = "../guide/using-statefulset.html" >
2017-10-23 13:40:58 +08:00
< a href = "../guide/using-statefulset.html" >
2017-12-20 17:27:16 +08:00
< b > 4.6.3.< / b >
2017-11-15 21:18:59 +08:00
使用StatefulSet部署用状态应用
2017-10-23 13:40:58 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-11-15 21:18:59 +08:00
< li class = "header" > 最佳实践< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.1" data-path = "./" >
2017-08-21 17:44:43 +08:00
< a href = "./" >
2017-12-20 17:27:16 +08:00
< b > 5.1.< / b >
2017-11-15 21:18:59 +08:00
最佳实践概览
2017-08-21 17:44:43 +08:00
< / a >
2017-11-15 21:18:59 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2" data-path = "install-kubernetes-on-centos.html" >
2017-08-21 17:44:43 +08:00
2017-12-19 17:59:00 +08:00
< a href = "install-kubernetes-on-centos.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 5.2.< / b >
2017-11-15 21:18:59 +08:00
2017-12-30 10:37:40 +08:00
在CentOS上部署Kubernetes集群
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.1" data-path = "create-tls-and-secret-key.html" >
2017-08-21 17:44:43 +08:00
< a href = "create-tls-and-secret-key.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.1.< / b >
2017-11-15 21:18:59 +08:00
创建TLS证书和秘钥
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.2" data-path = "create-kubeconfig.html" >
2017-08-21 17:44:43 +08:00
< a href = "create-kubeconfig.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.2.< / b >
2017-11-15 21:18:59 +08:00
创建kubeconfig文件
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.3" data-path = "etcd-cluster-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "etcd-cluster-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.3.< / b >
2017-11-15 21:18:59 +08:00
创建高可用etcd集群
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.4" data-path = "kubectl-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "kubectl-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.4.< / b >
2017-11-15 21:18:59 +08:00
安装kubectl命令行工具
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.5" data-path = "master-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "master-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.5.< / b >
2017-11-15 21:18:59 +08:00
部署master节点
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.6" data-path = "flannel-installation.html" >
2017-08-21 17:44:43 +08:00
2017-12-19 17:59:00 +08:00
< a href = "flannel-installation.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 5.2.6.< / b >
2017-11-15 21:18:59 +08:00
2017-12-19 17:59:00 +08:00
安装flannel网络插件
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter active" data-level = "5.2.7" data-path = "node-installation.html" >
2017-12-19 17:59:00 +08:00
< a href = "node-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.7.< / b >
2017-12-19 17:59:00 +08:00
2017-11-15 21:18:59 +08:00
部署node节点
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.8" data-path = "kubedns-addon-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "kubedns-addon-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.8.< / b >
2017-11-15 21:18:59 +08:00
安装kubedns插件
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.9" data-path = "dashboard-addon-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "dashboard-addon-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.9.< / b >
2017-11-15 21:18:59 +08:00
安装dashboard插件
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.10" data-path = "heapster-addon-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "heapster-addon-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.10.< / b >
2017-11-15 21:18:59 +08:00
安装heapster插件
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "5.2.11" data-path = "efk-addon-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "efk-addon-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 5.2.11.< / b >
2017-11-15 21:18:59 +08:00
安装EFK插件
2017-08-21 17:44:43 +08:00
< / a >
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.3" data-path = "install-kubernetes-with-kubeadm.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< a href = "install-kubernetes-with-kubeadm.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 5.3.< / b >
2017-11-15 21:18:59 +08:00
2018-04-15 19:42:10 +08:00
使用kubeadm快速构建测试集群
< / a >
< ul class = "articles" >
< li class = "chapter " 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 >
2017-11-15 21:18:59 +08:00
服务发现与负载均衡
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.4.1" data-path = "traefik-ingress-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "traefik-ingress-installation.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.1.< / b >
2017-11-15 21:18:59 +08:00
安装Traefik ingress
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.4.2" data-path = "distributed-load-test.html" >
2017-08-21 17:44:43 +08:00
< a href = "distributed-load-test.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.2.< / b >
2017-11-15 21:18:59 +08:00
分布式负载测试
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.4.3" data-path = "network-and-cluster-perfermance-test.html" >
2017-08-21 17:44:43 +08:00
< a href = "network-and-cluster-perfermance-test.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.3.< / b >
2017-11-15 21:18:59 +08:00
网络和集群性能测试
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.4.4" data-path = "edge-node-configuration.html" >
2017-08-21 17:44:43 +08:00
< a href = "edge-node-configuration.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.4.< / b >
2017-11-15 21:18:59 +08:00
边缘节点配置
2017-08-21 17:44:43 +08:00
< / a >
2017-10-27 19:09:01 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.4.5" data-path = "nginx-ingress-installation.html" >
2017-10-27 19:09:01 +08:00
< a href = "nginx-ingress-installation.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.5.< / b >
2017-11-15 21:18:59 +08:00
安装Nginx ingress
2017-10-27 19:09:01 +08:00
< / a >
2018-01-03 16:14:36 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.4.6" data-path = "configuring-dns.html" >
2018-01-03 16:14:36 +08:00
< a href = "configuring-dns.html" >
2018-04-15 19:42:10 +08:00
< b > 5.4.6.< / b >
2018-01-03 16:14:36 +08:00
2018-01-03 16:26:15 +08:00
配置内置DNS( kube-dns)
2018-01-03 16:14:36 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5" data-path = "operation.html" >
2017-08-21 17:44:43 +08:00
< a href = "operation.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.< / b >
2017-11-15 21:18:59 +08:00
运维管理
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.1" data-path = "master-ha.html" >
2017-08-21 17:44:43 +08:00
2018-03-20 10:59:44 +08:00
< a href = "master-ha.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.5.1.< / b >
2017-11-15 21:18:59 +08:00
2018-03-20 10:59:44 +08:00
Master节点高可用
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.2" data-path = "service-rolling-update.html" >
2018-03-20 10:59:44 +08:00
< a href = "service-rolling-update.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.2.< / b >
2018-03-20 10:59:44 +08:00
2017-11-15 21:18:59 +08:00
服务滚动升级
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.3" data-path = "app-log-collection.html" >
2017-08-21 17:44:43 +08:00
< a href = "app-log-collection.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.3.< / b >
2017-11-15 21:18:59 +08:00
应用日志收集
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.4" data-path = "configuration-best-practice.html" >
2017-08-21 17:44:43 +08:00
< a href = "configuration-best-practice.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.4.< / b >
2017-11-15 21:18:59 +08:00
配置最佳实践
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.5" data-path = "monitor.html" >
2017-08-21 17:44:43 +08:00
< a href = "monitor.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.5.< / b >
2017-11-15 21:18:59 +08:00
集群及应用监控
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.6" data-path = "data-persistence-problem.html" >
2017-08-21 17:44:43 +08:00
< a href = "data-persistence-problem.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.6.< / b >
2017-11-15 21:18:59 +08:00
数据持久化问题
2017-08-21 17:44:43 +08:00
< / a >
2017-09-03 15:58:39 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.7" data-path = "manage-compute-resources-container.html" >
2017-09-03 15:58:39 +08:00
< a href = "manage-compute-resources-container.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.7.< / b >
2017-11-15 21:18:59 +08:00
管理容器的计算资源
2017-09-03 15:58:39 +08:00
< / a >
2018-02-24 11:49:48 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.5.8" data-path = "federation.html" >
2018-02-24 11:49:48 +08:00
< a href = "federation.html" >
2018-04-15 19:42:10 +08:00
< b > 5.5.8.< / b >
2018-02-24 11:49:48 +08:00
集群联邦
< / a >
2017-09-25 21:41:08 +08:00
< / li >
2017-11-09 10:55:38 +08:00
< / ul >
2017-09-25 21:41:08 +08:00
2017-11-09 10:55:38 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6" data-path = "storage.html" >
2017-11-09 10:55:38 +08:00
< a href = "storage.html" >
2017-09-25 21:41:08 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.6.< / b >
2017-11-15 21:18:59 +08:00
存储管理
2017-11-09 10:55:38 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.1" data-path = "glusterfs.html" >
2017-11-09 10:55:38 +08:00
< a href = "glusterfs.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.1.< / b >
2017-11-15 21:18:59 +08:00
GlusterFS
2017-11-09 10:55:38 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.1.1" data-path = "using-glusterfs-for-persistent-storage.html" >
2017-11-09 10:55:38 +08:00
< a href = "using-glusterfs-for-persistent-storage.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.1.1.< / b >
2017-11-15 21:18:59 +08:00
使用GlusterFS做持久化存储
2017-09-25 21:41:08 +08:00
< / a >
2017-10-16 17:36:01 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.1.2" data-path = "using-heketi-gluster-for-persistent-storage.html" >
2017-10-16 17:36:01 +08:00
2018-04-13 20:57:27 +08:00
< a href = "using-heketi-gluster-for-persistent-storage.html" >
2017-10-16 17:36:01 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.6.1.2.< / b >
2017-11-15 21:18:59 +08:00
2018-04-13 20:57:27 +08:00
使用Heketi作为kubernetes的持久存储GlusterFS的external provisioner
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.1.3" data-path = "storage-for-containers-using-glusterfs-with-openshift.html" >
2018-04-13 20:57:27 +08:00
< a href = "storage-for-containers-using-glusterfs-with-openshift.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.1.3.< / b >
2018-04-13 20:57:27 +08:00
2017-11-15 21:18:59 +08:00
在OpenShift中使用GlusterFS做持久化存储
2017-10-16 17:36:01 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.2" data-path = "ceph.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< a href = "ceph.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.6.2.< / b >
2017-11-15 21:18:59 +08:00
2018-04-15 19:42:10 +08:00
Ceph
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.2.1" data-path = "using-ceph-for-persistent-storage.html" >
2017-08-21 17:44:43 +08:00
2017-11-09 10:55:38 +08:00
< a href = "using-ceph-for-persistent-storage.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.6.2.1.< / b >
2017-11-15 21:18:59 +08:00
使用Ceph做持久化存储
2017-11-09 10:55:38 +08:00
< / a >
2018-01-05 16:34:39 +08:00
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.3" data-path = "openebs.html" >
2018-01-05 16:34:39 +08:00
< a href = "openebs.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.3.< / b >
2018-01-05 16:34:39 +08:00
OpenEBS
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.3.1" data-path = "using-openebs-for-persistent-storage.html" >
2018-01-05 16:34:39 +08:00
< a href = "using-openebs-for-persistent-storage.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.3.1.< / b >
2018-01-05 16:34:39 +08:00
使用OpenEBS做持久化存储
< / a >
2017-11-09 10:55:38 +08:00
< / li >
< / ul >
2018-02-24 22:56:37 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.4" data-path = "rook.html" >
2018-02-24 22:56:37 +08:00
< a href = "rook.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.4.< / b >
2018-02-24 22:56:37 +08:00
Rook
< / a >
2018-04-13 23:45:08 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.5" data-path = "nfs.html" >
2018-04-13 23:45:08 +08:00
< a href = "nfs.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.5.< / b >
2018-04-13 23:45:08 +08:00
NFS
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.6.5.1" data-path = "using-nfs-for-persistent-storage.html" >
2018-04-13 23:45:08 +08:00
< a href = "using-nfs-for-persistent-storage.html" >
2018-04-15 19:42:10 +08:00
< b > 5.6.5.1.< / b >
2018-04-13 23:45:08 +08:00
利用NFS动态提供Kubernetes后端存储卷
< / a >
< / li >
< / ul >
2017-11-09 10:55:38 +08:00
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.7" data-path = "monitoring.html" >
2017-11-09 10:55:38 +08:00
< a href = "monitoring.html" >
2018-04-15 19:42:10 +08:00
< b > 5.7.< / b >
2017-11-15 21:18:59 +08:00
集群与应用监控
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.7.1" data-path = "heapster.html" >
2017-08-21 17:44:43 +08:00
2017-11-09 10:55:38 +08:00
< a href = "heapster.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.7.1.< / b >
2017-11-15 21:18:59 +08:00
Heapster
2017-08-21 17:44:43 +08:00
< / a >
2017-11-09 10:55:38 +08:00
< ul class = "articles" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.7.1.1" data-path = "using-heapster-to-get-object-metrics.html" >
2017-08-21 17:44:43 +08:00
2017-11-09 10:55:38 +08:00
< a href = "using-heapster-to-get-object-metrics.html" >
2017-08-21 17:44:43 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.7.1.1.< / b >
2017-11-15 21:18:59 +08:00
使用Heapster获取集群和对象的metric数据
2017-08-21 17:44:43 +08:00
< / a >
2017-09-01 21:04:51 +08:00
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.7.2" data-path = "prometheus.html" >
2017-09-01 21:04:51 +08:00
2017-11-09 10:55:38 +08:00
< a href = "prometheus.html" >
2017-09-01 21:04:51 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.7.2.< / b >
2017-11-15 21:18:59 +08:00
Prometheus
2017-09-01 21:04:51 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.7.2.1" data-path = "using-prometheus-to-monitor-kuberentes-cluster.html" >
2017-09-01 21:04:51 +08:00
2017-11-09 10:55:38 +08:00
< a href = "using-prometheus-to-monitor-kuberentes-cluster.html" >
2017-09-01 21:04:51 +08:00
2018-04-15 19:42:10 +08:00
< b > 5.7.2.1.< / b >
2017-11-15 21:18:59 +08:00
使用Prometheus监控kubernetes集群
2017-09-01 21:04:51 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
< / ul >
2017-10-19 15:31:08 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.8" data-path = "services-management-tool.html" >
2017-10-19 15:31:08 +08:00
< a href = "services-management-tool.html" >
2018-04-15 19:42:10 +08:00
< b > 5.8.< / b >
2017-11-15 21:18:59 +08:00
服务编排管理
2017-10-19 15:31:08 +08:00
< / a >
2017-10-20 16:22:43 +08:00
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.8.1" data-path = "helm.html" >
2017-10-20 16:22:43 +08:00
< a href = "helm.html" >
2018-04-15 19:42:10 +08:00
< b > 5.8.1.< / b >
2017-11-15 21:18:59 +08:00
使用Helm管理kubernetes应用
2017-10-20 16:22:43 +08:00
< / a >
2017-10-27 11:59:37 +08:00
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.8.2" data-path = "create-private-charts-repo.html" >
2017-10-27 11:59:37 +08:00
< a href = "create-private-charts-repo.html" >
2018-04-15 19:42:10 +08:00
< b > 5.8.2.< / b >
2017-11-15 21:18:59 +08:00
构建私有Chart仓库
2017-10-27 11:59:37 +08:00
< / a >
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.9" data-path = "ci-cd.html" >
2017-10-27 11:59:37 +08:00
< a href = "ci-cd.html" >
2018-04-15 19:42:10 +08:00
< b > 5.9.< / b >
2017-11-15 21:18:59 +08:00
持续集成与发布
2017-10-27 11:59:37 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.9.1" data-path = "jenkins-ci-cd.html" >
2017-10-27 11:59:37 +08:00
< a href = "jenkins-ci-cd.html" >
2018-04-15 19:42:10 +08:00
< b > 5.9.1.< / b >
2017-11-15 21:18:59 +08:00
使用Jenkins进行持续集成与发布
2017-10-27 11:59:37 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.9.2" data-path = "drone-ci-cd.html" >
2017-10-27 11:59:37 +08:00
< a href = "drone-ci-cd.html" >
2018-04-15 19:42:10 +08:00
< b > 5.9.2.< / b >
2017-11-15 21:18:59 +08:00
使用Drone进行持续集成与发布
2017-10-27 11:59:37 +08:00
< / a >
2017-11-02 16:33:01 +08:00
< / li >
< / ul >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.10" data-path = "update-and-upgrade.html" >
2017-11-02 16:33:01 +08:00
< a href = "update-and-upgrade.html" >
2018-04-15 19:42:10 +08:00
< b > 5.10.< / b >
2017-11-15 21:18:59 +08:00
更新与升级
2017-11-02 16:33:01 +08:00
< / a >
< ul class = "articles" >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.10.1" data-path = "manually-upgrade.html" >
2017-11-02 16:33:01 +08:00
< a href = "manually-upgrade.html" >
2018-04-15 19:42:10 +08:00
< b > 5.10.1.< / b >
2017-11-15 21:18:59 +08:00
2017-12-30 10:37:40 +08:00
手动升级Kubernetes集群
2017-11-02 16:33:01 +08:00
< / a >
< / li >
2018-04-15 19:42:10 +08:00
< li class = "chapter " data-level = "5.10.2" data-path = "dashboard-upgrade.html" >
2017-11-02 16:33:01 +08:00
< a href = "dashboard-upgrade.html" >
2018-04-15 19:42:10 +08:00
< b > 5.10.2.< / b >
2017-11-15 21:18:59 +08:00
升级dashboard
2017-11-02 16:33:01 +08:00
< / a >
2017-10-20 16:22:43 +08:00
< / li >
< / ul >
2017-08-21 17:44:43 +08:00
< / li >
2017-11-15 21:18:59 +08:00
< li class = "header" > 领域应用< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.1" data-path = "../usecases/" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/" >
2017-12-20 17:27:16 +08:00
< b > 6.1.< / b >
2017-11-15 21:18:59 +08:00
领域应用概览
2017-08-21 17:44:43 +08:00
< / a >
2017-11-15 21:18:59 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.2" data-path = "../usecases/microservices.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/microservices.html" >
2017-12-20 17:27:16 +08:00
< b > 6.2.< / b >
2017-11-15 21:18:59 +08:00
微服务架构
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.2.1" data-path = "../usecases/service-discovery-in-microservices.html" >
2017-09-20 21:55:19 +08:00
< a href = "../usecases/service-discovery-in-microservices.html" >
2017-12-20 17:27:16 +08:00
< b > 6.2.1.< / b >
2017-11-15 21:18:59 +08:00
微服务中的服务发现
2017-09-20 21:55:19 +08:00
< / a >
2018-03-13 17:43:40 +08:00
< / 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 >
2017-09-20 21:55:19 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3" data-path = "../usecases/service-mesh.html" >
2017-09-20 21:55:19 +08:00
< a href = "../usecases/service-mesh.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.< / b >
2017-11-15 21:18:59 +08:00
Service Mesh 服务网格
2017-09-20 21:55:19 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.1" data-path = "../usecases/istio.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/istio.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.1.< / b >
2017-11-15 21:18:59 +08:00
Istio
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.1.1" data-path = "../usecases/istio-installation.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/istio-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.1.1.< / b >
2017-11-15 21:18:59 +08:00
安装并试用Istio service mesh
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.1.2" data-path = "../usecases/configuring-request-routing.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/configuring-request-routing.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.1.2.< / b >
2017-11-15 21:18:59 +08:00
配置请求的路由规则
2017-08-21 17:44:43 +08:00
< / a >
2017-11-07 23:57:26 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.1.3" data-path = "../usecases/install-and-expand-istio-mesh.html" >
2017-11-07 23:57:26 +08:00
< a href = "../usecases/install-and-expand-istio-mesh.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.1.3.< / b >
2017-11-15 21:18:59 +08:00
安装和拓展Istio service mesh
2017-11-07 23:57:26 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.1.4" data-path = "../usecases/integrating-vms.html" >
2017-11-07 23:57:26 +08:00
< a href = "../usecases/integrating-vms.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.1.4.< / b >
2017-11-15 21:18:59 +08:00
集成虚拟机
2017-11-07 23:57:26 +08:00
< / a >
2018-03-27 19:59:51 +08:00
< / li >
< li class = "chapter " data-level = "6.3.1.5" data-path = "../usecases/sidecar-spec-in-istio.html" >
< a href = "../usecases/sidecar-spec-in-istio.html" >
< b > 6.3.1.5.< / b >
Istio中sidecar的注入规范及示例
< / a >
2018-04-16 21:16:23 +08:00
< / li >
< li class = "chapter " data-level = "6.3.1.6" data-path = "../usecases/istio-community-tips.html" >
< a href = "../usecases/istio-community-tips.html" >
< b > 6.3.1.6.< / b >
如何参与Istio社区及注意事项
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.2" data-path = "../usecases/linkerd.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/linkerd.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.2.< / b >
2017-11-15 21:18:59 +08:00
Linkerd
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.2.1" data-path = "../usecases/linkerd-user-guide.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/linkerd-user-guide.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.2.1.< / b >
2017-11-15 21:18:59 +08:00
Linkerd 使用指南
2017-08-21 17:44:43 +08:00
< / a >
< / li >
< / ul >
2017-12-10 21:51:18 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.3" data-path = "../usecases/conduit.html" >
2017-12-10 21:51:18 +08:00
< a href = "../usecases/conduit.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.3.< / b >
2017-12-10 21:51:18 +08:00
Conduit
< / a >
2017-12-11 14:21:24 +08:00
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.3.1" data-path = "../usecases/conduit-overview.html" >
2017-12-11 14:21:24 +08:00
< a href = "../usecases/conduit-overview.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.3.1.< / b >
2017-12-11 14:21:24 +08:00
Condiut概览
< / a >
2017-12-12 23:30:36 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.3.3.2" data-path = "../usecases/conduit-installation.html" >
2017-12-12 23:30:36 +08:00
< a href = "../usecases/conduit-installation.html" >
2017-12-20 17:27:16 +08:00
< b > 6.3.3.2.< / b >
2017-12-12 23:30:36 +08:00
安装Conduit
< / a >
2017-12-11 14:21:24 +08:00
< / li >
< / ul >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.4" data-path = "../usecases/big-data.html" >
2017-08-21 17:44:43 +08:00
< a href = "../usecases/big-data.html" >
2017-12-20 17:27:16 +08:00
< b > 6.4.< / b >
2017-11-15 21:18:59 +08:00
大数据
2017-08-21 17:44:43 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.4.1" data-path = "../usecases/spark-standalone-on-kubernetes.html" >
2017-08-21 17:44:43 +08:00
2017-08-30 14:20:52 +08:00
< a href = "../usecases/spark-standalone-on-kubernetes.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 6.4.1.< / b >
2017-11-15 21:18:59 +08:00
Spark standalone on Kubernetes
2017-08-21 17:44:43 +08:00
< / a >
2017-08-31 14:23:44 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.4.2" data-path = "../usecases/running-spark-with-kubernetes-native-scheduler.html" >
2017-08-31 14:23:44 +08:00
2017-09-14 15:57:50 +08:00
< a href = "../usecases/running-spark-with-kubernetes-native-scheduler.html" >
2017-08-31 14:23:44 +08:00
2017-12-20 17:27:16 +08:00
< b > 6.4.2.< / b >
2017-11-15 21:18:59 +08:00
2017-12-30 10:37:40 +08:00
运行支持Kubernetes原生调度的Spark程序
2017-08-31 14:23:44 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
< / ul >
2017-08-30 16:52:33 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.5" data-path = "../usecases/serverless.html" >
2017-08-30 16:52:33 +08:00
< a href = "../usecases/serverless.html" >
2017-12-20 17:27:16 +08:00
< b > 6.5.< / b >
2017-11-15 21:18:59 +08:00
Serverless架构
2017-08-30 16:52:33 +08:00
< / a >
2017-11-23 11:03:04 +08:00
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.5.1" data-path = "../usecases/understanding-serverless.html" >
2017-11-23 11:03:04 +08:00
< a href = "../usecases/understanding-serverless.html" >
2017-12-20 17:27:16 +08:00
< b > 6.5.1.< / b >
2017-11-23 11:03:04 +08:00
理解Serverless
< / a >
2017-12-19 22:39:23 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.5.2" data-path = "../usecases/faas.html" >
2017-12-19 22:39:23 +08:00
< a href = "../usecases/faas.html" >
2017-12-20 17:27:16 +08:00
< b > 6.5.2.< / b >
2017-12-19 22:39:23 +08:00
FaaS-函数即服务
< / a >
< ul class = "articles" >
2017-12-26 21:24:28 +08:00
< li class = "chapter " data-level = "6.5.2.1" data-path = "../usecases/openfaas-quick-start.html" >
2017-12-19 22:39:23 +08:00
2017-12-26 21:24:28 +08:00
< a href = "../usecases/openfaas-quick-start.html" >
2017-12-19 22:39:23 +08:00
2017-12-20 17:27:16 +08:00
< b > 6.5.2.1.< / b >
2017-12-19 22:39:23 +08:00
2017-12-26 21:24:28 +08:00
OpenFaaS快速入门指南
2017-12-19 22:39:23 +08:00
< / a >
< / li >
< / ul >
2017-11-23 11:03:04 +08:00
< / li >
< / ul >
2017-10-27 19:09:01 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "6.6" data-path = "../usecases/edge-computing.html" >
2017-10-27 19:09:01 +08:00
< a href = "../usecases/edge-computing.html" >
2017-12-20 17:27:16 +08:00
< b > 6.6.< / b >
2017-11-15 21:18:59 +08:00
边缘计算
2017-10-27 19:09:01 +08:00
< / 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 >
2017-08-21 17:44:43 +08:00
< / li >
2017-11-15 21:18:59 +08:00
< li class = "header" > 开发指南< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "7.1" data-path = "../develop/" >
2017-08-21 17:44:43 +08:00
< a href = "../develop/" >
2017-12-20 17:27:16 +08:00
< b > 7.1.< / b >
2017-11-15 21:18:59 +08:00
开发指南概览
2017-08-21 17:44:43 +08:00
< / a >
2017-11-15 21:18:59 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "7.2" data-path = "../develop/sigs-and-working-group.html" >
2017-08-21 17:44:43 +08:00
2017-12-03 13:13:09 +08:00
< a href = "../develop/sigs-and-working-group.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 7.2.< / b >
2017-11-15 21:18:59 +08:00
2017-12-03 13:13:09 +08:00
SIG和工作组
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "7.3" data-path = "../develop/developing-environment.html" >
2017-12-03 13:13:09 +08:00
< a href = "../develop/developing-environment.html" >
2017-12-20 17:27:16 +08:00
< b > 7.3.< / b >
2017-12-03 13:13:09 +08:00
2017-11-15 21:18:59 +08:00
开发环境搭建
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-02-01 17:32:19 +08:00
< li class = "chapter " data-level = "7.4" data-path = "../develop/using-vagrant-and-virtualbox-for-development.html" >
2017-08-21 17:44:43 +08:00
2018-02-01 17:32:19 +08:00
< a href = "../develop/using-vagrant-and-virtualbox-for-development.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 7.4.< / b >
2017-11-15 21:18:59 +08:00
2018-02-01 17:32:19 +08:00
本地分布式开发环境搭建( 使用Vagrant和Virtualbox)
< / a >
< / li >
< li class = "chapter " data-level = "7.5" data-path = "../develop/testing.html" >
< a href = "../develop/testing.html" >
< b > 7.5.< / b >
2017-11-15 21:18:59 +08:00
单元测试和集成测试
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-02-01 17:32:19 +08:00
< li class = "chapter " data-level = "7.6" data-path = "../develop/client-go-sample.html" >
2017-08-21 17:44:43 +08:00
< a href = "../develop/client-go-sample.html" >
2018-02-01 17:32:19 +08:00
< b > 7.6.< / b >
2017-11-15 21:18:59 +08:00
client-go示例
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2018-02-01 17:32:19 +08:00
< li class = "chapter " data-level = "7.7" data-path = "../develop/operator.html" >
2017-08-21 17:44:43 +08:00
2018-01-09 19:14:30 +08:00
< a href = "../develop/operator.html" >
2017-08-21 17:44:43 +08:00
2018-02-01 17:32:19 +08:00
< b > 7.7.< / b >
2017-11-15 21:18:59 +08:00
2018-01-09 19:14:30 +08:00
Operator
< / a >
< / li >
2018-02-11 10:00:15 +08:00
< li class = "chapter " data-level = "7.8" data-path = "../develop/advance-developer.html" >
2018-01-09 19:14:30 +08:00
2018-02-11 10:00:15 +08:00
< a href = "../develop/advance-developer.html" >
2018-01-09 19:14:30 +08:00
2018-02-01 17:32:19 +08:00
< b > 7.8.< / b >
2018-01-09 19:14:30 +08:00
2018-02-11 10:00:15 +08:00
高级开发指南
< / a >
< / li >
< li class = "chapter " data-level = "7.9" data-path = "../develop/contribute.html" >
< a href = "../develop/contribute.html" >
< b > 7.9.< / b >
2017-11-15 21:18:59 +08:00
社区贡献
2017-08-21 17:44:43 +08:00
< / a >
2017-10-23 19:09:41 +08:00
< / li >
2018-02-11 10:00:15 +08:00
< li class = "chapter " data-level = "7.10" data-path = "../develop/minikube.html" >
2017-10-23 19:09:41 +08:00
< a href = "../develop/minikube.html" >
2018-02-11 10:00:15 +08:00
< b > 7.10.< / b >
2017-11-15 21:18:59 +08:00
Minikube
2017-10-23 19:09:41 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
2017-11-15 21:18:59 +08:00
< li class = "header" > 附录< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.1" data-path = "../appendix/" >
2017-08-21 17:44:43 +08:00
< a href = "../appendix/" >
2017-12-20 17:27:16 +08:00
< b > 8.1.< / b >
2017-11-15 21:18:59 +08:00
附录说明
2017-08-21 17:44:43 +08:00
< / a >
2017-11-15 21:18:59 +08:00
< / li >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.2" data-path = "../appendix/debug-kubernetes-services.html" >
2017-08-21 17:44:43 +08:00
2017-11-15 21:18:59 +08:00
< a href = "../appendix/debug-kubernetes-services.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 8.2.< / b >
2017-11-15 21:18:59 +08:00
Kubernetes中的应用故障排查
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.3" data-path = "../appendix/material-share.html" >
2017-08-21 17:44:43 +08:00
2017-11-15 21:18:59 +08:00
< a href = "../appendix/material-share.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 8.3.< / b >
2017-11-15 21:18:59 +08:00
Kubernetes相关资讯和情报链接
2017-08-21 17:44:43 +08:00
< / a >
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.4" data-path = "../appendix/docker-best-practice.html" >
2017-08-21 17:44:43 +08:00
2017-11-15 21:18:59 +08:00
< a href = "../appendix/docker-best-practice.html" >
2017-08-21 17:44:43 +08:00
2017-12-20 17:27:16 +08:00
< b > 8.4.< / b >
2017-11-15 21:18:59 +08:00
Docker最佳实践
2017-08-21 17:44:43 +08:00
< / a >
2017-09-21 15:00:54 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.5" data-path = "../appendix/tricks.html" >
2017-09-21 15:00:54 +08:00
2017-11-15 21:18:59 +08:00
< a href = "../appendix/tricks.html" >
2017-09-21 15:00:54 +08:00
2017-12-20 17:27:16 +08:00
< b > 8.5.< / b >
2017-11-15 21:18:59 +08:00
使用技巧
2017-09-21 15:00:54 +08:00
< / a >
2017-10-18 14:16:55 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.6" data-path = "../appendix/issues.html" >
2017-10-18 14:16:55 +08:00
2017-11-15 21:18:59 +08:00
< a href = "../appendix/issues.html" >
2017-10-18 14:16:55 +08:00
2017-12-20 17:27:16 +08:00
< b > 8.6.< / b >
2017-11-15 21:18:59 +08:00
问题记录
2017-10-18 14:16:55 +08:00
< / a >
2017-08-21 17:44:43 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.7" data-path = "../appendix/kubernetes-changelog.html" >
2017-12-11 18:32:18 +08:00
< a href = "../appendix/kubernetes-changelog.html" >
2017-12-20 17:27:16 +08:00
< b > 8.7.< / b >
2017-12-11 18:32:18 +08:00
2017-12-30 10:37:40 +08:00
Kubernetes版本更新日志
2017-12-11 18:32:18 +08:00
< / a >
< ul class = "articles" >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.7.1" data-path = "../appendix/kubernetes-1.7-changelog.html" >
2017-12-11 18:32:18 +08:00
< a href = "../appendix/kubernetes-1.7-changelog.html" >
2017-12-20 17:27:16 +08:00
< b > 8.7.1.< / b >
2017-12-11 18:32:18 +08:00
Kubernetes1.7更新日志
< / a >
2017-12-12 13:52:55 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.7.2" data-path = "../appendix/kubernetes-1.8-changelog.html" >
2017-12-12 13:52:55 +08:00
< a href = "../appendix/kubernetes-1.8-changelog.html" >
2017-12-20 17:27:16 +08:00
< b > 8.7.2.< / b >
2017-12-12 13:52:55 +08:00
Kubernetes1.8更新日志
< / a >
2017-12-16 10:50:25 +08:00
< / li >
2017-12-20 17:27:16 +08:00
< li class = "chapter " data-level = "8.7.3" data-path = "../appendix/kubernetes-1.9-changelog.html" >
2017-12-16 10:50:25 +08:00
< a href = "../appendix/kubernetes-1.9-changelog.html" >
2017-12-20 17:27:16 +08:00
< b > 8.7.3.< / b >
2017-12-16 10:50:25 +08:00
Kubernetes1.9更新日志
< / a >
2018-03-27 10:29:19 +08:00
< / 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 >
2017-12-11 18:32:18 +08:00
< / li >
< / ul >
< / li >
2017-12-27 12:29:33 +08:00
< 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 >
2017-08-21 17:44:43 +08:00
< li class = "divider" > < / li >
< li >
< a href = "https://www.gitbook.com" target = "blank" class = "gitbook-link" >
2017-09-19 22:01:07 +08:00
本书使用 GitBook 发布
2017-08-21 17:44:43 +08:00
< / 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 >
2017-11-15 21:18:59 +08:00
< a href = ".." > 部署node节点< / a >
2017-08-21 17:44:43 +08:00
< / 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" >
< h1 id = "部署node节点" > 部 署 node节 点 < / h1 >
2017-12-19 17:59:00 +08:00
< p > Kubernetes node节 点 包 含 如 下 组 件 : < / p >
2017-08-21 17:44:43 +08:00
< ul >
2017-12-19 17:59:00 +08:00
< li > Flanneld: 参 考 我 之 前 写 的 文 章 < a href = "https://jimmysong.io/posts/kubernetes-network-config/" target = "_blank" > Kubernetes基 于 Flannel的 网 络 配 置 < / a > , 之 前 没 有 配 置 TLS, 现 在 需 要 在 service配 置 文 件 中 增 加 TLS配 置 , 安 装 过 程 请 参 考 上 一 节 < a href = "flannel-installation.html" > 安 装 flannel网 络 插 件 < / a > 。 < / li >
< li > Docker1.12.5: docker的 安 装 很 简 单 , 这 里 也 不 说 了 , 但 是 需 要 注 意 docker的 配 置 。 < / li >
< li > kubelet: 直 接 用 二 进 制 文 件 安 装 < / li >
< li > kube-proxy: 直 接 用 二 进 制 文 件 安 装 < / li >
2017-08-21 17:44:43 +08:00
< / ul >
2017-12-19 17:59:00 +08:00
< p > < strong > 注 意 < / strong > : 每 台 node 上 都 需 要 安 装 flannel, master 节 点 上 可 以 不 安 装 。 < / p >
2017-12-15 19:51:45 +08:00
< p > < strong > 步 骤 简 介 < / strong > < / p >
< ol >
2017-12-19 17:59:00 +08:00
< li > 确 认 在 上 一 步 中 我 们 安 装 配 置 的 网 络 插 件 flannel已 启 动 且 运 行 正 常 < / li >
2017-12-15 19:51:45 +08:00
< li > 安 装 配 置 docker后 启 动 < / li >
< li > 安 装 配 置 kubelet、 kube-proxy后 启 动 < / li >
< li > 验 证 < / li >
< / ol >
2017-08-21 17:44:43 +08:00
< h2 id = "目录和文件" > 目 录 和 文 件 < / h2 >
2017-11-25 00:59:21 +08:00
< p > 我 们 再 检 查 一 下 三 个 节 点 上 , 经 过 前 几 步 操 作 我 们 已 经 创 建 了 如 下 的 证 书 和 配 置 文 件 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > $ < span class = "token function" > ls< / span > /etc/kubernetes/ssl
2017-08-21 17:44:43 +08:00
admin-key.pem admin.pem ca-key.pem ca.pem kube-proxy-key.pem kube-proxy.pem kubernetes-key.pem kubernetes.pem
2018-02-20 18:00:08 +08:00
$ < span class = "token function" > ls< / span > /etc/kubernetes/
2017-08-21 17:44:43 +08:00
apiserver bootstrap.kubeconfig config controller-manager kubelet kube-proxy.kubeconfig proxy scheduler ssl token.csv
< / code > < / pre >
2017-12-19 17:59:00 +08:00
< h2 id = "配置docker" > 配 置 Docker< / h2 >
2017-11-23 11:03:04 +08:00
< blockquote >
2017-12-19 17:59:00 +08:00
< p > 如 果 您 使 用 yum的 方 式 安 装 的 flannel则 不 需 要 执 行 mk-docker-opts.sh文 件 这 一 步 , 参 考 Flannel官 方 文 档 中 的 < a href = "https://github.com/coreos/flannel/blob/master/Documentation/running.md" target = "_blank" > Docker Integration< / a > 。 < / p >
2017-11-23 11:03:04 +08:00
< / blockquote >
2017-12-15 19:51:45 +08:00
< p > 如 果 你 不 是 使 用 yum安 装 的 flannel, 那 么 需 要 下 载 flannel github release中 的 tar包 , 解 压 后 会 获 得 一 个 < strong > mk-docker-opts.sh< / strong > 文 件 , 到 < a href = "https://github.com/coreos/flannel/releases" target = "_blank" > flannel release< / a > 页 面 下 载 对 应 版 本 的 安 装 包 , 该 脚 本 见 < a href = "https://github.com/rootsongjc/kubernetes-handbook/tree/master/tools/flannel/mk-docker-opts.sh" target = "_blank" > mk-docker-opts.sh< / a > , 因 为 我 们 使 用 yum安 装 所 以 不 需 要 执 行 这 一 步 。 < / p >
2017-08-21 17:44:43 +08:00
< p > 这 个 文 件 是 用 来 < code > Generate Docker daemon options based on flannel env file< / code > 。 < / p >
2017-12-15 19:51:45 +08:00
< p > 使 用 < code > systemctl< / code > 命 令 启 动 flanneld后 , 会 自 动 执 行 < code > ./mk-docker-opts.sh -i< / code > 生 成 如 下 两 个 文 件 环 境 变 量 文 件 : < / p >
2017-11-23 11:03:04 +08:00
< ul >
< li > /run/flannel/subnet.env< / li >
< / ul >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token constant" > FLANNEL_NETWORK< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > 172.30.0.0/16< / span >
< span class = "token constant" > FLANNEL_SUBNET< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > 172.30.46.1/24< / span >
< span class = "token constant" > FLANNEL_MTU< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > 1450< / span >
< span class = "token constant" > FLANNEL_IPMASQ< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > false< / span >
2017-11-23 11:03:04 +08:00
< / code > < / pre >
< ul >
< li > /run/docker_opts.env< / li >
< / ul >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token constant" > DOCKER_OPT_BIP< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > " --bip=172.30.46.1/24" < / span >
< span class = "token constant" > DOCKER_OPT_IPMASQ< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > " --ip-masq=true" < / span >
< span class = "token constant" > DOCKER_OPT_MTU< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > " --mtu=1450" < / span >
2017-11-23 11:03:04 +08:00
< / code > < / pre >
2017-12-15 19:51:45 +08:00
< p > Docker将 会 读 取 这 两 个 环 境 变 量 文 件 作 为 容 器 启 动 参 数 。 < / p >
2017-12-19 17:59:00 +08:00
< p > < strong > 注 意 : < / strong > 不 论 您 用 什 么 方 式 安 装 的 flannel, 下 面 这 一 步 是 必 不 可 少 的 。 < / p >
< p > < strong > yum方 式 安 装 的 flannel< / strong > < / p >
< p > 修 改 docker的 配 置 文 件 < code > /usr/lib/systemd/system/docker.service< / code > , 增 加 一 条 环 境 变 量 配 置 : < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/flannel/docker< / span >
2017-12-19 17:59:00 +08:00
< / code > < / pre >
< p > < code > /run/flannel/docker< / code > 文 件 是 flannel启 动 后 自 动 生 成 的 , 其 中 包 含 了 docker启 动 时 需 要 的 参 数 。 < / p >
< p > < strong > 二 进 制 方 式 安 装 的 flannel< / strong > < / p >
< p > 修 改 docker的 配 置 文 件 < code > /usr/lib/systemd/system/docker.service< / code > , 增 加 如 下 几 条 环 境 变 量 配 置 : < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/docker_opts.env< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/flannel/subnet.env< / span >
2017-12-19 17:59:00 +08:00
< / code > < / pre >
< p > 这 两 个 文 件 是 < code > mk-docker-opts.sh< / code > 脚 本 生 成 环 境 变 量 文 件 默 认 的 保 存 位 置 , docker启 动 的 时 候 需 要 加 载 这 几 个 配 置 文 件 才 可 以 加 入 到 flannel创 建 的 虚 拟 网 络 里 。 < / p >
< p > 所 以 不 论 您 使 用 何 种 方 式 安 装 的 flannel, 将 以 下 配 置 加 入 到 < code > docker.service< / code > 中 可 确 保 万 无 一 失 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/flannel/docker< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/docker_opts.env< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/flannel/subnet.env< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/sysconfig/docker< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/sysconfig/docker-storage< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/sysconfig/docker-network< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/run/docker_opts.env< / span >
2017-12-19 17:59:00 +08:00
< / code > < / pre >
< p > 请 参 考 < a href = "https://github.com/rootsongjc/kubernetes-handbook/blob/master/systemd/docker.service" target = "_blank" > docker.service< / a > 中 的 配 置 。 < / p >
< h3 id = "启动docker" > 启 动 docker< / h3 >
2017-08-21 17:44:43 +08:00
< p > 重 启 了 docker后 还 要 重 启 kubelet, 这 时 又 遇 到 问 题 , kubelet启 动 失 败 。 报 错 : < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > Mar 31 16:44:41 sz-pg-oam-docker-test-002.tendcloud.com kubelet< span class = "token punctuation" > [< / span > 81047< span class = "token punctuation" > ]< / span > : error: failed to run Kubelet: failed to create kubelet: misconfiguration: kubelet cgroup driver: < span class = "token string" > " cgroupfs" < / span > is different from docker cgroup driver: < span class = "token string" > " systemd" < / span >
2017-11-23 11:03:04 +08:00
< / code > < / pre >
< p > 这 是 kubelet与 docker的 < strong > cgroup driver< / strong > 不 一 致 导 致 的 , kubelet启 动 的 时 候 有 个 < code > — cgroup-driver< / code > 参 数 可 以 指 定 为 " cgroupfs" 或 者 “ systemd” 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: < span class = "token string" > ' cgroupfs' < / span > , < span class = "token string" > ' systemd' < / span > < span class = "token punctuation" > (< / span > default < span class = "token string" > " cgroupfs" < / span > < span class = "token punctuation" > )< / span >
2017-11-23 11:03:04 +08:00
< / code > < / pre >
2017-12-15 19:51:45 +08:00
< p > 配 置 docker的 service配 置 文 件 < code > /usr/lib/systemd/system/docker.service< / code > , 设 置 < code > ExecStart< / code > 中 的 < code > --exec-opt native.cgroupdriver=systemd< / code > 。 < / p >
2017-12-19 17:59:00 +08:00
< h2 id = "安装和配置kubelet" > 安 装 和 配 置 kubelet< / h2 >
2017-12-15 19:51:45 +08:00
< p > < strong > kubernets1.8< / strong > < / p >
< p > 相 对 于 kubernetes1.6集 群 必 须 进 行 的 配 置 有 : < / p >
< p > 对 于 kuberentes1.8集 群 , 必 须 关 闭 swap, 否 则 kubelet启 动 将 失 败 。 < / p >
< p > 修 改 < code > /etc/fstab< / code > 将 , swap系 统 注 释 掉 。 < / p >
< hr >
2017-08-21 17:44:43 +08:00
< p > kubelet 启 动 时 向 kube-apiserver 发 送 TLS bootstrapping 请 求 , 需 要 先 将 bootstrap token 文 件 中 的 kubelet-bootstrap 用 户 赋 予 system:node-bootstrapper cluster 角 色 (role),
然 后 kubelet 才 能 有 权 限 创 建 认 证 请 求 (certificate signing requests): < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token function" > cd< / span > /etc/kubernetes
2017-08-31 22:48:18 +08:00
kubectl create clusterrolebinding kubelet-bootstrap \
2018-02-20 18:00:08 +08:00
--clusterrole< span class = "token operator" > =< / span > system:node-bootstrapper \
--user< span class = "token operator" > =< / span > kubelet-bootstrap
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< ul >
< li > < code > --user=kubelet-bootstrap< / code > 是 在 < code > /etc/kubernetes/token.csv< / code > 文 件 中 指 定 的 用 户 名 , 同 时 也 写 入 了 < code > /etc/kubernetes/bootstrap.kubeconfig< / code > 文 件 ; < / li >
< / ul >
2017-12-19 17:59:00 +08:00
< h3 id = "下载最新的kubelet和kube-proxy二进制文件" > 下 载 最 新 的 kubelet和 kube-proxy二 进 制 文 件 < / h3 >
2018-01-09 19:14:30 +08:00
< p > 注 意 请 下 载 对 应 的 Kubernetes版 本 的 安 装 包 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token function" > wget< / span > https://dl.k8s.io/v1.6.0/kubernetes-server-linux-amd64.tar.gz
< span class = "token function" > tar< / span > -xzvf kubernetes-server-linux-amd64.tar.gz
< span class = "token function" > cd< / span > kubernetes
< span class = "token function" > tar< / span > -xzvf kubernetes-src.tar.gz
< span class = "token function" > cp< / span > -r ./server/bin/< span class = "token punctuation" > {< / span > kube-proxy,kubelet< span class = "token punctuation" > }< / span > /usr/local/bin/
2017-08-21 17:44:43 +08:00
< / code > < / pre >
2017-12-19 17:59:00 +08:00
< h3 id = "创建kubelet的service配置文件" > 创 建 kubelet的 service配 置 文 件 < / h3 >
2017-08-21 17:44:43 +08:00
< p > 文 件 位 置 < code > /usr/lib/systemd/system/kubelet.service< / code > 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token selector" > [Unit]< / span >
< span class = "token constant" > Description< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > Kubernetes Kubelet Server< / span >
< span class = "token constant" > Documentation< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > https://github.com/GoogleCloudPlatform/kubernetes< / span >
< span class = "token constant" > After< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > docker.service< / span >
< span class = "token constant" > Requires< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > docker.service< / span >
< span class = "token selector" > [Service]< / span >
< span class = "token constant" > WorkingDirectory< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > /var/lib/kubelet< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/kubernetes/config< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/kubernetes/kubelet< / span >
< span class = "token constant" > ExecStart< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > /usr/local/bin/kubelet \< / span >
2017-08-21 17:44:43 +08:00
$KUBE_LOGTOSTDERR \
$KUBE_LOG_LEVEL \
$KUBELET_API_SERVER \
$KUBELET_ADDRESS \
$KUBELET_PORT \
$KUBELET_HOSTNAME \
$KUBE_ALLOW_PRIV \
$KUBELET_POD_INFRA_CONTAINER \
$KUBELET_ARGS
2018-02-20 18:00:08 +08:00
< span class = "token constant" > Restart< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > on-failure< / span >
2017-08-21 17:44:43 +08:00
2018-02-20 18:00:08 +08:00
< span class = "token selector" > [Install]< / span >
< span class = "token constant" > WantedBy< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > multi-user.target< / span >
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< p > kubelet的 配 置 文 件 < code > /etc/kubernetes/kubelet< / code > 。 其 中 的 IP地 址 更 改 为 你 的 每 台 node节 点 的 IP地 址 。 < / p >
2017-12-15 19:51:45 +08:00
< p > < strong > 注 意 : < / strong > 在 启 动 kubelet之 前 , 需 要 先 手 动 创 建 < code > /var/lib/kubelet< / code > 目 录 。 < / p >
< p > 下 面 是 kubelet的 配 置 文 件 < code > /etc/kubernetes/kubelet< / code > :< / p >
< p > < strong > kubernetes1.8< / strong > < / p >
< p > 相 对 于 kubenrete1.6的 配 置 变 动 : < / p >
< ul >
2018-01-09 14:05:59 +08:00
< li > 对 于 kuberentes1.8集 群 中 的 kubelet配 置 , 取 消 了 < code > KUBELET_API_SERVER< / code > 的 配 置 , 而 改 用 kubeconfig文 件 来 定 义 master地 址 , 所 以 请 注 释 掉 < code > KUBELET_API_SERVER< / code > 配 置 。 < / li >
2017-12-15 19:51:45 +08:00
< / ul >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" spellcheck = "true" > ###< / span >
< span class = "token comment" spellcheck = "true" > ## kubernetes kubelet (minion) config< / span >
< span class = "token comment" spellcheck = "true" > #< / span >
< span class = "token comment" spellcheck = "true" > ## The address for the info server to serve on (set to 0.0.0.0 or " " for all interfaces)< / span >
KUBELET_ADDRESS< span class = "token operator" > =< / span > < span class = "token string" > " --address=172.20.0.113" < / span >
< span class = "token comment" spellcheck = "true" > #< / span >
< span class = "token comment" spellcheck = "true" > ## The port for the info server to serve on< / span >
< span class = "token comment" spellcheck = "true" > #KUBELET_PORT=" --port=10250" < / span >
< span class = "token comment" spellcheck = "true" > #< / span >
< span class = "token comment" spellcheck = "true" > ## You may leave this blank to use the actual hostname< / span >
KUBELET_HOSTNAME< span class = "token operator" > =< / span > < span class = "token string" > " --hostname-override=172.20.0.113" < / span >
< span class = "token comment" spellcheck = "true" > #< / span >
< span class = "token comment" spellcheck = "true" > ## location of the api-server< / span >
< span class = "token comment" spellcheck = "true" > ## COMMENT THIS ON KUBERNETES 1.8+< / span >
KUBELET_API_SERVER< span class = "token operator" > =< / span > < span class = "token string" > " --api-servers=http://172.20.0.113:8080" < / span >
< span class = "token comment" spellcheck = "true" > #< / span >
< span class = "token comment" spellcheck = "true" > ## pod infrastructure container< / span >
KUBELET_POD_INFRA_CONTAINER< span class = "token operator" > =< / span > < span class = "token string" > " --pod-infra-container-image=sz-pg-oam-docker-hub-001.tendcloud.com/library/pod-infrastructure:rhel7" < / span >
< span class = "token comment" spellcheck = "true" > #< / span >
< span class = "token comment" spellcheck = "true" > ## Add your own!< / span >
KUBELET_ARGS< span class = "token operator" > =< / span > < span class = "token string" > " --cgroup-driver=systemd --cluster-dns=10.254.0.2 --experimental-bootstrap-kubeconfig=/etc/kubernetes/bootstrap.kubeconfig --kubeconfig=/etc/kubernetes/kubelet.kubeconfig --require-kubeconfig --cert-dir=/etc/kubernetes/ssl --cluster-domain=cluster.local --hairpin-mode promiscuous-bridge --serialize-image-pulls=false" < / span >
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< ul >
2018-01-14 15:02:28 +08:00
< li > 如 果 使 用 systemd方 式 启 动 , 则 需 要 额 外 增 加 两 个 参 数 < code > --runtime-cgroups=/systemd/system.slice --kubelet-cgroups=/systemd/system.slice< / code > < / li >
2018-01-11 11:28:14 +08:00
< li > < code > --experimental-bootstrap-kubeconfig< / code > 在 1.9版 本 已 经 变 成 了 < code > --bootstrap-kubeconfig< / code > < / li >
2017-08-21 17:44:43 +08:00
< li > < code > --address< / code > 不 能 设 置 为 < code > 127.0.0.1< / code > , 否 则 后 续 Pods 访 问 kubelet 的 API 接 口 时 会 失 败 , 因 为 Pods 访 问 的 < code > 127.0.0.1< / code > 指 向 自 己 而 不 是 kubelet; < / li >
< li > 如 果 设 置 了 < code > --hostname-override< / code > 选 项 , 则 < code > kube-proxy< / code > 也 需 要 设 置 该 选 项 , 否 则 会 出 现 找 不 到 Node 的 情 况 ; < / li >
2017-11-30 17:32:17 +08:00
< li > < code > " --cgroup-driver< / code > 配 置 成 < code > systemd< / code > , 不 要 使 用 < code > cgroup< / code > , 否 则 在 CentOS 系 统 中 kubelet 将 启 动 失 败 ( 保 持 docker和 kubelet中 的 cgroup driver配 置 一 致 即 可 , 不 一 定 非 使 用 < code > systemd< / code > ) 。 < / li >
2017-08-21 17:44:43 +08:00
< li > < code > --experimental-bootstrap-kubeconfig< / code > 指 向 bootstrap kubeconfig 文 件 , kubelet 使 用 该 文 件 中 的 用 户 名 和 token 向 kube-apiserver 发 送 TLS Bootstrapping 请 求 ; < / li >
< li > 管 理 员 通 过 了 CSR 请 求 后 , kubelet 自 动 在 < code > --cert-dir< / code > 目 录 创 建 证 书 和 私 钥 文 件 (< code > kubelet-client.crt< / code > 和 < code > kubelet-client.key< / code > ), 然 后 写 入 < code > --kubeconfig< / code > 文 件 ; < / li >
< li > 建 议 在 < code > --kubeconfig< / code > 配 置 文 件 中 指 定 < code > kube-apiserver< / code > 地 址 , 如 果 未 指 定 < code > --api-servers< / code > 选 项 , 则 必 须 指 定 < code > --require-kubeconfig< / code > 选 项 后 才 从 配 置 文 件 中 读 取 kube-apiserver 的 地 址 , 否 则 kubelet 启 动 后 将 找 不 到 kube-apiserver (日 志 中 提 示 未 找 到 API Server) , < code > kubectl get nodes< / code > 不 会 返 回 对 应 的 Node 信 息 ;< / li >
< li > < code > --cluster-dns< / code > 指 定 kubedns 的 Service IP(可 以 先 分 配 , 后 续 创 建 kubedns 服 务 时 指 定 该 IP), < code > --cluster-domain< / code > 指 定 域 名 后 缀 , 这 两 个 参 数 同 时 指 定 后 才 会 生 效 ; < / li >
2017-08-21 18:44:34 +08:00
< li > < code > --cluster-domain< / code > 指 定 pod 启 动 时 < code > /etc/resolve.conf< / code > 文 件 中 的 < code > search domain< / code > , 起 初 我 们 将 其 配 置 成 了 < code > cluster.local.< / code > , 这 样 在 解 析 service 的 DNS 名 称 时 是 正 常 的 , 可 是 在 解 析 headless service 中 的 FQDN pod name 的 时 候 却 错 误 , 因 此 我 们 将 其 修 改 为 < code > cluster.local< / code > , 去 掉 嘴 后 面 的 ” 点 号 “ 就 可 以 解 决 该 问 题 , 关 于 kubernetes 中 的 域 名 /服 务 名 称 解 析 请 参 见 我 的 另 一 篇 文 章 。 < / li >
< li > < code > --kubeconfig=/etc/kubernetes/kubelet.kubeconfig< / code > 中 指 定 的 < code > kubelet.kubeconfig< / code > 文 件 在 第 一 次 启 动 kubelet之 前 并 不 存 在 , 请 看 下 文 , 当 通 过 CSR请 求 后 会 自 动 生 成 < code > kubelet.kubeconfig< / code > 文 件 , 如 果 你 的 节 点 上 已 经 生 成 了 < code > ~/.kube/config< / code > 文 件 , 你 可 以 将 该 文 件 拷 贝 到 该 路 径 下 , 并 重 命 名 为 < code > kubelet.kubeconfig< / code > , 所 有 node节 点 可 以 共 用 同 一 个 kubelet.kubeconfig文 件 , 这 样 新 添 加 的 节 点 就 不 需 要 再 创 建 CSR请 求 就 能 自 动 添 加 到 kubernetes集 群 中 。 同 样 , 在 任 意 能 够 访 问 到 kubernetes集 群 的 主 机 上 使 用 < code > kubectl --kubeconfig< / code > 命 令 操 作 集 群 时 , 只 要 使 用 < code > ~/.kube/config< / code > 文 件 就 可 以 通 过 权 限 认 证 , 因 为 这 里 面 已 经 有 认 证 信 息 并 认 为 你 是 admin用 户 , 对 集 群 拥 有 所 有 权 限 。 < / li >
2018-03-11 13:44:39 +08:00
< li > < code > KUBELET_POD_INFRA_CONTAINER< / code > 是 基 础 镜 像 容 器 , 这 里 我 用 的 是 私 有 镜 像 仓 库 地 址 , < strong > 大 家 部 署 的 时 候 需 要 修 改 为 自 己 的 镜 像 < / strong > 。 我 上 传 了 一 个 到 时 速 云 上 , 可 以 直 接 < code > docker pull index.tenxcloud.com/jimmy/pod-infrastructure< / code > 下 载 。 < code > pod-infrastructure< / code > 镜 像 是 Redhat制 作 的 , 大 小 接 近 80M, 下 载 比 较 耗 时 , 其 实 该 镜 像 并 不 运 行 什 么 具 体 进 程 , 可 以 使 用 Google的 pause镜 像 < code > gcr.io/google_containers/pause-amd64:3.0< / code > , 这 个 镜 像 只 有 300多 K, 或 者 通 过 DockerHub下 载 < code > jimmysong/pause-amd64:3.0< / code > 。 < / li >
2017-08-21 17:44:43 +08:00
< / ul >
2017-09-01 21:31:13 +08:00
< p > 完 整 unit 见 < a href = "../systemd/kubelet.service" > kubelet.service< / a > < / p >
2017-08-21 17:44:43 +08:00
< h3 id = "启动kublet" > 启 动 kublet< / h3 >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > systemctl daemon-reload
systemctl < span class = "token function" > enable< / span > kubelet
2017-08-31 22:48:18 +08:00
systemctl start kubelet
systemctl status kubelet
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< h3 id = "通过-kublet-的-tls-证书请求" > 通 过 kublet 的 TLS 证 书 请 求 < / h3 >
< p > kubelet 首 次 启 动 时 向 kube-apiserver 发 送 证 书 签 名 请 求 , 必 须 通 过 后 kubernetes 系 统 才 会 将 该 Node 加 入 到 集 群 。 < / p >
< p > 查 看 未 授 权 的 CSR 请 求 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > $ kubectl get csr
2017-08-21 17:44:43 +08:00
NAME AGE REQUESTOR CONDITION
csr-2b308 4m kubelet-bootstrap Pending
$ kubectl get nodes
No resources found.
< / code > < / pre >
< p > 通 过 CSR 请 求 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > $ kubectl certificate approve csr-2b308
certificatesigningrequest < span class = "token string" > " csr-2b308" < / span > approved
2017-08-21 17:44:43 +08:00
$ kubectl get nodes
NAME STATUS AGE VERSION
10.64.3.7 Ready 49m v1.6.1
< / code > < / pre >
< p > 自 动 生 成 了 kubelet kubeconfig 文 件 和 公 私 钥 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > $ < span class = "token function" > ls< / span > -l /etc/kubernetes/kubelet.kubeconfig
2017-08-21 17:44:43 +08:00
-rw------- 1 root root 2284 Apr 7 02:07 /etc/kubernetes/kubelet.kubeconfig
2018-02-20 18:00:08 +08:00
$ < span class = "token function" > ls< / span > -l /etc/kubernetes/ssl/kubelet*
2017-08-21 17:44:43 +08:00
-rw-r--r-- 1 root root 1046 Apr 7 02:07 /etc/kubernetes/ssl/kubelet-client.crt
-rw------- 1 root root 227 Apr 7 02:04 /etc/kubernetes/ssl/kubelet-client.key
-rw-r--r-- 1 root root 1103 Apr 7 02:07 /etc/kubernetes/ssl/kubelet.crt
-rw------- 1 root root 1675 Apr 7 02:07 /etc/kubernetes/ssl/kubelet.key
< / code > < / pre >
2017-12-15 19:51:45 +08:00
< p > 假 如 你 更 新 kubernetes的 证 书 , 只 要 没 有 更 新 < code > token.csv< / code > , 当 重 启 kubelet后 , 该 node就 会 自 动 加 入 到 kuberentes集 群 中 , 而 不 会 重 新 发 送 < code > certificaterequest< / code > , 也 不 需 要 在 master节 点 上 执 行 < code > kubectl certificate approve< / code > 操 作 。 前 提 是 不 要 删 除 node节 点 上 的 < code > /etc/kubernetes/ssl/kubelet*< / code > 和 < code > /etc/kubernetes/kubelet.kubeconfig< / code > 文 件 。 否 则 kubelet启 动 时 会 提 示 找 不 到 证 书 而 失 败 。 < / p >
< p > < strong > 注 意 : < / strong > 如 果 启 动 kubelet的 时 候 见 到 证 书 相 关 的 报 错 , 有 个 trick可 以 解 决 这 个 问 题 , 可 以 将 master节 点 上 的 < code > ~/.kube/config< / code > 文 件 ( 该 文 件 在 < a href = "kubectl-installation.html" > 安 装 kubectl命 令 行 工 具 < / a > 这 一 步 中 将 会 自 动 生 成 ) 拷 贝 到 node节 点 的 < code > /etc/kubernetes/kubelet.kubeconfig< / code > 位 置 , 这 样 就 不 需 要 通 过 CSR, 当 kubelet启 动 后 就 会 自 动 加 入 的 集 群 中 。 < / p >
2017-08-21 17:44:43 +08:00
< h2 id = "配置-kube-proxy" > 配 置 kube-proxy< / h2 >
2017-12-16 10:50:25 +08:00
< p > < strong > 安 装 conntrack< / strong > < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > yum < span class = "token function" > install< / span > -y conntrack-tools
2017-12-16 10:50:25 +08:00
< / code > < / pre >
2017-08-21 17:44:43 +08:00
< p > < strong > 创 建 kube-proxy 的 service配 置 文 件 < / strong > < / p >
< p > 文 件 路 径 < code > /usr/lib/systemd/system/kube-proxy.service< / code > 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-ini" > < span class = "token selector" > [Unit]< / span >
< span class = "token constant" > Description< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > Kubernetes Kube-Proxy Server< / span >
< span class = "token constant" > Documentation< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > https://github.com/GoogleCloudPlatform/kubernetes< / span >
< span class = "token constant" > After< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > network.target< / span >
< span class = "token selector" > [Service]< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/kubernetes/config< / span >
< span class = "token constant" > EnvironmentFile< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > -/etc/kubernetes/proxy< / span >
< span class = "token constant" > ExecStart< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > /usr/local/bin/kube-proxy \< / span >
2017-08-21 17:44:43 +08:00
$KUBE_LOGTOSTDERR \
$KUBE_LOG_LEVEL \
$KUBE_MASTER \
$KUBE_PROXY_ARGS
2018-02-20 18:00:08 +08:00
< span class = "token constant" > Restart< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > on-failure< / span >
< span class = "token constant" > LimitNOFILE< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > 65536< / span >
2017-08-21 17:44:43 +08:00
2018-02-20 18:00:08 +08:00
< span class = "token selector" > [Install]< / span >
< span class = "token constant" > WantedBy< / span > < span class = "token attr-value" > < span class = "token punctuation" > =< / span > multi-user.target< / span >
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< p > kube-proxy配 置 文 件 < code > /etc/kubernetes/proxy< / code > 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > < span class = "token comment" spellcheck = "true" > ###< / span >
< span class = "token comment" spellcheck = "true" > # kubernetes proxy config< / span >
2017-08-21 17:44:43 +08:00
2018-02-20 18:00:08 +08:00
< span class = "token comment" spellcheck = "true" > # default config should be adequate< / span >
2017-08-21 17:44:43 +08:00
2018-02-20 18:00:08 +08:00
< span class = "token comment" spellcheck = "true" > # Add your own!< / span >
KUBE_PROXY_ARGS< span class = "token operator" > =< / span > < span class = "token string" > " --bind-address=172.20.0.113 --hostname-override=172.20.0.113 --kubeconfig=/etc/kubernetes/kube-proxy.kubeconfig --cluster-cidr=10.254.0.0/16" < / span >
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< ul >
< li > < code > --hostname-override< / code > 参 数 值 必 须 与 kubelet 的 值 一 致 , 否 则 kube-proxy 启 动 后 会 找 不 到 该 Node, 从 而 不 会 创 建 任 何 iptables 规 则 ; < / li >
< li > kube-proxy 根 据 < code > --cluster-cidr< / code > 判 断 集 群 内 部 和 外 部 流 量 , 指 定 < code > --cluster-cidr< / code > 或 < code > --masquerade-all< / code > 选 项 后 kube-proxy 才 会 对 访 问 Service IP 的 请 求 做 SNAT; < / li >
< li > < code > --kubeconfig< / code > 指 定 的 配 置 文 件 嵌 入 了 kube-apiserver 的 地 址 、 用 户 名 、 证 书 、 秘 钥 等 请 求 和 认 证 信 息 ; < / li >
< li > 预 定 义 的 RoleBinding < code > cluster-admin< / code > 将 User < code > system:kube-proxy< / code > 与 Role < code > system:node-proxier< / code > 绑 定 , 该 Role 授 予 了 调 用 < code > kube-apiserver< / code > Proxy 相 关 API 的 权 限 ; < / li >
< / ul >
2017-09-01 21:31:13 +08:00
< p > 完 整 unit 见 < a href = "../systemd/kube-proxy.service" > kube-proxy.service< / a > < / p >
2017-08-21 17:44:43 +08:00
< h3 id = "启动-kube-proxy" > 启 动 kube-proxy< / h3 >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > systemctl daemon-reload
systemctl < span class = "token function" > enable< / span > kube-proxy
2017-08-31 22:48:18 +08:00
systemctl start kube-proxy
systemctl status kube-proxy
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< h2 id = "验证测试" > 验 证 测 试 < / h2 >
2017-12-15 19:51:45 +08:00
< p > 我 们 创 建 一 个 nginx的 service试 一 下 集 群 是 否 可 用 。 < / p >
2018-02-20 18:00:08 +08:00
< pre class = "language-" > < code class = "lang-bash" > $ kubectl run nginx --replicas< span class = "token operator" > =< / span > 2 --labels< span class = "token operator" > =< / span > < span class = "token string" > " run=load-balancer-example" < / span > --image< span class = "token operator" > =< / span > sz-pg-oam-docker-hub-001.tendcloud.com/library/nginx:1.9 --port< span class = "token operator" > =< / span > 80
deployment < span class = "token string" > " nginx" < / span > created
$ kubectl expose deployment nginx --type< span class = "token operator" > =< / span > NodePort --name< span class = "token operator" > =< / span > example-service
< span class = "token function" > service< / span > < span class = "token string" > " example-service" < / span > exposed
2017-08-21 17:44:43 +08:00
$ kubectl describe svc example-service
Name: example-service
Namespace: default
2018-02-20 18:00:08 +08:00
Labels: run< span class = "token operator" > =< / span > load-balancer-example
Annotations: < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span >
Selector: run< span class = "token operator" > =< / span > load-balancer-example
2017-08-21 17:44:43 +08:00
Type: NodePort
IP: 10.254.62.207
2018-02-20 18:00:08 +08:00
Port: < span class = "token operator" > < < / span > unset< span class = "token operator" > > < / span > 80/TCP
NodePort: < span class = "token operator" > < < / span > unset< span class = "token operator" > > < / span > 32724/TCP
2017-08-21 17:44:43 +08:00
Endpoints: 172.30.60.2:80,172.30.94.2:80
Session Affinity: None
2018-02-20 18:00:08 +08:00
Events: < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span >
$ curl < span class = "token string" > " 10.254.62.207:80" < / span >
< span class = "token operator" > < < / span > < span class = "token operator" > !< / span > DOCTYPE html< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > html< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > head< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > title< span class = "token operator" > > < / span > Welcome to nginx< span class = "token operator" > !< / span > < span class = "token operator" > < < / span > /title< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > style< span class = "token operator" > > < / span >
body < span class = "token punctuation" > {< / span >
width: 35em< span class = "token punctuation" > ;< / span >
margin: 0 auto< span class = "token punctuation" > ;< / span >
font-family: Tahoma, Verdana, Arial, sans-serif< span class = "token punctuation" > ;< / span >
< span class = "token punctuation" > }< / span >
< span class = "token operator" > < < / span > /style< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > /head< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > body< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > h1< span class = "token operator" > > < / span > Welcome to nginx< span class = "token operator" > !< / span > < span class = "token operator" > < < / span > /h1< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > p< span class = "token operator" > > < / span > If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.< span class = "token operator" > < < / span > /p< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > p< span class = "token operator" > > < / span > For online documentation and support please refer to
< span class = "token operator" > < < / span > a href< span class = "token operator" > =< / span > < span class = "token string" > " http://nginx.org/" < / span > < span class = "token operator" > > < / span > nginx.org< span class = "token operator" > < < / span > /a< span class = "token operator" > > < / span > .< span class = "token operator" > < < / span > br/< span class = "token operator" > > < / span >
2017-08-21 17:44:43 +08:00
Commercial support is available at
2018-02-20 18:00:08 +08:00
< span class = "token operator" > < < / span > a href< span class = "token operator" > =< / span > < span class = "token string" > " http://nginx.com/" < / span > < span class = "token operator" > > < / span > nginx.com< span class = "token operator" > < < / span > /a< span class = "token operator" > > < / span > .< span class = "token operator" > < < / span > /p< span class = "token operator" > > < / span >
2017-08-21 17:44:43 +08:00
2018-02-20 18:00:08 +08:00
< span class = "token operator" > < < / span > p< span class = "token operator" > > < / span > < span class = "token operator" > < < / span > em< span class = "token operator" > > < / span > Thank you < span class = "token keyword" > for< / span > using nginx.< span class = "token operator" > < < / span > /em< span class = "token operator" > > < / span > < span class = "token operator" > < < / span > /p< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > /body< span class = "token operator" > > < / span >
< span class = "token operator" > < < / span > /html< span class = "token operator" > > < / span >
2017-08-21 17:44:43 +08:00
< / code > < / pre >
< p > 提 示 : 上 面 的 测 试 示 例 中 使 用 的 nginx是 我 的 私 有 镜 像 仓 库 中 的 镜 像 < code > sz-pg-oam-docker-hub-001.tendcloud.com/library/nginx:1.9< / code > , 大 家 在 测 试 过 程 中 请 换 成 自 己 的 nginx镜 像 地 址 。 < / p >
< p > 访 问 < code > 172.20.0.113:32724< / code > 或 < code > 172.20.0.114:32724< / code > 或 者 < code > 172.20.0.115:32724< / code > 都 可 以 得 到 nginx的 页 面 。 < / p >
2017-12-20 17:27:16 +08:00
< figure id = "fig5.2.7.1" > < img src = "../images/kubernetes-installation-test-nginx.png" alt = "welcome nginx" > < figcaption > 图 片 - welcome nginx< / figcaption > < / figure >
2017-08-21 18:44:34 +08:00
< h2 id = "参考" > 参 考 < / h2 >
2018-01-11 11:28:14 +08:00
< p > < a href = "../guide/kubelet-authentication-authorization.html" > Kubelet 的 认 证 授 权 < / a > < / p >
2018-02-06 14:16:27 +08:00
< footer class = "page-footer" > < span class = "copyright" > Copyright © jimmysong.io 2017-2018 all right reserved, powered by Gitbook< / span > < span class = "footer-modification" > Updated at
2018-03-11 13:44:39 +08:00
2018-03-11 13:41:16
2017-10-09 15:28:05 +08:00
< / span > < / footer >
2017-08-21 17:44:43 +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 >
2017-12-19 17:59:00 +08:00
< a href = "flannel-installation.html" class = "navigation navigation-prev " aria-label = "Previous page: 安装flannel网络插件" >
2017-08-21 17:44:43 +08:00
< i class = "fa fa-angle-left" > < / i >
< / a >
2017-11-15 21:18:59 +08:00
< a href = "kubedns-addon-installation.html" class = "navigation navigation-next " aria-label = "Next page: 安装kubedns插件" >
2017-08-21 17:44:43 +08:00
< i class = "fa fa-angle-right" > < / i >
< / a >
< / div >
< script >
var gitbook = gitbook || [];
gitbook.push(function() {
2018-04-17 19:15:36 +08:00
gitbook.page.hasChanged({"page":{"title":"部署node节点","level":"5.2.7","depth":2,"next":{"title":"安装kubedns插件","level":"5.2.8","depth":2,"path":"practice/kubedns-addon-installation.md","ref":"practice/kubedns-addon-installation.md","articles":[]},"previous":{"title":"安装flannel网络插件","level":"5.2.6","depth":2,"path":"practice/flannel-installation.md","ref":"practice/flannel-installation.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"],"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":"Copyright © jimmysong.io 2017-2018","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":{},"codesnippet":{},"fontsettings":{"theme":"white","family":"sans","size":2},"favicon":{"shortcut":"favicon.ico","bookmark":"favicon.ico"},"page-toc-button":{},"back-to-top-button":{},"prism-themes":{},"github-buttons":{"repo":"rootsongjc/kubernetes-handbook","types":["star"],"size":"small"},"3-ba":{"configuration":"auto","token":"11f7d254cfa4e0ca44b175c66d379ecc"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"showLevel":true,"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"}},"search-plus":{},"image-captions":{"caption":"图片 - _CAPTION_","variable_name":"_pictures"}},"theme":"default","author":"Jimmy Song","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"_pictures":[{"backlink":"index.html#fig1.1.1","level":"1.1","list_caption":"Figure: Stargazers over time","alt":"Stargazers over time","nro":1,"url":"https://starcharts.herokuapp.com/rootsongjc/kubernetes-handbook.svg","index":1,"caption_template":"图片 - _CAPTION_","label":"Stargazers over time","attributes":{},"skip":false,"key":"1.1.1"},{"backlink":"cloud-native/cncf.html#fig1.2.1","level":"1.2","list_caption":"Figure: CNCF landscape","alt":"CNCF landscape","nro":2,"url":"https://github.com/cncf/landscape/raw/master/landscape/CloudNativeLandscape_latest.png","index":1,"caption_template":"图片 - _CAPTION_","label":"CNCF landscape","attributes":{},"skip":false,"key":"1.2.1"},{"backlink":"cloud-native/cncf.html#fig1.2.2","level":"1.2","list_caption":"Figure: CNCF项目成熟度级别","alt":"CNCF项目成熟度级别","nro":3,"url":"../images/cncf-graduation-criteria.jpg","index":2,"caption_template":"图片 - _CAPTION_","label":"CNCF项目成熟度级别","attributes":{},"skip":false,"key":"1.2.2"},{"backlink":"cloud-native/play-with-kubernetes.html#fig2.1.1","level":"2.1","list_caption":"Figure: Play with Kubernetes网页截图","alt":"Play with Kubernetes网页截图","nro":4,"url":"../images/play-with-kubernetes.jpg","index":1,"caption_template":"图片 - _CAPTION_","label":"Play with Kubernetes网页截图","attributes":{},"skip":false,"key":"2.1.1"},{"backlink":"cloud-native/kubernetes-and-cloud-native-app-overview.html#fig2.2.1","level":"2.2","list_caption":"Figure: 云计算演进历程","alt":"云计算演进历程","nro":5,"url":"../images/cloud-computing-evo
2017-08-21 17:44:43 +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 >
2017-09-19 21:38:03 +08:00
< script src = "../gitbook/gitbook-plugin-back-to-top-button/plugin.js" > < / script >
2017-08-21 17:44:43 +08:00
< script src = "../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js" > < / script >
< script src = "../gitbook/gitbook-plugin-search-plus/search.js" > < / script >
2017-10-09 15:28:05 +08:00
< script src = "../gitbook/gitbook-plugin-github-buttons/plugin.js" > < / script >
2017-10-11 18:13:13 +08:00
< script src = "../gitbook/gitbook-plugin-3-ba/plugin.js" > < / script >
2017-08-21 17:44:43 +08:00
< script src = "../gitbook/gitbook-plugin-sharing/buttons.js" > < / script >
< script src = "../gitbook/gitbook-plugin-fontsettings/fontsettings.js" > < / script >
< / body >
< / html >