摘要: Service 存在的意义: 防止Pod失联(服务发现) 定义一组Pod的访问策略(负载均衡) Pod与Service的关系: 通过label-selector相关联 通过Service实现Pod的负载均衡( TCP/UDP 4层) Service三种常用类型: ClusterIP:集群内部使用 N 阅读全文
posted @ 2020-06-29 22:41 pwcc 阅读(141) 评论(0) 推荐(0)