Service
Service 是软件服务(例如 mysql)的命名抽象,包含代理要侦听的本地端口(例如 3306)和一个选择算符,选择算符用来确定哪些 Pod 将响应通过代理发送的请求。
Service 是软件服务(例如 mysql)的命名抽象,包含代理要侦听的本地端口(例如 3306)和一个选择算符,选择算符用来确定哪些 Pod 将响应通过代理发送的请求。
Endpoints 是实现实际服务的端点的集合。
EndpointSlice 代表一组服务端点。
Ingress 是允许入站连接到达后端定义的端点的规则集合。
IngressClass 代表 Ingress 的类,被 Ingress 的规约引用。
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.