Service
Service 是软件服务(例如 mysql)的命名抽象,包含代理要侦听的本地端口(例如 3306)和一个选择算符,选择算符用来确定哪些 Pod 将响应通过代理发送的请求。
Service 是软件服务(例如 mysql)的命名抽象,包含代理要侦听的本地端口(例如 3306)和一个选择算符,选择算符用来确定哪些 Pod 将响应通过代理发送的请求。
Endpoints 是实现实际服务的端点的集合。
EndpointSlice 是实现某 Service 的端点的子集.
Ingress 是允许入站连接到达后端定义的端点的规则集合。
IngressClass 代表 Ingress 的类,被 Ingress 的规约引用。
This page is automatically generated.
If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.