当前位置:网站首页>Kubernetes 通信异常网络故障 解决思路
Kubernetes 通信异常网络故障 解决思路
2022-07-03 20:24:00 【富士康质检员张全蛋】
在k8s当中最重要的就是网络,如果网络不可用,那么集群就相当于报废状态,
网络故障原因
Kubernetes中的网络是非常重要的,整个k8s集群的通通信需要依赖网络插件,如calico、flannel、canel等,通信都是通过网络插件实现的,kubernetes之上的网通信过程最常见的故障如下∶(calico可以为pod分配ip地址,calico相对于flannel来说还可以配置网络策略)
通信主要有如下几种∶
- Pod自身网络故障
- Pod和Pod通信故障(同一个节点上面pod通信和跨节点的pod通信)
Pod和物理节点通信故障(pod访问不通物理节点IP或者物理节点去ping pod的ip是ping不通的)
- 容器间的通信
同一个pod内的多个容器间的通信,lo,通过本地的回环网卡lo进行通信
- pod通信
从一个pod lp 到另一个pod Ip
- Pod与service 外部通信通信
pod ip到cluster ip
- 外部通信
Service与集群外部客户端的通信,如果使用service实现4层负载均衡,想在集群外访问service关联的pod,需要将service变为nodeport类型,这样才可以在集群外部通过主机IP和宿主机暴露的端口去访问service内部的这个应用。
边栏推荐
- String and+
- Do you really know how old you are?
- Commands related to files and directories
- jvm jni 及 pvm pybind11 大批量数据传输及优化
- Haven't expressed the artifact yet? Valentine's Day is coming. Please send her a special gift~
- 【leetcode】1027. Longest arithmetic sequence (dynamic programming)
- Global and Chinese markets of active matrix LCD 2022-2028: Research Report on technology, participants, trends, market size and share
- Gauss elimination solves linear equations (floating-point Gauss elimination template)
- How to do Taobao full screen rotation code? Taobao rotation tmall full screen rotation code
- 2.3 other data types
猜你喜欢
强化学习-学习笔记1 | 基础概念
浅议.NET遗留应用改造
AcWing 1460. Where am i?
Recommendation of books related to strong foundation program mathematics
How to handle wechat circle of friends marketing activities and share production and release skills
强基计划 数学相关书籍 推荐
2.2 integer
JVM JNI and PVM pybind11 mass data transmission and optimization
Q&A:Transformer, Bert, ELMO, GPT, VIT
The 29th day of force deduction (DP topic)
随机推荐
Gee calculated area
Node MySQL serialize cannot rollback transactions
Commands related to files and directories
Cap and base theory
jvm jni 及 pvm pybind11 大批量数据传输及优化
Offset related concepts + drag modal box case
Line segment tree blue book explanation + classic example acwing 1275 Maximum number
How to do Taobao full screen rotation code? Taobao rotation tmall full screen rotation code
[Tang Laoshi] C -- encapsulation: member variables and access modifiers
Initialization and instantiation
2022 melting welding and thermal cutting examination materials and free melting welding and thermal cutting examination questions
Sword finger offer 30 Stack containing min function
Plan for the first half of 2022 -- pass the PMP Exam
Strange way of expressing integers (expanding Chinese remainder theorem)
Global and Chinese market of high purity copper foil 2022-2028: Research Report on technology, participants, trends, market size and share
Get log4net log file in C - get log4net log file in C
In 2021, the global revenue of syphilis rapid detection kits was about US $608.1 million, and it is expected to reach US $712.9 million in 2028
Assign the CMD command execution result to a variable
MySQL dump - exclude some table data - MySQL dump - exclude some table data
How to handle wechat circle of friends marketing activities and share production and release skills