kubernetes-handbook/concepts/service-discovery.md

211 B

服务发现与路由

Kubernetes 中为了实现服务实例间的负载均衡和不同服务间的服务发现,创造了 Serivce 对象,同时又为从集群外部访问集群创建了 Ingress 对象。