Kubernetes EndPoints
Jump to navigation
Jump to search
This article is a Draft. Help us to complete it.
kind: Endpoints
endpoints.kubernetes.io/last-change-trigger-time
kubectl -n kube-system get endpoints kube-dns NAME ENDPOINTS AGE kube-dns <none> 3h55m
{ "kind": "Status", "apiVersion": "v1", "metadata": { }, "status": "Failure", "message": "no endpoints available for service \"kubernetes-dashboard\"", "reason": "ServiceUnavailable", "code": 503 }
kubectl describe endpoints
Changelog
- CKA v1.23 CKA v1.24 Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
- v1.18
AppProtocol
is a new optional field on ports in Endpoints and Services - New EndpointSlice API
Related
kubectl get pod
kubectl get endpoints
EndpointSlices
- CKA 1.23 Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
- Felix Calico component
- Endpoints controller
- Kubernetes EndpointSlices
- Kubernetes services:
kind: Service
See also
- Kubernetes services,
kubectl get services, kubectl describe service
,kubectl create service
[loadbalancer
|nodeport
|clusterip
|externalname ], kubectl expose
,headless service, service.beta.kubernetes.io
- Kubernetes EndPoints, EndpointSlices,
kubectl get endpoints, FailedToUpdateEndpoint, kind: Endpoints
Advertising: