Service Resources
Service
Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.
Endpoints
Endpoints is a collection of endpoints that implement the actual service.
EndpointSlice
EndpointSlice represents a subset of the endpoints that implement a service.
Ingress
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
IngressClass
IngressClass represents the class of the Ingress, referenced by the Ingress Spec.
当前内容版权归 Kubernetes 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Kubernetes .