Editing Kubernetes EndPoints

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
[[Kubernetes EndPoints]] and [[Kubernetes EndpointSlices]]
 
 
[[kind: Endpoints]]
 
 
[[endpoints.kubernetes.io/last-change-trigger-time]]
 
  
 
  [[kubectl -n kube-system]] get [[endpoints]] kube-dns
 
  [[kubectl -n kube-system]] get [[endpoints]] kube-dns
 
  NAME      ENDPOINTS  AGE
 
  NAME      ENDPOINTS  AGE
 
  kube-dns  <none>      3h55m
 
  kube-dns  <none>      3h55m
 
kubectl get endpoints -n your-app-wrongns
 
No resources found in your-app-wrongns namespace.
 
  
 
  {
 
  {
Line 20: Line 12:
 
   },
 
   },
 
   "status": "Failure",
 
   "status": "Failure",
   "message": "[[no endpoints available for service]] \"[[kubernetes-dashboard]]\"",
+
   "message": "no endpoints available for service \"kubernetes-dashboard\"",
   "reason": "[[ServiceUnavailable]]",
+
   "reason": "ServiceUnavailable",
 
   "code": 503
 
   "code": 503
 
  }
 
  }
Line 31: Line 23:
 
* [[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]]
 
== Errors ==
 
[[W0215]] 21:18:47.086332      1 [[controller.go]]:2903] [[Error retrieving endpoints for the service]] yourapp-app-helm: [[no endpointslices for target port]] 80 in service yourapp-app-helm
 
 
== Activities ==
 
* Read [[Kubernetes Concept: Endpoints vs EndpointSlices]] https://www.linkedin.com/pulse/kubernetes-concept-endpoints-vs-endpointslices-mbong-ekwoge
 
  
 
== Related ==
 
== Related ==
Line 42: Line 28:
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[K8s EndpointSlices|EndpointSlices]]</code>
 
* <code>[[K8s EndpointSlices|EndpointSlices]]</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]]
 
* [[Felix]] [[Calico]] component
 
* [[Felix]] [[Calico]] component
 
* [[Endpoints controller]]
 
* [[Endpoints controller]]
 
* [[Kubernetes EndpointSlices]]
 
* [[Kubernetes EndpointSlices]]
* [[Kubernetes services]]: <code>[[kind: Service]]</code>
 
* [[Kubernetes Ingress]]
 
  
 
== See also ==
 
== See also ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: