Difference between revisions of "Kubernetes EndPoints"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
  
 
== Changelog ==
 
== Changelog ==
* [[CKA v1.24]] [[Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]]
+
* [[CKA v1.23]] [[CKA v1.24]] [[Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]]
 
* [[v1.18]] <code>AppProtocol</code> is a new optional field on ports in Endpoints and [[Kubernetes services|Services]]
 
* [[v1.18]] <code>AppProtocol</code> is a new optional field on ports in Endpoints and [[Kubernetes services|Services]]
 
* New [[EndpointSlice]] [[Kubernetes API|API]]
 
* New [[EndpointSlice]] [[Kubernetes API|API]]

Revision as of 19:30, 13 September 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: