(十一)Kubernetes-Service
摘要:
Kubernetes service 定义了这样一种抽象:一个Pod的逻辑分组,一种可以访问他们的策略 -- 通常称为微服务。这一组Pod能够被service访问到,通常是通过Label Selector. Service能够提供负载均衡的能力,但是在使用上有以下限制: ① 只提供4层负载均衡能力, 阅读全文
posted @ 2022-02-10 17:28 向往的生活 阅读(78) 评论(0) 推荐(0) 编辑