Service 资源


Service

Service 是软件服务(例如 mysql)的命名抽象,包含代理要侦听的本地端口(例如 3306)和一个选择算符,选择算符用来确定哪些 Pod 将响应通过代理发送的请求。

Endpoints

Endpoints 是实现实际服务的端点的集合。

EndpointSlice

EndpointSlice 是实现某 Service 的端点的子集.

Ingress

Ingress 是允许入站连接到达后端定义的端点的规则集合。

IngressClass

IngressClass 代表 Ingress 的类,被 Ingress 的规约引用。