2018-07-08 19:42:31 +08:00
<!DOCTYPE HTML>
< html lang = "zh-hans" >
< head >
< meta charset = "UTF-8" >
< meta content = "text/html; charset=utf-8" http-equiv = "Content-Type" >
2018-07-10 00:03:51 +08:00
< title > Kubernetes中的网络解析——以flannel为例 · Kubernetes Handbook - Kubernetes中文指南/云原生应用架构实践手册 by Jimmy Song(宋净超)< / title >
2018-07-08 19:42:31 +08:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "description" content = "" >
2018-09-04 11:25:28 +08:00
< meta name = "generator" content = "GitBook 3.2.3" >
2018-07-10 00:03:51 +08:00
< meta name = "author" content = "Jimmy Song( 宋净超) " >
2018-07-08 19:42:31 +08:00
< link rel = "stylesheet" href = "../gitbook/style.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-splitter/splitter.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-page-toc-button/plugin.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-image-captions/image-captions.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-back-to-top-button/plugin.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-search-plus/search.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-tbfed-pagefooter/footer.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-prism/prism-ghcolors.css" >
< link rel = "stylesheet" href = "../gitbook/gitbook-plugin-fontsettings/website.css" >
< meta name = "HandheldFriendly" content = "true" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no" >
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black" >
< link rel = "apple-touch-icon-precomposed" sizes = "152x152" href = "../gitbook/images/apple-touch-icon-precomposed-152.png" >
< link rel = "shortcut icon" href = "../gitbook/images/favicon.ico" type = "image/x-icon" >
< link rel = "next" href = "calico.html" / >
< link rel = "prev" href = "networking.html" / >
< link rel = "shortcut icon" href = '../favicon.ico' type = "image/x-icon" >
< link rel = "bookmark" href = '../favicon.ico' type = "image/x-icon" >
< style >
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
< / style >
< script >
window["gitbook-plugin-github-buttons"] = {"repo":"rootsongjc/kubernetes-handbook","types":["star"],"size":"small"};
< / script >
< / head >
< body >
< div class = "book" >
< div class = "book-summary" >
< div id = "book-search-input" role = "search" >
< input type = "text" placeholder = "输入并搜索" / >
< / div >
< nav role = "navigation" >
< ul class = "summary" >
< li >
< a href = "https://jimmysong.io" target = "_blank" class = "custom-link" > Jimmy Song< / a >
< / li >
< li >
< a href = "https://jimmysong.io/awesome-cloud-native" target = "_blank" class = "custom-link" > Awesome Cloud Native< / a >
< / li >
< li >
2018-07-09 10:01:47 +08:00
< a href = "http://www.servicemesher.com" target = "_blank" class = "custom-link" > ServiceMesher< / a >
2018-07-08 19:42:31 +08:00
< / li >
< li >
< a href = "http://www.servicemesher.com/awesome-servicemesh" target = "_blank" class = "custom-link" > Awesome Service Mesh< / a >
< / li >
< li >
< a href = "https://jimmysong.io/posts/cloud-native-go" target = "_blank" class = "custom-link" > Cloud Native Go - 基于Go和React的web云原生应用构建指南< / a >
< / li >
< li >
< a href = "https://jimmysong.io/posts/cloud-native-python" target = "_blank" class = "custom-link" > Cloud Native Python( Python云原生) - 使用Python和React构建云原生应用< / a >
< / li >
< li >
< a href = "https://jimmysong.io/posts/cloud-native-java" target = "_blank" class = "custom-link" > Cloud Native Java( 云原生Java) - Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计< / a >
< / li >
< li class = "divider" > < / li >
< li class = "header" > 前言< / li >
< li class = "chapter " data-level = "1.1" data-path = "../" >
< a href = "../" >
< b > 1.1.< / b >
序言
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "header" > 云原生< / li >
< li class = "chapter " data-level = "2.1" data-path = "../cloud-native/cloud-native-definition.html" >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< a href = "../cloud-native/cloud-native-definition.html" >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< b > 2.1.< / b >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
云原生的定义
2018-07-08 19:42:31 +08:00
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.2" data-path = "../cloud-native/cncf.html" >
< a href = "../cloud-native/cncf.html" >
< b > 2.2.< / b >
CNCF - 云原生计算基金会简介
< / a >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< / li >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.3" data-path = "../cloud-native/cncf-charter.html" >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< a href = "../cloud-native/cncf-charter.html" >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
< b > 2.3.< / b >
2018-07-08 19:42:31 +08:00
2018-07-09 23:08:11 +08:00
CNCF章程
2018-07-08 19:42:31 +08:00
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.4" data-path = "../cloud-native/play-with-kubernetes.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/play-with-kubernetes.html" >
2018-07-09 23:08:11 +08:00
< b > 2.4.< / b >
2018-07-08 19:42:31 +08:00
Play with Kubernetes
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.5" data-path = "../cloud-native/cloud-native-local-quick-start.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/cloud-native-local-quick-start.html" >
2018-07-09 23:08:11 +08:00
< b > 2.5.< / b >
2018-07-08 19:42:31 +08:00
快速部署一个云原生本地实验环境
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.6" data-path = "../cloud-native/kubernetes-and-cloud-native-app-overview.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/kubernetes-and-cloud-native-app-overview.html" >
2018-07-09 23:08:11 +08:00
< b > 2.6.< / b >
2018-07-08 19:42:31 +08:00
Kubernetes与云原生应用概览
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.7" data-path = "../cloud-native/from-kubernetes-to-cloud-native.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/from-kubernetes-to-cloud-native.html" >
2018-07-09 23:08:11 +08:00
< b > 2.7.< / b >
2018-07-08 19:42:31 +08:00
云原生应用之路——从Kubernetes到Cloud Native
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.8" data-path = "../cloud-native/cloud-native-programming-languages.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/cloud-native-programming-languages.html" >
2018-07-09 23:08:11 +08:00
< b > 2.8.< / b >
2018-07-08 19:42:31 +08:00
云原生编程语言
< / a >
< ul class = "articles" >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.8.1" data-path = "../cloud-native/cloud-native-programming-language-ballerina.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/cloud-native-programming-language-ballerina.html" >
2018-07-09 23:08:11 +08:00
< b > 2.8.1.< / b >
2018-07-08 19:42:31 +08:00
云原生编程语言Ballerina
< / a >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.8.2" data-path = "../cloud-native/cloud-native-programming-language-pulumi.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/cloud-native-programming-language-pulumi.html" >
2018-07-09 23:08:11 +08:00
< b > 2.8.2.< / b >
2018-07-08 19:42:31 +08:00
云原生编程语言Pulumi
< / a >
< / li >
< / ul >
< / li >
2018-07-09 23:08:11 +08:00
< li class = "chapter " data-level = "2.9" data-path = "../cloud-native/the-future-of-cloud-native.html" >
2018-07-08 19:42:31 +08:00
< a href = "../cloud-native/the-future-of-cloud-native.html" >
2018-07-09 23:08:11 +08:00
< b > 2.9.< / b >
2018-07-08 19:42:31 +08:00
云原生的未来
< / a >
< / li >
< li class = "header" > 概念与原理< / li >
< li class = "chapter " data-level = "3.1" data-path = "./" >
< a href = "./" >
< b > 3.1.< / b >
Kubernetes架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.1.1" data-path = "concepts.html" >
< a href = "concepts.html" >
< b > 3.1.1.< / b >
设计理念
< / a >
< / li >
< li class = "chapter " data-level = "3.1.2" data-path = "etcd.html" >
< a href = "etcd.html" >
< b > 3.1.2.< / b >
Etcd解析
< / a >
< / li >
< li class = "chapter " data-level = "3.1.3" data-path = "open-interfaces.html" >
< a href = "open-interfaces.html" >
< b > 3.1.3.< / b >
开放接口
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.1.3.1" data-path = "cri.html" >
< a href = "cri.html" >
< b > 3.1.3.1.< / b >
CRI - Container Runtime Interface( 容器运行时接口)
< / a >
< / li >
< li class = "chapter " data-level = "3.1.3.2" data-path = "cni.html" >
< a href = "cni.html" >
< b > 3.1.3.2.< / b >
CNI - Container Network Interface( 容器网络接口)
< / a >
< / li >
< li class = "chapter " data-level = "3.1.3.3" data-path = "csi.html" >
< a href = "csi.html" >
< b > 3.1.3.3.< / b >
CSI - Container Storage Interface( 容器存储接口)
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.2" data-path = "networking.html" >
< a href = "networking.html" >
< b > 3.2.< / b >
Kubernetes中的网络
< / a >
< ul class = "articles" >
< li class = "chapter active" data-level = "3.2.1" data-path = "flannel.html" >
< a href = "flannel.html" >
< b > 3.2.1.< / b >
Kubernetes中的网络解析——以flannel为例
< / a >
< / li >
< li class = "chapter " data-level = "3.2.2" data-path = "calico.html" >
< a href = "calico.html" >
< b > 3.2.2.< / b >
Kubernetes中的网络解析——以calico为例
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.3" data-path = "objects.html" >
< a href = "objects.html" >
< b > 3.3.< / b >
资源对象与基本概念解析
< / a >
< / li >
< li class = "chapter " data-level = "3.4" data-path = "pod-state-and-lifecycle.html" >
< a href = "pod-state-and-lifecycle.html" >
< b > 3.4.< / b >
Pod状态与生命周期管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.4.1" data-path = "pod-overview.html" >
< a href = "pod-overview.html" >
< b > 3.4.1.< / b >
Pod概览
< / a >
< / li >
< li class = "chapter " data-level = "3.4.2" data-path = "pod.html" >
< a href = "pod.html" >
< b > 3.4.2.< / b >
Pod解析
< / a >
< / li >
< li class = "chapter " data-level = "3.4.3" data-path = "init-containers.html" >
< a href = "init-containers.html" >
< b > 3.4.3.< / b >
Init容器
< / a >
< / li >
< li class = "chapter " data-level = "3.4.4" data-path = "pause-container.html" >
< a href = "pause-container.html" >
< b > 3.4.4.< / b >
Pause容器
< / a >
< / li >
< li class = "chapter " data-level = "3.4.5" data-path = "pod-security-policy.html" >
< a href = "pod-security-policy.html" >
< b > 3.4.5.< / b >
Pod安全策略
< / a >
< / li >
< li class = "chapter " data-level = "3.4.6" data-path = "pod-lifecycle.html" >
< a href = "pod-lifecycle.html" >
< b > 3.4.6.< / b >
Pod的生命周期
< / a >
< / li >
< li class = "chapter " data-level = "3.4.7" data-path = "pod-hook.html" >
< a href = "pod-hook.html" >
< b > 3.4.7.< / b >
Pod Hook
< / a >
< / li >
< li class = "chapter " data-level = "3.4.8" data-path = "pod-preset.html" >
< a href = "pod-preset.html" >
< b > 3.4.8.< / b >
Pod Preset
< / a >
< / li >
< li class = "chapter " data-level = "3.4.9" data-path = "pod-disruption-budget.html" >
< a href = "pod-disruption-budget.html" >
< b > 3.4.9.< / b >
Pod中断与PDB( Pod中断预算)
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.5" data-path = "cluster.html" >
< a href = "cluster.html" >
< b > 3.5.< / b >
集群资源管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.5.1" data-path = "node.html" >
< a href = "node.html" >
< b > 3.5.1.< / b >
Node
< / a >
< / li >
< li class = "chapter " data-level = "3.5.2" data-path = "namespace.html" >
< a href = "namespace.html" >
< b > 3.5.2.< / b >
Namespace
< / a >
< / li >
< li class = "chapter " data-level = "3.5.3" data-path = "label.html" >
< a href = "label.html" >
< b > 3.5.3.< / b >
Label
< / a >
< / li >
< li class = "chapter " data-level = "3.5.4" data-path = "annotation.html" >
< a href = "annotation.html" >
< b > 3.5.4.< / b >
Annotation
< / a >
< / li >
< li class = "chapter " data-level = "3.5.5" data-path = "taint-and-toleration.html" >
< a href = "taint-and-toleration.html" >
< b > 3.5.5.< / b >
Taint和Toleration( 污点和容忍)
< / a >
< / li >
< li class = "chapter " data-level = "3.5.6" data-path = "garbage-collection.html" >
< a href = "garbage-collection.html" >
< b > 3.5.6.< / b >
垃圾收集
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.6" data-path = "controllers.html" >
< a href = "controllers.html" >
< b > 3.6.< / b >
控制器
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.6.1" data-path = "deployment.html" >
< a href = "deployment.html" >
< b > 3.6.1.< / b >
Deployment
< / a >
< / li >
< li class = "chapter " data-level = "3.6.2" data-path = "statefulset.html" >
< a href = "statefulset.html" >
< b > 3.6.2.< / b >
StatefulSet
< / a >
< / li >
< li class = "chapter " data-level = "3.6.3" data-path = "daemonset.html" >
< a href = "daemonset.html" >
< b > 3.6.3.< / b >
DaemonSet
< / a >
< / li >
< li class = "chapter " data-level = "3.6.4" data-path = "replicaset.html" >
< a href = "replicaset.html" >
< b > 3.6.4.< / b >
ReplicationController和ReplicaSet
< / a >
< / li >
< li class = "chapter " data-level = "3.6.5" data-path = "job.html" >
< a href = "job.html" >
< b > 3.6.5.< / b >
Job
< / a >
< / li >
< li class = "chapter " data-level = "3.6.6" data-path = "cronjob.html" >
< a href = "cronjob.html" >
< b > 3.6.6.< / b >
CronJob
< / a >
< / li >
< li class = "chapter " data-level = "3.6.7" data-path = "horizontal-pod-autoscaling.html" >
< a href = "horizontal-pod-autoscaling.html" >
< b > 3.6.7.< / b >
Horizontal Pod Autoscaling
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.6.7.1" data-path = "custom-metrics-hpa.html" >
< a href = "custom-metrics-hpa.html" >
< b > 3.6.7.1.< / b >
自定义指标HPA
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.7" data-path = "service-discovery.html" >
< a href = "service-discovery.html" >
< b > 3.7.< / b >
服务发现
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.7.1" data-path = "service.html" >
< a href = "service.html" >
< b > 3.7.1.< / b >
Service
< / a >
< / li >
< li class = "chapter " data-level = "3.7.2" data-path = "ingress.html" >
< a href = "ingress.html" >
< b > 3.7.2.< / b >
Ingress
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.7.2.1" data-path = "traefik-ingress-controller.html" >
< a href = "traefik-ingress-controller.html" >
< b > 3.7.2.1.< / b >
Traefik Ingress Controller
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.8" data-path = "authentication-and-permission.html" >
< a href = "authentication-and-permission.html" >
< b > 3.8.< / b >
身份与权限控制
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.8.1" data-path = "serviceaccount.html" >
< a href = "serviceaccount.html" >
< b > 3.8.1.< / b >
ServiceAccount
< / a >
< / li >
< li class = "chapter " data-level = "3.8.2" data-path = "rbac.html" >
< a href = "rbac.html" >
< b > 3.8.2.< / b >
RBAC——基于角色的访问控制
< / a >
< / li >
< li class = "chapter " data-level = "3.8.3" data-path = "network-policy.html" >
< a href = "network-policy.html" >
< b > 3.8.3.< / b >
NetworkPolicy
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.9" data-path = "storage.html" >
< a href = "storage.html" >
< b > 3.9.< / b >
存储
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.9.1" data-path = "secret.html" >
< a href = "secret.html" >
< b > 3.9.1.< / b >
Secret
< / a >
< / li >
< li class = "chapter " data-level = "3.9.2" data-path = "configmap.html" >
< a href = "configmap.html" >
< b > 3.9.2.< / b >
ConfigMap
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.9.2.1" data-path = "configmap-hot-update.html" >
< a href = "configmap-hot-update.html" >
< b > 3.9.2.1.< / b >
ConfigMap的热更新
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.9.3" data-path = "volume.html" >
< a href = "volume.html" >
< b > 3.9.3.< / b >
Volume
< / a >
< / li >
< li class = "chapter " data-level = "3.9.4" data-path = "persistent-volume.html" >
< a href = "persistent-volume.html" >
< b > 3.9.4.< / b >
Persistent Volume( 持久化卷)
< / a >
< / li >
< li class = "chapter " data-level = "3.9.5" data-path = "storageclass.html" >
< a href = "storageclass.html" >
< b > 3.9.5.< / b >
Storage Class
< / a >
< / li >
< li class = "chapter " data-level = "3.9.6" data-path = "local-persistent-storage.html" >
< a href = "local-persistent-storage.html" >
< b > 3.9.6.< / b >
本地持久化存储
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.10" data-path = "extension.html" >
< a href = "extension.html" >
< b > 3.10.< / b >
集群扩展
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "3.10.1" data-path = "custom-resource.html" >
< a href = "custom-resource.html" >
< b > 3.10.1.< / b >
使用自定义资源扩展API
< / a >
< / li >
< li class = "chapter " data-level = "3.10.2" data-path = "aggregated-api-server.html" >
< a href = "aggregated-api-server.html" >
< b > 3.10.2.< / b >
Aggregated API Server
< / a >
< / li >
< li class = "chapter " data-level = "3.10.3" data-path = "apiservice.html" >
< a href = "apiservice.html" >
< b > 3.10.3.< / b >
APIService
< / a >
< / li >
< li class = "chapter " data-level = "3.10.4" data-path = "service-catalog.html" >
< a href = "service-catalog.html" >
< b > 3.10.4.< / b >
Service Catalog
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "3.11" data-path = "scheduling.html" >
< a href = "scheduling.html" >
< b > 3.11.< / b >
资源调度
< / a >
< / li >
< li class = "header" > 用户指南< / li >
< li class = "chapter " data-level = "4.1" data-path = "../guide/" >
< a href = "../guide/" >
< b > 4.1.< / b >
用户指南
< / a >
< / li >
< li class = "chapter " data-level = "4.2" data-path = "../guide/resource-configuration.html" >
< a href = "../guide/resource-configuration.html" >
< b > 4.2.< / b >
资源对象配置
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.2.1" data-path = "../guide/configure-liveness-readiness-probes.html" >
< a href = "../guide/configure-liveness-readiness-probes.html" >
< b > 4.2.1.< / b >
配置Pod的liveness和readiness探针
< / a >
< / li >
< li class = "chapter " data-level = "4.2.2" data-path = "../guide/configure-pod-service-account.html" >
< a href = "../guide/configure-pod-service-account.html" >
< b > 4.2.2.< / b >
配置Pod的Service Account
< / a >
< / li >
< li class = "chapter " data-level = "4.2.3" data-path = "../guide/secret-configuration.html" >
< a href = "../guide/secret-configuration.html" >
< b > 4.2.3.< / b >
Secret配置
< / a >
< / li >
< li class = "chapter " data-level = "4.2.4" data-path = "../guide/resource-quota-management.html" >
< a href = "../guide/resource-quota-management.html" >
< b > 4.2.4.< / b >
管理namespace中的资源配额
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.3" data-path = "../guide/command-usage.html" >
< a href = "../guide/command-usage.html" >
< b > 4.3.< / b >
命令使用
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.3.1" data-path = "../guide/docker-cli-to-kubectl.html" >
< a href = "../guide/docker-cli-to-kubectl.html" >
< b > 4.3.1.< / b >
docker用户过度到kubectl命令行指南
< / a >
< / li >
< li class = "chapter " data-level = "4.3.2" data-path = "../guide/using-kubectl.html" >
< a href = "../guide/using-kubectl.html" >
< b > 4.3.2.< / b >
kubectl命令概览
< / a >
< / li >
< li class = "chapter " data-level = "4.3.3" data-path = "../guide/kubectl-cheatsheet.html" >
< a href = "../guide/kubectl-cheatsheet.html" >
< b > 4.3.3.< / b >
kubectl命令技巧大全
< / a >
< / li >
< li class = "chapter " data-level = "4.3.4" data-path = "../guide/using-etcdctl-to-access-kubernetes-data.html" >
< a href = "../guide/using-etcdctl-to-access-kubernetes-data.html" >
< b > 4.3.4.< / b >
使用etcdctl访问kubernetes数据
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.4" data-path = "../guide/cluster-security-management.html" >
< a href = "../guide/cluster-security-management.html" >
< b > 4.4.< / b >
集群安全性管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.4.1" data-path = "../guide/managing-tls-in-a-cluster.html" >
< a href = "../guide/managing-tls-in-a-cluster.html" >
< b > 4.4.1.< / b >
管理集群中的TLS
< / a >
< / li >
< li class = "chapter " data-level = "4.4.2" data-path = "../guide/kubelet-authentication-authorization.html" >
< a href = "../guide/kubelet-authentication-authorization.html" >
< b > 4.4.2.< / b >
kubelet的认证授权
< / a >
< / li >
< li class = "chapter " data-level = "4.4.3" data-path = "../guide/tls-bootstrapping.html" >
< a href = "../guide/tls-bootstrapping.html" >
< b > 4.4.3.< / b >
TLS bootstrap
< / a >
< / li >
< li class = "chapter " data-level = "4.4.4" data-path = "../guide/kubectl-user-authentication-authorization.html" >
< a href = "../guide/kubectl-user-authentication-authorization.html" >
< b > 4.4.4.< / b >
创建用户认证授权的kubeconfig文件
< / a >
< / li >
< li class = "chapter " data-level = "4.4.5" data-path = "../guide/ip-masq-agent.html" >
< a href = "../guide/ip-masq-agent.html" >
< b > 4.4.5.< / b >
IP伪装代理
< / a >
< / li >
< li class = "chapter " data-level = "4.4.6" data-path = "../guide/auth-with-kubeconfig-or-token.html" >
< a href = "../guide/auth-with-kubeconfig-or-token.html" >
< b > 4.4.6.< / b >
使用kubeconfig或token进行用户身份认证
< / a >
< / li >
< li class = "chapter " data-level = "4.4.7" data-path = "../guide/authentication.html" >
< a href = "../guide/authentication.html" >
< b > 4.4.7.< / b >
Kubernetes中的用户与身份认证授权
< / a >
< / li >
< li class = "chapter " data-level = "4.4.8" data-path = "../guide/kubernetes-security-best-practice.html" >
< a href = "../guide/kubernetes-security-best-practice.html" >
< b > 4.4.8.< / b >
Kubernetes集群安全性配置最佳实践
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.5" data-path = "../guide/access-kubernetes-cluster.html" >
< a href = "../guide/access-kubernetes-cluster.html" >
< b > 4.5.< / b >
访问Kubernetes集群
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.5.1" data-path = "../guide/access-cluster.html" >
< a href = "../guide/access-cluster.html" >
< b > 4.5.1.< / b >
访问集群
< / a >
< / li >
< li class = "chapter " data-level = "4.5.2" data-path = "../guide/authenticate-across-clusters-kubeconfig.html" >
< a href = "../guide/authenticate-across-clusters-kubeconfig.html" >
< b > 4.5.2.< / b >
使用kubeconfig文件配置跨集群认证
< / a >
< / li >
< li class = "chapter " data-level = "4.5.3" data-path = "../guide/connecting-to-applications-port-forward.html" >
< a href = "../guide/connecting-to-applications-port-forward.html" >
< b > 4.5.3.< / b >
通过端口转发访问集群中的应用程序
< / a >
< / li >
< li class = "chapter " data-level = "4.5.4" data-path = "../guide/service-access-application-cluster.html" >
< a href = "../guide/service-access-application-cluster.html" >
< b > 4.5.4.< / b >
使用service访问群集中的应用程序
< / a >
< / li >
< li class = "chapter " data-level = "4.5.5" data-path = "../guide/accessing-kubernetes-pods-from-outside-of-the-cluster.html" >
< a href = "../guide/accessing-kubernetes-pods-from-outside-of-the-cluster.html" >
< b > 4.5.5.< / b >
从外部访问Kubernetes中的Pod
< / a >
< / li >
< li class = "chapter " data-level = "4.5.6" data-path = "../guide/cabin-mobile-dashboard-for-kubernetes.html" >
< a href = "../guide/cabin-mobile-dashboard-for-kubernetes.html" >
< b > 4.5.6.< / b >
Cabin - Kubernetes手机客户端
< / a >
< / li >
< li class = "chapter " data-level = "4.5.7" data-path = "../guide/kubernetes-desktop-client.html" >
< a href = "../guide/kubernetes-desktop-client.html" >
< b > 4.5.7.< / b >
Kubernetic - Kubernetes桌面客户端
< / a >
< / li >
< li class = "chapter " data-level = "4.5.8" data-path = "../guide/kubernator-kubernetes-ui.html" >
< a href = "../guide/kubernator-kubernetes-ui.html" >
< b > 4.5.8.< / b >
Kubernator - 更底层的Kubernetes UI
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "4.6" data-path = "../guide/application-development-deployment-flow.html" >
< a href = "../guide/application-development-deployment-flow.html" >
< b > 4.6.< / b >
在Kubernetes中开发部署应用
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "4.6.1" data-path = "../guide/deploy-applications-in-kubernetes.html" >
< a href = "../guide/deploy-applications-in-kubernetes.html" >
< b > 4.6.1.< / b >
适用于kubernetes的应用开发部署流程
< / a >
< / li >
< li class = "chapter " data-level = "4.6.2" data-path = "../guide/migrating-hadoop-yarn-to-kubernetes.html" >
< a href = "../guide/migrating-hadoop-yarn-to-kubernetes.html" >
< b > 4.6.2.< / b >
迁移传统应用到Kubernetes中——以Hadoop YARN为例
< / a >
< / li >
< li class = "chapter " data-level = "4.6.3" data-path = "../guide/using-statefulset.html" >
< a href = "../guide/using-statefulset.html" >
< b > 4.6.3.< / b >
使用StatefulSet部署用状态应用
< / a >
< / li >
< / ul >
< / li >
< li class = "header" > 最佳实践< / li >
< li class = "chapter " data-level = "5.1" data-path = "../practice/" >
< a href = "../practice/" >
< b > 5.1.< / b >
最佳实践概览
< / a >
< / li >
< li class = "chapter " data-level = "5.2" data-path = "../practice/install-kubernetes-on-centos.html" >
< a href = "../practice/install-kubernetes-on-centos.html" >
< b > 5.2.< / b >
在CentOS上部署Kubernetes集群
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.2.1" data-path = "../practice/create-tls-and-secret-key.html" >
< a href = "../practice/create-tls-and-secret-key.html" >
< b > 5.2.1.< / b >
创建TLS证书和秘钥
< / a >
< / li >
< li class = "chapter " data-level = "5.2.2" data-path = "../practice/create-kubeconfig.html" >
< a href = "../practice/create-kubeconfig.html" >
< b > 5.2.2.< / b >
创建kubeconfig文件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.3" data-path = "../practice/etcd-cluster-installation.html" >
< a href = "../practice/etcd-cluster-installation.html" >
< b > 5.2.3.< / b >
创建高可用etcd集群
< / a >
< / li >
< li class = "chapter " data-level = "5.2.4" data-path = "../practice/kubectl-installation.html" >
< a href = "../practice/kubectl-installation.html" >
< b > 5.2.4.< / b >
安装kubectl命令行工具
< / a >
< / li >
< li class = "chapter " data-level = "5.2.5" data-path = "../practice/master-installation.html" >
< a href = "../practice/master-installation.html" >
< b > 5.2.5.< / b >
部署master节点
< / a >
< / li >
< li class = "chapter " data-level = "5.2.6" data-path = "../practice/flannel-installation.html" >
< a href = "../practice/flannel-installation.html" >
< b > 5.2.6.< / b >
安装flannel网络插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.7" data-path = "../practice/node-installation.html" >
< a href = "../practice/node-installation.html" >
< b > 5.2.7.< / b >
部署node节点
< / a >
< / li >
< li class = "chapter " data-level = "5.2.8" data-path = "../practice/kubedns-addon-installation.html" >
< a href = "../practice/kubedns-addon-installation.html" >
< b > 5.2.8.< / b >
安装kubedns插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.9" data-path = "../practice/dashboard-addon-installation.html" >
< a href = "../practice/dashboard-addon-installation.html" >
< b > 5.2.9.< / b >
安装dashboard插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.10" data-path = "../practice/heapster-addon-installation.html" >
< a href = "../practice/heapster-addon-installation.html" >
< b > 5.2.10.< / b >
安装heapster插件
< / a >
< / li >
< li class = "chapter " data-level = "5.2.11" data-path = "../practice/efk-addon-installation.html" >
< a href = "../practice/efk-addon-installation.html" >
< b > 5.2.11.< / b >
安装EFK插件
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.3" data-path = "../practice/install-kubernetes-with-kubeadm.html" >
< a href = "../practice/install-kubernetes-with-kubeadm.html" >
< b > 5.3.< / b >
使用kubeadm快速构建测试集群
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.3.1" data-path = "../practice/install-kubernetes-on-ubuntu-server-16.04-with-kubeadm.html" >
< a href = "../practice/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 = "../practice/service-discovery-and-loadbalancing.html" >
< a href = "../practice/service-discovery-and-loadbalancing.html" >
< b > 5.4.< / b >
服务发现与负载均衡
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.4.1" data-path = "../practice/traefik-ingress-installation.html" >
< a href = "../practice/traefik-ingress-installation.html" >
< b > 5.4.1.< / b >
安装Traefik ingress
< / a >
< / li >
< li class = "chapter " data-level = "5.4.2" data-path = "../practice/distributed-load-test.html" >
< a href = "../practice/distributed-load-test.html" >
< b > 5.4.2.< / b >
分布式负载测试
< / a >
< / li >
< li class = "chapter " data-level = "5.4.3" data-path = "../practice/network-and-cluster-perfermance-test.html" >
< a href = "../practice/network-and-cluster-perfermance-test.html" >
< b > 5.4.3.< / b >
网络和集群性能测试
< / a >
< / li >
< li class = "chapter " data-level = "5.4.4" data-path = "../practice/edge-node-configuration.html" >
< a href = "../practice/edge-node-configuration.html" >
< b > 5.4.4.< / b >
边缘节点配置
< / a >
< / li >
< li class = "chapter " data-level = "5.4.5" data-path = "../practice/nginx-ingress-installation.html" >
< a href = "../practice/nginx-ingress-installation.html" >
< b > 5.4.5.< / b >
安装Nginx ingress
< / a >
< / li >
< li class = "chapter " data-level = "5.4.6" data-path = "../practice/dns-installation.html" >
< a href = "../practice/dns-installation.html" >
< b > 5.4.6.< / b >
安装配置DNS
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.4.6.1" data-path = "../practice/configuring-dns.html" >
< a href = "../practice/configuring-dns.html" >
< b > 5.4.6.1.< / b >
安装配置Kube-dns
< / a >
< / li >
< li class = "chapter " data-level = "5.4.6.2" data-path = "../practice/coredns.html" >
< a href = "../practice/coredns.html" >
< b > 5.4.6.2.< / b >
安装配置CoreDNS
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.5" data-path = "../practice/operation.html" >
< a href = "../practice/operation.html" >
< b > 5.5.< / b >
运维管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.5.1" data-path = "../practice/master-ha.html" >
< a href = "../practice/master-ha.html" >
< b > 5.5.1.< / b >
Master节点高可用
< / a >
< / li >
< li class = "chapter " data-level = "5.5.2" data-path = "../practice/service-rolling-update.html" >
< a href = "../practice/service-rolling-update.html" >
< b > 5.5.2.< / b >
服务滚动升级
< / a >
< / li >
< li class = "chapter " data-level = "5.5.3" data-path = "../practice/app-log-collection.html" >
< a href = "../practice/app-log-collection.html" >
< b > 5.5.3.< / b >
应用日志收集
< / a >
< / li >
< li class = "chapter " data-level = "5.5.4" data-path = "../practice/configuration-best-practice.html" >
< a href = "../practice/configuration-best-practice.html" >
< b > 5.5.4.< / b >
配置最佳实践
< / a >
< / li >
< li class = "chapter " data-level = "5.5.5" data-path = "../practice/monitor.html" >
< a href = "../practice/monitor.html" >
< b > 5.5.5.< / b >
集群及应用监控
< / a >
< / li >
< li class = "chapter " data-level = "5.5.6" data-path = "../practice/data-persistence-problem.html" >
< a href = "../practice/data-persistence-problem.html" >
< b > 5.5.6.< / b >
数据持久化问题
< / a >
< / li >
< li class = "chapter " data-level = "5.5.7" data-path = "../practice/manage-compute-resources-container.html" >
< a href = "../practice/manage-compute-resources-container.html" >
< b > 5.5.7.< / b >
管理容器的计算资源
< / a >
< / li >
< li class = "chapter " data-level = "5.5.8" data-path = "../practice/federation.html" >
< a href = "../practice/federation.html" >
< b > 5.5.8.< / b >
集群联邦
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.6" data-path = "../practice/storage.html" >
< a href = "../practice/storage.html" >
< b > 5.6.< / b >
存储管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.1" data-path = "../practice/glusterfs.html" >
< a href = "../practice/glusterfs.html" >
< b > 5.6.1.< / b >
GlusterFS
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.1.1" data-path = "../practice/using-glusterfs-for-persistent-storage.html" >
< a href = "../practice/using-glusterfs-for-persistent-storage.html" >
< b > 5.6.1.1.< / b >
使用GlusterFS做持久化存储
< / a >
< / li >
< li class = "chapter " data-level = "5.6.1.2" data-path = "../practice/using-heketi-gluster-for-persistent-storage.html" >
< a href = "../practice/using-heketi-gluster-for-persistent-storage.html" >
< b > 5.6.1.2.< / b >
使用Heketi作为kubernetes的持久存储GlusterFS的external provisioner
< / a >
< / li >
< li class = "chapter " data-level = "5.6.1.3" data-path = "../practice/storage-for-containers-using-glusterfs-with-openshift.html" >
< a href = "../practice/storage-for-containers-using-glusterfs-with-openshift.html" >
< b > 5.6.1.3.< / b >
在OpenShift中使用GlusterFS做持久化存储
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.6.2" data-path = "../practice/glusterd-2.0.html" >
< a href = "../practice/glusterd-2.0.html" >
< b > 5.6.2.< / b >
GlusterD-2.0
< / a >
< / li >
< li class = "chapter " data-level = "5.6.3" data-path = "../practice/ceph.html" >
< a href = "../practice/ceph.html" >
< b > 5.6.3.< / b >
Ceph
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.3.1" data-path = "../practice/ceph-helm-install-guide-zh.html" >
< a href = "../practice/ceph-helm-install-guide-zh.html" >
< b > 5.6.3.1.< / b >
用Helm托管安装Ceph集群并提供后端存储
< / a >
< / li >
< li class = "chapter " data-level = "5.6.3.2" data-path = "../practice/using-ceph-for-persistent-storage.html" >
< a href = "../practice/using-ceph-for-persistent-storage.html" >
< b > 5.6.3.2.< / b >
使用Ceph做持久化存储
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.6.4" data-path = "../practice/openebs.html" >
< a href = "../practice/openebs.html" >
< b > 5.6.4.< / b >
OpenEBS
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.4.1" data-path = "../practice/using-openebs-for-persistent-storage.html" >
< a href = "../practice/using-openebs-for-persistent-storage.html" >
< b > 5.6.4.1.< / b >
使用OpenEBS做持久化存储
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.6.5" data-path = "../practice/rook.html" >
< a href = "../practice/rook.html" >
< b > 5.6.5.< / b >
Rook
< / a >
< / li >
< li class = "chapter " data-level = "5.6.6" data-path = "../practice/nfs.html" >
< a href = "../practice/nfs.html" >
< b > 5.6.6.< / b >
NFS
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.6.6.1" data-path = "../practice/using-nfs-for-persistent-storage.html" >
< a href = "../practice/using-nfs-for-persistent-storage.html" >
< b > 5.6.6.1.< / b >
利用NFS动态提供Kubernetes后端存储卷
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.7" data-path = "../practice/monitoring.html" >
< a href = "../practice/monitoring.html" >
< b > 5.7.< / b >
集群与应用监控
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.7.1" data-path = "../practice/heapster.html" >
< a href = "../practice/heapster.html" >
< b > 5.7.1.< / b >
Heapster
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.7.1.1" data-path = "../practice/using-heapster-to-get-object-metrics.html" >
< a href = "../practice/using-heapster-to-get-object-metrics.html" >
< b > 5.7.1.1.< / b >
使用Heapster获取集群和对象的metric数据
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.7.2" data-path = "../practice/prometheus.html" >
< a href = "../practice/prometheus.html" >
< b > 5.7.2.< / b >
Prometheus
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.7.2.1" data-path = "../practice/using-prometheus-to-monitor-kuberentes-cluster.html" >
< a href = "../practice/using-prometheus-to-monitor-kuberentes-cluster.html" >
< b > 5.7.2.1.< / b >
使用Prometheus监控kubernetes集群
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.7.3" data-path = "../practice/vistio-visualize-your-istio-mesh.html" >
< a href = "../practice/vistio-visualize-your-istio-mesh.html" >
< b > 5.7.3.< / b >
使用Vistio监控Istio服务网格中的流量
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.8" data-path = "../practice/services-management-tool.html" >
< a href = "../practice/services-management-tool.html" >
< b > 5.8.< / b >
服务编排管理
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.8.1" data-path = "../practice/helm.html" >
< a href = "../practice/helm.html" >
< b > 5.8.1.< / b >
使用Helm管理kubernetes应用
< / a >
< / li >
< li class = "chapter " data-level = "5.8.2" data-path = "../practice/create-private-charts-repo.html" >
< a href = "../practice/create-private-charts-repo.html" >
< b > 5.8.2.< / b >
构建私有Chart仓库
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.9" data-path = "../practice/ci-cd.html" >
< a href = "../practice/ci-cd.html" >
< b > 5.9.< / b >
持续集成与发布
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.9.1" data-path = "../practice/jenkins-ci-cd.html" >
< a href = "../practice/jenkins-ci-cd.html" >
< b > 5.9.1.< / b >
使用Jenkins进行持续集成与发布
< / a >
< / li >
< li class = "chapter " data-level = "5.9.2" data-path = "../practice/drone-ci-cd.html" >
< a href = "../practice/drone-ci-cd.html" >
< b > 5.9.2.< / b >
使用Drone进行持续集成与发布
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "5.10" data-path = "../practice/update-and-upgrade.html" >
< a href = "../practice/update-and-upgrade.html" >
< b > 5.10.< / b >
更新与升级
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "5.10.1" data-path = "../practice/manually-upgrade.html" >
< a href = "../practice/manually-upgrade.html" >
< b > 5.10.1.< / b >
手动升级Kubernetes集群
< / a >
< / li >
< li class = "chapter " data-level = "5.10.2" data-path = "../practice/dashboard-upgrade.html" >
< a href = "../practice/dashboard-upgrade.html" >
< b > 5.10.2.< / b >
升级dashboard
< / a >
< / li >
< / ul >
< / li >
< li class = "header" > 领域应用< / li >
< li class = "chapter " data-level = "6.1" data-path = "../usecases/" >
< a href = "../usecases/" >
< b > 6.1.< / b >
领域应用概览
< / a >
< / li >
< li class = "chapter " data-level = "6.2" data-path = "../usecases/microservices.html" >
< a href = "../usecases/microservices.html" >
< b > 6.2.< / b >
微服务架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.2.1" data-path = "../usecases/service-discovery-in-microservices.html" >
< a href = "../usecases/service-discovery-in-microservices.html" >
< b > 6.2.1.< / b >
微服务中的服务发现
< / a >
< / li >
< li class = "chapter " data-level = "6.2.2" data-path = "../usecases/microservices-for-java-developers.html" >
< a href = "../usecases/microservices-for-java-developers.html" >
< b > 6.2.2.< / b >
使用Java构建微服务并发布到Kubernetes平台
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.2.2.1" data-path = "../usecases/spring-boot-quick-start-guide.html" >
< a href = "../usecases/spring-boot-quick-start-guide.html" >
< b > 6.2.2.1.< / b >
Spring Boot快速开始指南
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.3" data-path = "../usecases/service-mesh.html" >
< a href = "../usecases/service-mesh.html" >
< b > 6.3.< / b >
Service Mesh 服务网格
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.1" data-path = "../usecases/the-enterprise-path-to-service-mesh-architectures.html" >
2018-07-08 19:42:31 +08:00
2018-08-20 19:31:01 +08:00
< a href = "../usecases/the-enterprise-path-to-service-mesh-architectures.html" >
2018-07-08 19:42:31 +08:00
< b > 6.3.1.< / b >
2018-08-20 19:31:01 +08:00
企业级服务网格架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.3.1.1" data-path = "../usecases/service-mesh-fundamental.html" >
< a href = "../usecases/service-mesh-fundamental.html" >
< b > 6.3.1.1.< / b >
Service Mesh基础
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.2" data-path = "../usecases/comparing-service-mesh-technologies.html" >
< a href = "../usecases/comparing-service-mesh-technologies.html" >
< b > 6.3.1.2.< / b >
Service Mesh技术对比
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.3" data-path = "../usecases/service-mesh-adoption-and-evolution.html" >
< a href = "../usecases/service-mesh-adoption-and-evolution.html" >
< b > 6.3.1.3.< / b >
采纳和演进
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.4" data-path = "../usecases/service-mesh-customization-and-integration.html" >
< a href = "../usecases/service-mesh-customization-and-integration.html" >
< b > 6.3.1.4.< / b >
定制和集成
< / a >
< / li >
< li class = "chapter " data-level = "6.3.1.5" data-path = "../usecases/service-mesh-conclusion.html" >
< a href = "../usecases/service-mesh-conclusion.html" >
< b > 6.3.1.5.< / b >
总结
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.3.2" data-path = "../usecases/istio.html" >
< a href = "../usecases/istio.html" >
< b > 6.3.2.< / b >
2018-07-08 19:42:31 +08:00
Istio
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.1" data-path = "../usecases/istio-installation.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/istio-installation.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.1.< / b >
2018-07-08 19:42:31 +08:00
安装并试用Istio service mesh
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.2" data-path = "../usecases/configuring-request-routing.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/configuring-request-routing.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.2.< / b >
2018-07-08 19:42:31 +08:00
配置请求的路由规则
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.3" data-path = "../usecases/install-and-expand-istio-mesh.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/install-and-expand-istio-mesh.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.3.< / b >
2018-07-08 19:42:31 +08:00
安装和拓展Istio service mesh
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.4" data-path = "../usecases/integrating-vms.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/integrating-vms.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.4.< / b >
2018-07-08 19:42:31 +08:00
集成虚拟机
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.5" data-path = "../usecases/sidecar-spec-in-istio.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/sidecar-spec-in-istio.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.5.< / b >
2018-07-08 19:42:31 +08:00
Istio中sidecar的注入规范及示例
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.6" data-path = "../usecases/istio-community-tips.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/istio-community-tips.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.6.< / b >
2018-07-08 19:42:31 +08:00
如何参与Istio社区及注意事项
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.2.7" data-path = "../usecases/istio-tutorial.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/istio-tutorial.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.2.7.< / b >
2018-07-08 19:42:31 +08:00
2018-08-06 20:34:10 +08:00
Istio教程
2018-07-08 19:42:31 +08:00
< / a >
2018-08-29 16:29:18 +08:00
< / li >
< li class = "chapter " data-level = "6.3.2.8" data-path = "../usecases/istio-tutorials-collection.html" >
< a href = "../usecases/istio-tutorials-collection.html" >
< b > 6.3.2.8.< / b >
Istio免费学习资源汇总
< / a >
2018-09-17 11:49:14 +08:00
< / li >
< li class = "chapter " data-level = "6.3.2.9" data-path = "../usecases/understand-sidecar-injection-and-traffic-hijack-in-istio-service-mesh.html" >
< a href = "../usecases/understand-sidecar-injection-and-traffic-hijack-in-istio-service-mesh.html" >
< b > 6.3.2.9.< / b >
深入理解Istio中的Sidecar注入与流量劫持
< / a >
2018-07-08 19:42:31 +08:00
< / li >
< / ul >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.3" data-path = "../usecases/linkerd.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/linkerd.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.3.< / b >
2018-07-08 19:42:31 +08:00
Linkerd
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.3.1" data-path = "../usecases/linkerd-user-guide.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/linkerd-user-guide.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.3.1.< / b >
2018-07-08 19:42:31 +08:00
Linkerd 使用指南
< / a >
< / li >
< / ul >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.4" data-path = "../usecases/conduit.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/conduit.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.4.< / b >
2018-07-08 19:42:31 +08:00
Conduit
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.4.1" data-path = "../usecases/conduit-overview.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/conduit-overview.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.4.1.< / b >
2018-07-08 19:42:31 +08:00
Condiut概览
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.4.2" data-path = "../usecases/conduit-installation.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/conduit-installation.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.4.2.< / b >
2018-07-08 19:42:31 +08:00
安装Conduit
< / a >
< / li >
< / ul >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5" data-path = "../usecases/envoy.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/envoy.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.< / b >
2018-07-08 19:42:31 +08:00
Envoy
< / a >
< ul class = "articles" >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5.1" data-path = "../usecases/envoy-terminology.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/envoy-terminology.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.1.< / b >
2018-07-08 19:42:31 +08:00
Envoy的架构与基本术语
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5.2" data-path = "../usecases/envoy-front-proxy.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/envoy-front-proxy.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.2.< / b >
2018-07-08 19:42:31 +08:00
Envoy作为前端代理
< / a >
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.5.3" data-path = "../usecases/envoy-mesh-in-kubernetes-tutorial.html" >
2018-07-08 19:42:31 +08:00
< a href = "../usecases/envoy-mesh-in-kubernetes-tutorial.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.5.3.< / b >
2018-07-08 19:42:31 +08:00
Envoy mesh教程
< / a >
< / li >
< / ul >
2018-07-17 11:17:05 +08:00
< / li >
2018-08-20 19:31:01 +08:00
< li class = "chapter " data-level = "6.3.6" data-path = "../usecases/sofamesh.html" >
2018-07-17 11:17:05 +08:00
< a href = "../usecases/sofamesh.html" >
2018-08-20 19:31:01 +08:00
< b > 6.3.6.< / b >
2018-07-17 11:17:05 +08:00
SOFAMesh
< / a >
2018-09-19 21:42:26 +08:00
< ul class = "articles" >
< li class = "chapter " data-level = "6.3.6.1" data-path = "../usecases/dubbo-on-x-protocol-in-sofa-mesh.html" >
< a href = "../usecases/dubbo-on-x-protocol-in-sofa-mesh.html" >
< b > 6.3.6.1.< / b >
SOFAMesh中的Dubbo on x-protocol
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.3.7" data-path = "../usecases/sofamosn.html" >
< a href = "../usecases/sofamosn.html" >
< b > 6.3.7.< / b >
SOFAMosn
< / a >
2018-07-08 19:42:31 +08:00
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.4" data-path = "../usecases/big-data.html" >
< a href = "../usecases/big-data.html" >
< b > 6.4.< / b >
大数据
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.4.1" data-path = "../usecases/spark-standalone-on-kubernetes.html" >
< a href = "../usecases/spark-standalone-on-kubernetes.html" >
< b > 6.4.1.< / b >
Spark standalone on Kubernetes
< / a >
< / li >
< li class = "chapter " data-level = "6.4.2" data-path = "../usecases/running-spark-with-kubernetes-native-scheduler.html" >
< a href = "../usecases/running-spark-with-kubernetes-native-scheduler.html" >
< b > 6.4.2.< / b >
运行支持Kubernetes原生调度的Spark程序
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.5" data-path = "../usecases/serverless.html" >
< a href = "../usecases/serverless.html" >
< b > 6.5.< / b >
Serverless架构
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.5.1" data-path = "../usecases/understanding-serverless.html" >
< a href = "../usecases/understanding-serverless.html" >
< b > 6.5.1.< / b >
理解Serverless
< / a >
< / li >
< li class = "chapter " data-level = "6.5.2" data-path = "../usecases/faas.html" >
< a href = "../usecases/faas.html" >
< b > 6.5.2.< / b >
FaaS-函数即服务
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "6.5.2.1" data-path = "../usecases/openfaas-quick-start.html" >
< a href = "../usecases/openfaas-quick-start.html" >
< b > 6.5.2.1.< / b >
OpenFaaS快速入门指南
< / a >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "6.6" data-path = "../usecases/edge-computing.html" >
< a href = "../usecases/edge-computing.html" >
< b > 6.6.< / b >
边缘计算
< / a >
< / li >
< li class = "chapter " data-level = "6.7" data-path = "../usecases/ai.html" >
< a href = "../usecases/ai.html" >
< b > 6.7.< / b >
人工智能
< / a >
< / li >
< li class = "header" > 开发指南< / li >
< li class = "chapter " data-level = "7.1" data-path = "../develop/" >
< a href = "../develop/" >
< b > 7.1.< / b >
开发指南概览
< / a >
< / li >
< li class = "chapter " data-level = "7.2" data-path = "../develop/sigs-and-working-group.html" >
< a href = "../develop/sigs-and-working-group.html" >
< b > 7.2.< / b >
SIG和工作组
< / a >
< / li >
< li class = "chapter " data-level = "7.3" data-path = "../develop/developing-environment.html" >
< a href = "../develop/developing-environment.html" >
< b > 7.3.< / b >
开发环境搭建
< / a >
< / li >
< li class = "chapter " data-level = "7.4" data-path = "../develop/using-vagrant-and-virtualbox-for-development.html" >
< a href = "../develop/using-vagrant-and-virtualbox-for-development.html" >
< b > 7.4.< / b >
本地分布式开发环境搭建( 使用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 >
单元测试和集成测试
< / a >
< / li >
< li class = "chapter " data-level = "7.6" data-path = "../develop/client-go-sample.html" >
< a href = "../develop/client-go-sample.html" >
< b > 7.6.< / b >
client-go示例
< / a >
< / li >
< li class = "chapter " data-level = "7.7" data-path = "../develop/operator.html" >
< a href = "../develop/operator.html" >
< b > 7.7.< / b >
Operator
< / a >
< / li >
< li class = "chapter " data-level = "7.8" data-path = "../develop/operator-sdk.html" >
< a href = "../develop/operator-sdk.html" >
< b > 7.8.< / b >
operator-sdk
< / a >
< / li >
< li class = "chapter " data-level = "7.9" data-path = "../develop/advance-developer.html" >
< a href = "../develop/advance-developer.html" >
< b > 7.9.< / b >
高级开发指南
< / a >
< / li >
< li class = "chapter " data-level = "7.10" data-path = "../develop/contribute.html" >
< a href = "../develop/contribute.html" >
< b > 7.10.< / b >
社区贡献
< / a >
< / li >
< li class = "chapter " data-level = "7.11" data-path = "../develop/minikube.html" >
< a href = "../develop/minikube.html" >
< b > 7.11.< / b >
Minikube
< / a >
< / li >
< li class = "header" > 附录< / li >
< li class = "chapter " data-level = "8.1" data-path = "../appendix/" >
< a href = "../appendix/" >
< b > 8.1.< / b >
附录说明
< / a >
< / li >
< li class = "chapter " data-level = "8.2" data-path = "../appendix/debug-kubernetes-services.html" >
< a href = "../appendix/debug-kubernetes-services.html" >
< b > 8.2.< / b >
Kubernetes中的应用故障排查
< / a >
< / li >
< li class = "chapter " data-level = "8.3" data-path = "../appendix/material-share.html" >
< a href = "../appendix/material-share.html" >
< b > 8.3.< / b >
Kubernetes相关资讯和情报链接
< / a >
< / li >
< li class = "chapter " data-level = "8.4" data-path = "../appendix/docker-best-practice.html" >
< a href = "../appendix/docker-best-practice.html" >
< b > 8.4.< / b >
Docker最佳实践
< / a >
< / li >
< li class = "chapter " data-level = "8.5" data-path = "../appendix/tricks.html" >
< a href = "../appendix/tricks.html" >
< b > 8.5.< / b >
使用技巧
< / a >
< / li >
< li class = "chapter " data-level = "8.6" data-path = "../appendix/issues.html" >
< a href = "../appendix/issues.html" >
< b > 8.6.< / b >
问题记录
< / a >
< / li >
< li class = "chapter " data-level = "8.7" data-path = "../appendix/kubernetes-changelog.html" >
< a href = "../appendix/kubernetes-changelog.html" >
< b > 8.7.< / b >
Kubernetes版本更新日志
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "8.7.1" data-path = "../appendix/kubernetes-1.7-changelog.html" >
< a href = "../appendix/kubernetes-1.7-changelog.html" >
< b > 8.7.1.< / b >
Kubernetes1.7更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.2" data-path = "../appendix/kubernetes-1.8-changelog.html" >
< a href = "../appendix/kubernetes-1.8-changelog.html" >
< b > 8.7.2.< / b >
Kubernetes1.8更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.3" data-path = "../appendix/kubernetes-1.9-changelog.html" >
< a href = "../appendix/kubernetes-1.9-changelog.html" >
< b > 8.7.3.< / b >
Kubernetes1.9更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.4" data-path = "../appendix/kubernetes-1.10-changelog.html" >
< a href = "../appendix/kubernetes-1.10-changelog.html" >
< b > 8.7.4.< / b >
Kubernetes1.10更新日志
< / a >
< / li >
< li class = "chapter " data-level = "8.7.5" data-path = "../appendix/kubernetes-1.11-changelog.html" >
< a href = "../appendix/kubernetes-1.11-changelog.html" >
< b > 8.7.5.< / b >
Kubernetes1.11更新日志
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "8.8" data-path = "../appendix/summary-and-outlook.html" >
< a href = "../appendix/summary-and-outlook.html" >
< b > 8.8.< / b >
Kubernetes及云原生年度总结及展望
< / a >
< ul class = "articles" >
< li class = "chapter " data-level = "8.8.1" data-path = "../appendix/kubernetes-and-cloud-native-summary-in-2017-and-outlook-for-2018.html" >
< a href = "../appendix/kubernetes-and-cloud-native-summary-in-2017-and-outlook-for-2018.html" >
< b > 8.8.1.< / b >
Kubernetes与云原生2017年年终总结及2018年展望
< / a >
< / li >
< / ul >
< / li >
< li class = "chapter " data-level = "8.9" data-path = "../appendix/about-kcsp.html" >
< a href = "../appendix/about-kcsp.html" >
< b > 8.9.< / b >
Kubernetes认证服务提供商( KCSP) 说明
< / a >
< / li >
< li class = "chapter " data-level = "8.10" data-path = "../appendix/about-cka-candidate.html" >
< a href = "../appendix/about-cka-candidate.html" >
< b > 8.10.< / b >
认证Kubernetes管理员( CKA) 说明
< / a >
< / li >
< li class = "divider" > < / li >
< li >
< a href = "https://www.gitbook.com" target = "blank" class = "gitbook-link" >
本书使用 GitBook 发布
< / a >
< / li >
< / ul >
< / nav >
< / div >
< div class = "book-body" >
< div class = "body-inner" >
< div class = "book-header" role = "navigation" >
<!-- Title -->
< h1 >
< i class = "fa fa-circle-o-notch fa-spin" > < / i >
< a href = ".." > Kubernetes中的网络解析——以flannel为例< / a >
< / h1 >
< / div >
< div class = "page-wrapper" tabindex = "-1" role = "main" >
< div class = "page-inner" >
< div class = "search-plus" id = "book-search-results" >
< div class = "search-noresults" >
< section class = "normal markdown-section" >
< h3 id = "kubernetes中的网络解析——以flannel为例" > Kubernetes中 的 网 络 解 析 — — 以 flannel为 例 < / h3 >
< p > 我 们 当 初 使 用 < a href = "https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster" target = "_blank" > kubernetes-vagrant-centos-cluster< / a > 安 装 了 拥 有 三 个 节 点 的 kubernetes集 群 , 节 点 的 状 态 如 下 所 述 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # kubectl get nodes -o wide< / span >
NAME STATUS ROLES AGE VERSION EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
node1 Ready < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 2d v1.9.1 < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > CentOS Linux 7 < span class = "token punctuation" > (< / span > Core< span class = "token punctuation" > )< / span > 3.10.0-693.11.6.el7.x86_64 docker://1.12.6
node2 Ready < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 2d v1.9.1 < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > CentOS Linux 7 < span class = "token punctuation" > (< / span > Core< span class = "token punctuation" > )< / span > 3.10.0-693.11.6.el7.x86_64 docker://1.12.6
node3 Ready < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > 2d v1.9.1 < span class = "token operator" > < < / span > none< span class = "token operator" > > < / span > CentOS Linux 7 < span class = "token punctuation" > (< / span > Core< span class = "token punctuation" > )< / span > 3.10.0-693.11.6.el7.x86_64 docker://1.12.6
< / code > < / pre >
< p > 当 前 Kubernetes集 群 中 运 行 的 所 有 Pod信 息 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # kubectl get pods --all-namespaces -o wide< / span >
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE
kube-system coredns-5984fb8cbb-sjqv9 1/1 Running 0 1h 172.33.68.2 node1
kube-system coredns-5984fb8cbb-tkfrc 1/1 Running 1 1h 172.33.96.3 node3
kube-system heapster-v1.5.0-684c7f9488-z6sdz 4/4 Running 0 1h 172.33.31.3 node2
kube-system kubernetes-dashboard-6b66b8b96c-mnm2c 1/1 Running 0 1h 172.33.31.2 node2
kube-system monitoring-influxdb-grafana-v4-54b7854697-tw9cd 2/2 Running 2 1h 172.33.96.2 node3
< / code > < / pre >
< p > 当 前 etcd中 的 注 册 的 宿 主 机 的 pod地 址 网 段 信 息 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # etcdctl ls /kube-centos/network/subnets< / span >
/kube-centos/network/subnets/172.33.68.0-24
/kube-centos/network/subnets/172.33.31.0-24
/kube-centos/network/subnets/172.33.96.0-24
< / code > < / pre >
< p > 而 每 个 node上 的 Pod子 网 是 根 据 我 们 在 安 装 flannel时 配 置 来 划 分 的 , 在 etcd中 查 看 该 配 置 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # etcdctl get /kube-centos/network/config< / span >
< span class = "token punctuation" > {< / span > < span class = "token string" > " Network" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 172.33.0.0/16" < / span > ,< span class = "token string" > " SubnetLen" < / span > :24,< span class = "token string" > " Backend" < / span > :< span class = "token punctuation" > {< / span > < span class = "token string" > " Type" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " host-gw" < / span > < span class = "token punctuation" > }< / span > < span class = "token punctuation" > }< / span >
< / code > < / pre >
< p > 我 们 知 道 Kubernetes集 群 内 部 存 在 三 类 IP, 分 别 是 : < / p >
< ul >
< li > Node IP: 宿 主 机 的 IP地 址 < / li >
< li > Pod IP: 使 用 网 络 插 件 创 建 的 IP( 如 flannel) , 使 跨 主 机 的 Pod可 以 互 通 < / li >
< li > Cluster IP: 虚 拟 IP, 通 过 iptables规 则 访 问 服 务 < / li >
< / ul >
< p > 在 安 装 node节 点 的 时 候 , 节 点 上 的 进 程 是 按 照 flannel -> docker -> kubelet -> kube-proxy的 顺 序 启 动 的 , 我 们 下 面 也 会 按 照 该 顺 序 来 讲 解 , flannel的 网 络 划 分 和 如 何 与 docker交 互 , 如 何 通 过 iptables访 问 service。 < / p >
< h3 id = "flannel" > Flannel< / h3 >
< p > Flannel是 作 为 一 个 二 进 制 文 件 的 方 式 部 署 在 每 个 node上 , 主 要 实 现 两 个 功 能 : < / p >
< ul >
< li > 为 每 个 node分 配 subnet, 容 器 将 自 动 从 该 子 网 中 获 取 IP地 址 < / li >
< li > 当 有 node加 入 到 网 络 中 时 , 为 每 个 node增 加 路 由 配 置 < / li >
< / ul >
< p > 下 面 是 使 用 < code > host-gw< / code > backend的 flannel网 络 架 构 图 : < / p >
< figure id = "fig3.2.1.1" > < img src = "../images/flannel-networking.png" alt = "flannel网络架构(图片来自openshift)" > < figcaption > 图 片 - flannel网 络 架 构 ( 图 片 来 自 openshift) < / figcaption > < / figure >
< p > < strong > 注 意 < / strong > : 以 上 IP非 本 示 例 中 的 IP, 但 是 不 影 响 读 者 理 解 。 < / p >
< p > Node1上 的 flannel配 置 如 下 :< / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # cat /usr/lib/systemd/system/flanneld.service< / span >
< span class = "token punctuation" > [< / span > Unit< span class = "token punctuation" > ]< / span >
Description< span class = "token operator" > =< / span > Flanneld overlay address etcd agent
After< span class = "token operator" > =< / span > network.target
After< span class = "token operator" > =< / span > network-online.target
Wants< span class = "token operator" > =< / span > network-online.target
After< span class = "token operator" > =< / span > etcd.service
Before< span class = "token operator" > =< / span > docker.service
< span class = "token punctuation" > [< / span > Service< span class = "token punctuation" > ]< / span >
Type< span class = "token operator" > =< / span > notify
EnvironmentFile< span class = "token operator" > =< / span > /etc/sysconfig/flanneld
EnvironmentFile< span class = "token operator" > =< / span > -/etc/sysconfig/docker-network
ExecStart< span class = "token operator" > =< / span > /usr/bin/flanneld-start < span class = "token variable" > $FLANNEL_OPTIONS< / span >
ExecStartPost< span class = "token operator" > =< / span > /usr/libexec/flannel/mk-docker-opts.sh -k DOCKER_NETWORK_OPTIONS -d /run/flannel/docker
Restart< span class = "token operator" > =< / span > on-failure
< span class = "token punctuation" > [< / span > Install< span class = "token punctuation" > ]< / span >
WantedBy< span class = "token operator" > =< / span > multi-user.target
RequiredBy< span class = "token operator" > =< / span > docker.service
< / code > < / pre >
< p > 其 中 有 两 个 环 境 变 量 文 件 的 配 置 如 下 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # cat /etc/sysconfig/flanneld< / span >
< span class = "token comment" spellcheck = "true" > # Flanneld configuration options< / span >
FLANNEL_ETCD_ENDPOINTS< span class = "token operator" > =< / span > < span class = "token string" > " http://172.17.8.101:2379" < / span >
FLANNEL_ETCD_PREFIX< span class = "token operator" > =< / span > < span class = "token string" > " /kube-centos/network" < / span >
FLANNEL_OPTIONS< span class = "token operator" > =< / span > < span class = "token string" > " -iface=eth2" < / span >
< / code > < / pre >
< p > 上 面 的 配 置 文 件 仅 供 flanneld使 用 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # cat /etc/sysconfig/docker-network< / span >
< span class = "token comment" spellcheck = "true" > # /etc/sysconfig/docker-network< / span >
DOCKER_NETWORK_OPTIONS< span class = "token operator" > =< / span >
< / code > < / pre >
< p > 还 有 一 个 < code > ExecStartPost=/usr/libexec/flannel/mk-docker-opts.sh -k DOCKER_NETWORK_OPTIONS -d /run/flannel/docker< / code > , 其 中 的 < code > /usr/libexec/flannel/mk-docker-opts.sh< / code > 脚 本 是 在 flanneld启 动 后 运 行 , 将 会 生 成 两 个 环 境 变 量 配 置 文 件 : < / p >
< ul >
< li > /run/flannel/docker< / li >
< li > /run/flannel/subnet.env< / li >
< / ul >
< p > 我 们 再 来 看 下 < code > /run/flannel/docker< / code > 的 配 置 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # cat /run/flannel/docker< / span >
DOCKER_OPT_BIP< span class = "token operator" > =< / span > < span class = "token string" > " --bip=172.33.68.1/24" < / span >
DOCKER_OPT_IPMASQ< span class = "token operator" > =< / span > < span class = "token string" > " --ip-masq=true" < / span >
DOCKER_OPT_MTU< span class = "token operator" > =< / span > < span class = "token string" > " --mtu=1500" < / span >
DOCKER_NETWORK_OPTIONS< span class = "token operator" > =< / span > < span class = "token string" > " --bip=172.33.68.1/24 --ip-masq=true --mtu=1500" < / span >
< / code > < / pre >
< p > 如 果 你 使 用 < code > systemctl< / code > 命 令 先 启 动 flannel后 启 动 docker的 话 , docker将 会 读 取 以 上 环 境 变 量 。 < / p >
< p > 我 们 再 来 看 下 < code > /run/flannel/subnet.env< / code > 的 配 置 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # cat /run/flannel/subnet.env< / span >
FLANNEL_NETWORK< span class = "token operator" > =< / span > 172.33.0.0/16
FLANNEL_SUBNET< span class = "token operator" > =< / span > 172.33.68.1/24
FLANNEL_MTU< span class = "token operator" > =< / span > 1500
FLANNEL_IPMASQ< span class = "token operator" > =< / span > false
< / code > < / pre >
< p > 以 上 环 境 变 量 是 flannel向 etcd中 注 册 的 。 < / p >
< h3 id = "docker" > Docker< / h3 >
< p > Node1的 docker配 置 如 下 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # cat /usr/lib/systemd/system/docker.service< / span >
< span class = "token punctuation" > [< / span > Unit< span class = "token punctuation" > ]< / span >
Description< span class = "token operator" > =< / span > Docker Application Container Engine
Documentation< span class = "token operator" > =< / span > http://docs.docker.com
After< span class = "token operator" > =< / span > network.target rhel-push-plugin.socket registries.service
Wants< span class = "token operator" > =< / span > docker-storage-setup.service
Requires< span class = "token operator" > =< / span > docker-cleanup.timer
< span class = "token punctuation" > [< / span > Service< span class = "token punctuation" > ]< / span >
Type< span class = "token operator" > =< / span > notify
NotifyAccess< span class = "token operator" > =< / span > all
EnvironmentFile< span class = "token operator" > =< / span > -/run/containers/registries.conf
EnvironmentFile< span class = "token operator" > =< / span > -/etc/sysconfig/docker
EnvironmentFile< span class = "token operator" > =< / span > -/etc/sysconfig/docker-storage
EnvironmentFile< span class = "token operator" > =< / span > -/etc/sysconfig/docker-network
Environment< span class = "token operator" > =< / span > GOTRACEBACK< span class = "token operator" > =< / span > crash
Environment< span class = "token operator" > =< / span > DOCKER_HTTP_HOST_COMPAT< span class = "token operator" > =< / span > 1
Environment< span class = "token operator" > =< / span > PATH< span class = "token operator" > =< / span > /usr/libexec/docker:/usr/bin:/usr/sbin
ExecStart< span class = "token operator" > =< / span > /usr/bin/dockerd-current \
--add-runtime docker-runc< span class = "token operator" > =< / span > /usr/libexec/docker/docker-runc-current \
--default-runtime< span class = "token operator" > =< / span > docker-runc \
--exec-opt native.cgroupdriver< span class = "token operator" > =< / span > systemd \
--userland-proxy-path< span class = "token operator" > =< / span > /usr/libexec/docker/docker-proxy-current \
< span class = "token variable" > $OPTIONS< / span > \
< span class = "token variable" > $DOCKER_STORAGE_OPTIONS< / span > \
< span class = "token variable" > $DOCKER_NETWORK_OPTIONS< / span > \
< span class = "token variable" > $ADD_REGISTRY< / span > \
< span class = "token variable" > $BLOCK_REGISTRY< / span > \
< span class = "token variable" > $INSECURE_REGISTRY< / span > \
< span class = "token variable" > $REGISTRIES< / span >
ExecReload< span class = "token operator" > =< / span > /bin/kill -s HUP < span class = "token variable" > $MAINPID< / span >
LimitNOFILE< span class = "token operator" > =< / span > 1048576
LimitNPROC< span class = "token operator" > =< / span > 1048576
LimitCORE< span class = "token operator" > =< / span > infinity
TimeoutStartSec< span class = "token operator" > =< / span > 0
Restart< span class = "token operator" > =< / span > on-abnormal
MountFlags< span class = "token operator" > =< / span > slave
KillMode< span class = "token operator" > =< / span > process
< span class = "token punctuation" > [< / span > Install< span class = "token punctuation" > ]< / span >
WantedBy< span class = "token operator" > =< / span > multi-user.target
< / code > < / pre >
< p > 查 看 Node1上 的 docker启 动 参 数 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # systemctl status -l docker< / span >
● docker.service - Docker Application Container Engine
Loaded: loaded < span class = "token punctuation" > (< / span > /usr/lib/systemd/system/docker.service< span class = "token punctuation" > ;< / span > enabled< span class = "token punctuation" > ;< / span > vendor preset: disabled< span class = "token punctuation" > )< / span >
Drop-In: /usr/lib/systemd/system/docker.service.d
└ ─ flannel.conf
Active: active < span class = "token punctuation" > (< / span > running< span class = "token punctuation" > )< / span > since Fri 2018-02-02 22:52:43 CST< span class = "token punctuation" > ;< / span > 2h 28min ago
Docs: http://docs.docker.com
Main PID: 4334 < span class = "token punctuation" > (< / span > dockerd-current< span class = "token punctuation" > )< / span >
CGroup: /system.slice/docker.service
‣ 4334 /usr/bin/dockerd-current --add-runtime docker-runc< span class = "token operator" > =< / span > /usr/libexec/docker/docker-runc-current --default-runtime< span class = "token operator" > =< / span > docker-runc --exec-opt native.cgroupdriver< span class = "token operator" > =< / span > systemd --userland-proxy-path< span class = "token operator" > =< / span > /usr/libexec/docker/docker-proxy-current --selinux-enabled --log-driver< span class = "token operator" > =< / span > journald --signature-verification< span class = "token operator" > =< / span > false --bip< span class = "token operator" > =< / span > 172.33.68.1/24 --ip-masq< span class = "token operator" > =< / span > true --mtu< span class = "token operator" > =< / span > 1500
< / code > < / pre >
< p > 我 们 可 以 看 到 在 docker在 启 动 时 有 如 下 参 数 : < code > --bip=172.33.68.1/24 --ip-masq=true --mtu=1500< / code > 。 上 述 参 数 flannel启 动 时 运 行 的 脚 本 生 成 的 , 通 过 环 境 变 量 传 递 过 来 的 。 < / p >
< p > 我 们 查 看 下 node1宿 主 机 上 的 网 络 接 口 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # ip addr< / span >
1: lo: < span class = "token operator" > < < / span > LOOPBACK,UP,LOWER_UP< span class = "token operator" > > < / span > mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: < span class = "token operator" > < < / span > BROADCAST,MULTICAST,UP,LOWER_UP< span class = "token operator" > > < / span > mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:00:57:32 brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
valid_lft 85095sec preferred_lft 85095sec
inet6 fe80::5054:ff:fe00:5732/64 scope < span class = "token function" > link< / span >
valid_lft forever preferred_lft forever
3: eth1: < span class = "token operator" > < < / span > BROADCAST,MULTICAST,UP,LOWER_UP< span class = "token operator" > > < / span > mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 08:00:27:7b:0f:b1 brd ff:ff:ff:ff:ff:ff
inet 172.17.8.101/24 brd 172.17.8.255 scope global eth1
valid_lft forever preferred_lft forever
4: eth2: < span class = "token operator" > < < / span > BROADCAST,MULTICAST,UP,LOWER_UP< span class = "token operator" > > < / span > mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 08:00:27:ef:25:06 brd ff:ff:ff:ff:ff:ff
inet 172.30.113.231/21 brd 172.30.119.255 scope global dynamic eth2
valid_lft 85096sec preferred_lft 85096sec
inet6 fe80::a00:27ff:feef:2506/64 scope < span class = "token function" > link< / span >
valid_lft forever preferred_lft forever
5: docker0: < span class = "token operator" > < < / span > BROADCAST,MULTICAST,UP,LOWER_UP< span class = "token operator" > > < / span > mtu 1500 qdisc noqueue state UP
link/ether 02:42:d0:ae:80:ea brd ff:ff:ff:ff:ff:ff
inet 172.33.68.1/24 scope global docker0
valid_lft forever preferred_lft forever
inet6 fe80::42:d0ff:feae:80ea/64 scope < span class = "token function" > link< / span >
valid_lft forever preferred_lft forever
7: veth295bef2@if6: < span class = "token operator" > < < / span > BROADCAST,MULTICAST,UP,LOWER_UP< span class = "token operator" > > < / span > mtu 1500 qdisc noqueue master docker0 state UP
link/ether 6a:72:d7:9f:29:19 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet6 fe80::6872:d7ff:fe9f:2919/64 scope < span class = "token function" > link< / span >
valid_lft forever preferred_lft forever
< / code > < / pre >
< p > 我 们 分 类 来 解 释 下 该 虚 拟 机 中 的 网 络 接 口 。 < / p >
< ul >
< li > lo: 回 环 网 络 , 127.0.0.1< / li >
< li > eth0: NAT网 络 , 虚 拟 机 创 建 时 自 动 分 配 , 仅 可 以 在 几 台 虚 拟 机 之 间 访 问 < / li >
< li > eth1: bridge网 络 , 使 用 vagrant分 配 给 虚 拟 机 的 地 址 , 虚 拟 机 之 间 和 本 地 电 脑 都 可 以 访 问 < / li >
< li > eth2: bridge网 络 , 使 用 DHCP分 配 , 用 于 访 问 互 联 网 的 网 卡 < / li >
< li > docker0: bridge网 络 , docker默 认 使 用 的 网 卡 , 作 为 该 节 点 上 所 有 容 器 的 虚 拟 交 换 机 < / li >
< li > veth295bef2@if6: veth pair, 连 接 docker0和 Pod中 的 容 器 。 veth pair可 以 理 解 为 使 用 网 线 连 接 好 的 两 个 接 口 , 把 两 个 端 口 放 到 两 个 namespace中 , 那 么 这 两 个 namespace就 能 打 通 。 参 考 < a href = "http://cizixs.com/2017/02/10/network-virtualization-network-namespace" target = "_blank" > linux 网 络 虚 拟 化 : network namespace 简 介 < / a > 。 < / li >
< / ul >
< p > 我 们 再 看 下 该 节 点 的 docker上 有 哪 些 网 络 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # docker network ls< / span >
NETWORK ID NAME DRIVER SCOPE
940bb75e653b bridge bridge local
d94c046e105d host host local
2db7597fd546 none null local
< / code > < / pre >
< p > 再 检 查 下 bridge网 络 < code > 940bb75e653b< / code > 的 信 息 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # docker network inspect 940bb75e653b< / span >
< span class = "token punctuation" > [< / span >
< span class = "token punctuation" > {< / span >
< span class = "token string" > " Name" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " bridge" < / span > ,
< span class = "token string" > " Id" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 940bb75e653bfa10dab4cce8813c2b3ce17501e4e4935f7dc13805a61b732d2c" < / span > ,
< span class = "token string" > " Scope" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " local" < / span > ,
< span class = "token string" > " Driver" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " bridge" < / span > ,
< span class = "token string" > " EnableIPv6" < / span > < span class = "token keyword" > :< / span > false,
< span class = "token string" > " IPAM" < / span > < span class = "token keyword" > :< / span > < span class = "token punctuation" > {< / span >
< span class = "token string" > " Driver" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " default" < / span > ,
< span class = "token string" > " Options" < / span > < span class = "token keyword" > :< / span > null,
< span class = "token string" > " Config" < / span > < span class = "token keyword" > :< / span > < span class = "token punctuation" > [< / span >
< span class = "token punctuation" > {< / span >
< span class = "token string" > " Subnet" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 172.33.68.1/24" < / span > ,
< span class = "token string" > " Gateway" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 172.33.68.1" < / span >
< span class = "token punctuation" > }< / span >
< span class = "token punctuation" > ]< / span >
< span class = "token punctuation" > }< / span > ,
< span class = "token string" > " Internal" < / span > < span class = "token keyword" > :< / span > false,
< span class = "token string" > " Containers" < / span > < span class = "token keyword" > :< / span > < span class = "token punctuation" > {< / span >
< span class = "token string" > " 944d4aa660e30e1be9a18d30c9dcfa3b0504d1e5dbd00f3004b76582f1c9a85b" < / span > < span class = "token keyword" > :< / span > < span class = "token punctuation" > {< / span >
< span class = "token string" > " Name" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " k8s_POD_coredns-5984fb8cbb-sjqv9_kube-system_c5a2e959-082a-11e8-b4cd-525400005732_0" < / span > ,
< span class = "token string" > " EndpointID" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 7397d7282e464fc4ec5756d6b328df889cdf46134dbbe3753517e175d3844a85" < / span > ,
< span class = "token string" > " MacAddress" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 02:42:ac:21:44:02" < / span > ,
< span class = "token string" > " IPv4Address" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 172.33.68.2/24" < / span > ,
< span class = "token string" > " IPv6Address" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " " < / span >
< span class = "token punctuation" > }< / span >
< span class = "token punctuation" > }< / span > ,
< span class = "token string" > " Options" < / span > < span class = "token keyword" > :< / span > < span class = "token punctuation" > {< / span >
< span class = "token string" > " com.docker.network.bridge.default_bridge" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " true" < / span > ,
< span class = "token string" > " com.docker.network.bridge.enable_icc" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " true" < / span > ,
< span class = "token string" > " com.docker.network.bridge.enable_ip_masquerade" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " true" < / span > ,
< span class = "token string" > " com.docker.network.bridge.host_binding_ipv4" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 0.0.0.0" < / span > ,
< span class = "token string" > " com.docker.network.bridge.name" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " docker0" < / span > ,
< span class = "token string" > " com.docker.network.driver.mtu" < / span > < span class = "token keyword" > :< / span > < span class = "token string" > " 1500" < / span >
< span class = "token punctuation" > }< / span > ,
< span class = "token string" > " Labels" < / span > < span class = "token keyword" > :< / span > < span class = "token punctuation" > {< / span > < span class = "token punctuation" > }< / span >
< span class = "token punctuation" > }< / span >
< span class = "token punctuation" > ]< / span >
< / code > < / pre >
< p > 我 们 可 以 看 到 该 网 络 中 的 < code > Config< / code > 与 docker的 启 动 配 置 相 符 。 < / p >
< p > Node1上 运 行 的 容 器 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # docker ps< / span >
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a37407a234dd docker.io/coredns/coredns@sha256:adf2e5b4504ef9ffa43f16010bd064273338759e92f6f616dd159115748799bc < span class = "token string" > " /coredns -conf /etc/" < / span > About an hour ago Up About an hour k8s_coredns_coredns-5984fb8cbb-sjqv9_kube-system_c5a2e959-082a-11e8-b4cd-525400005732_0
944d4aa660e3 docker.io/openshift/origin-pod < span class = "token string" > " /usr/bin/pod" < / span > About an hour ago Up About an hour k8s_POD_coredns-5984fb8cbb-sjqv9_kube-system_c5a2e959-082a-11e8-b4cd-525400005732_0
< / code > < / pre >
< p > 我 们 可 以 看 到 当 前 已 经 有 2个 容 器 在 运 行 。 < / p >
< p > Node1上 的 路 由 信 息 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # route -n< / span >
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.2.2 0.0.0.0 UG 100 0 0 eth0
0.0.0.0 172.30.116.1 0.0.0.0 UG 101 0 0 eth2
10.0.2.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
172.17.8.0 0.0.0.0 255.255.255.0 U 100 0 0 eth1
172.30.112.0 0.0.0.0 255.255.248.0 U 100 0 0 eth2
172.33.68.0 0.0.0.0 255.255.255.0 U 0 0 0 docker0
172.33.96.0 172.30.118.65 255.255.255.0 UG 0 0 0 eth2
< / code > < / pre >
< p > 以 上 路 由 信 息 是 由 flannel添 加 的 , 当 有 新 的 节 点 加 入 到 Kubernetes集 群 中 后 , 每 个 节 点 上 的 路 由 表 都 将 增 加 。 < / p >
< p > 我 们 在 node上 来 < code > traceroute< / code > 下 node3上 的 < code > coredns-5984fb8cbb-tkfrc< / code > 容 器 , 其 IP地 址 是 < code > 172.33.96.3< / code > , 看 看 其 路 由 信 息 。 < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # traceroute 172.33.96.3< / span >
< span class = "token function" > traceroute< / span > to 172.33.96.3 < span class = "token punctuation" > (< / span > 172.33.96.3< span class = "token punctuation" > )< / span > , 30 hops max, 60 byte packets
1 172.30.118.65 < span class = "token punctuation" > (< / span > 172.30.118.65< span class = "token punctuation" > )< / span > 0.518 ms 0.367 ms 0.398 ms
2 172.33.96.3 < span class = "token punctuation" > (< / span > 172.33.96.3< span class = "token punctuation" > )< / span > 0.451 ms 0.352 ms 0.223 ms
< / code > < / pre >
< p > 我 们 看 到 路 由 直 接 经 过 node3的 公 网 IP后 就 到 达 了 node3节 点 上 的 Pod。 < / p >
< p > Node1的 iptables信 息 : < / p >
< pre class = "language-" > < code class = "lang-bash" > < span class = "token punctuation" > [< / span > root@node1 ~< span class = "token punctuation" > ]< / span > < span class = "token comment" spellcheck = "true" > # iptables -L< / span >
Chain INPUT < span class = "token punctuation" > (< / span > policy ACCEPT< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
KUBE-FIREWALL all -- anywhere anywhere
KUBE-SERVICES all -- anywhere anywhere /* kubernetes < span class = "token function" > service< / span > portals */
Chain FORWARD < span class = "token punctuation" > (< / span > policy ACCEPT< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
KUBE-FORWARD all -- anywhere anywhere /* kubernetes forward rules */
DOCKER-ISOLATION all -- anywhere anywhere
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain OUTPUT < span class = "token punctuation" > (< / span > policy ACCEPT< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
KUBE-FIREWALL all -- anywhere anywhere
KUBE-SERVICES all -- anywhere anywhere /* kubernetes < span class = "token function" > service< / span > portals */
Chain DOCKER < span class = "token punctuation" > (< / span > 1 references< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
Chain DOCKER-ISOLATION < span class = "token punctuation" > (< / span > 1 references< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
RETURN all -- anywhere anywhere
Chain KUBE-FIREWALL < span class = "token punctuation" > (< / span > 2 references< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
DROP all -- anywhere anywhere /* kubernetes firewall < span class = "token keyword" > for< / span > dropping marked packets */ mark match 0x8000/0x8000
Chain KUBE-FORWARD < span class = "token punctuation" > (< / span > 1 references< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
ACCEPT all -- anywhere anywhere /* kubernetes forwarding rules */ mark match 0x4000/0x4000
ACCEPT all -- 10.254.0.0/16 anywhere /* kubernetes forwarding conntrack pod < span class = "token function" > source< / span > rule */ ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere 10.254.0.0/16 /* kubernetes forwarding conntrack pod destination rule */ ctstate RELATED,ESTABLISHED
Chain KUBE-SERVICES < span class = "token punctuation" > (< / span > 2 references< span class = "token punctuation" > )< / span >
target prot opt < span class = "token function" > source< / span > destination
< / code > < / pre >
< p > 从 上 面 的 iptables中 可 以 看 到 注 入 了 很 多 Kuberentes service的 规 则 , 请 参 考 < a href = "https://www.cnyunwei.cc/archives/393" target = "_blank" > iptables 规 则 < / a > 获 取 更 多 详 细 信 息 。 < / p >
< h2 id = "参考" > 参 考 < / h2 >
< ul >
< li > < a href = "https://github.com/coreos/flannel" target = "_blank" > coreos/flannel - github.com< / a > < / li >
< li > < a href = "http://cizixs.com/2017/02/10/network-virtualization-network-namespace" target = "_blank" > linux 网 络 虚 拟 化 : network namespace 简 介 < / a > < / li >
< li > < a href = "https://segmentfault.com/a/1190000009251098" target = "_blank" > Linux虚 拟 网 络 设 备 之 veth< / a > < / li >
< li > < a href = "https://www.cnyunwei.cc/archives/393" target = "_blank" > iptables 规 则 < / a > < / li >
< li > < a href = "http://hustcat.github.io/flannel-host-gw-network/" target = "_blank" > flannel host-gw network< / a > < / li >
< li > < a href = "https://docs.openshift.com/container-platform/3.4/architecture/additional_concepts/flannel.html" target = "_blank" > flannel - openshift.com< / a > < / li >
< / ul >
2018-09-05 16:11:01 +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-09-04 11:25:28 +08:00
2018-07-09 19:39:59
2018-07-08 19:42:31 +08:00
< / span > < / footer >
< / 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 >
< a href = "networking.html" class = "navigation navigation-prev " aria-label = "Previous page: Kubernetes中的网络" >
< i class = "fa fa-angle-left" > < / i >
< / a >
< a href = "calico.html" class = "navigation navigation-next " aria-label = "Next page: Kubernetes中的网络解析——以calico为例" >
< i class = "fa fa-angle-right" > < / i >
< / a >
< / div >
< script >
var gitbook = gitbook || [];
gitbook.push(function() {
2018-09-21 00:09:31 +08:00
gitbook.page.hasChanged({"page":{"title":"Kubernetes中的网络解析——以flannel为例","level":"3.2.1","depth":2,"next":{"title":"Kubernetes中的网络解析——以calico为例","level":"3.2.2","depth":2,"path":"concepts/calico.md","ref":"concepts/calico.md","articles":[]},"previous":{"title":"Kubernetes中的网络","level":"3.2","depth":1,"path":"concepts/networking.md","ref":"concepts/networking.md","articles":[{"title":"Kubernetes中的网络解析——以flannel为例","level":"3.2.1","depth":2,"path":"concepts/flannel.md","ref":"concepts/flannel.md","articles":[]},{"title":"Kubernetes中的网络解析——以calico为例","level":"3.2.2","depth":2,"path":"concepts/calico.md","ref":"concepts/calico.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["github","codesnippet","splitter","page-toc-button","image-captions","editlink","back-to-top-button","-lunr","-search","search-plus","github-buttons@2.1.0","favicon@^0.0.2","tbfed-pagefooter@^0.0.1","3-ba","theme-default","-highlight","prism","prism-themes","sitemap-general"],"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":{},"sitemap-general":{"prefix":"https://jimmysong.io/kubernetes-handbook/"},"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#fig2.2.1","level":"2.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":"2.2.1"},{"backlink":"cloud-native/cncf.html#fig2.2.2","level":"2.2","list_caption":"Figure: CNCF项目成熟度级别","alt":"CNCF项目成熟度级别","nro":3,"url":"../images/cncf-graduation-criteria-v2.jpg","index":2,"caption_template":"图片 - _CAPTION_","label":"CNCF项目成熟度级别","attributes":{},"skip":false,"key":"2.2.2"},{"backlink":"cloud-native/cncf-charter.html#fig2.3.1","level":"2.3","list_caption":"Figure: CNCF组织架构图","alt":"CNCF组织架构图","nro":4,"url":
2018-07-08 19:42:31 +08:00
});
< / script >
< / div >
< script src = "../gitbook/gitbook.js" > < / script >
< script src = "../gitbook/theme.js" > < / script >
< script src = "../gitbook/gitbook-plugin-github/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-splitter/splitter.js" > < / script >
< script src = "../gitbook/gitbook-plugin-page-toc-button/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-editlink/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-back-to-top-button/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js" > < / script >
< script src = "../gitbook/gitbook-plugin-search-plus/search.js" > < / script >
< script src = "../gitbook/gitbook-plugin-github-buttons/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-3-ba/plugin.js" > < / script >
< script src = "../gitbook/gitbook-plugin-sharing/buttons.js" > < / script >
< script src = "../gitbook/gitbook-plugin-fontsettings/fontsettings.js" > < / script >
< / body >
< / html >