摘要: Service更改工作模式为ipvs 转载至:https://www.jianshu.com/p/d1ba8b910085 当我的集群搭建完成之后,service使用的默认工作模式为iptables,当我查看的时候,IPtables又不太方便查看,排版、内容看起来都比较复杂,所以我尝试使用ipvs, 阅读全文
posted @ 2020-06-12 16:40 k-free 阅读(742) 评论(0) 推荐(0) 编辑
摘要: Service 介绍: 实现方式: 1. userspace: 用户空间 用户的请求到达对应节点之上的iptables or ipvs规则(Service的规则),由Service先将他转为本地监听在某个套接字上的用户空间的kube-proxy进行处理,处理完成后再转给Service IP,最终代理 阅读全文
posted @ 2020-06-12 15:32 k-free 阅读(229) 评论(0) 推荐(0) 编辑
摘要: DaemonSet 官方介绍:https://kubernetes.io/zh/docs/concepts/workloads/controllers/daemonset/ DaemonSet确保全部(或者某些)节点上运行一个 Pod 的副本。当有节点加入集群时, 也会为他们新增一个 Pod 。当有 阅读全文
posted @ 2020-06-12 09:25 k-free 阅读(258) 评论(0) 推荐(0) 编辑