Difference between revisions of "Kubernetes EndPoints"

From wikieduonline
Jump to navigation Jump to search
Line 27: Line 27:
 
* <code>[[kubectl get pod]]</code>
 
* <code>[[kubectl get pod]]</code>
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[kubectl get endpoints]]</code>
* [[EndpointSlices‎]]
+
* <code>[[K8s EndpointSlices|EndpointSlices]]</code>
 
* <code>[[kind: EndPoints]]</code>
 
* <code>[[kind: EndPoints]]</code>
 
* [[CKA 1.23]] Understand [[ClusterIP]], [[NodePort]], [[LoadBalancer]] service types and [[endpoints]]
 
* [[CKA 1.23]] Understand [[ClusterIP]], [[NodePort]], [[LoadBalancer]] service types and [[endpoints]]

Revision as of 14:35, 28 November 2022

This article is a Draft. Help us to complete it.
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

Related

See also

Advertising: