Difference between revisions of "Kubectl describe endpoints"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{kubernetes.io}} * {{Endpoints}} Category:K8s")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
[[kubectl describe]] endpoints
 +
Name:        your-endpoint-name
 +
Namespace:    your-namespace
 +
Labels:      <none>
 +
Annotations:  [[endpoints.kubernetes.io/last-change-trigger-time]]: 2023-12-13T14:00:42Z
 +
Subsets:
 +
  Addresses:          172.20.198.20
 +
  NotReadyAddresses:  <none>
 +
  Ports:
 +
    Name        Port  Protocol
 +
    ----        ----  --------
 +
    yourname    8000  TCP
 +
 +
Events:  <none>
  
  
 +
== Related ==
 +
[[endpointslice.kubernetes.io/managed-by=endpointslice-controller.k8s.io]]
 +
[[discovery.k8s.io/v1]]
  
 
+
[[Error retrieving endpoints for the service]]
 
 
  
 
== See also ==
 
== See also ==

Latest revision as of 06:36, 16 February 2024

kubectl describe endpoints
Name:         your-endpoint-name
Namespace:    your-namespace
Labels:       <none>
Annotations:  endpoints.kubernetes.io/last-change-trigger-time: 2023-12-13T14:00:42Z
Subsets:
  Addresses:          172.20.198.20
  NotReadyAddresses:  <none>
  Ports:
    Name        Port  Protocol
    ----        ----  --------
    yourname    8000  TCP 

Events:  <none>


Related[edit]

endpointslice.kubernetes.io/managed-by=endpointslice-controller.k8s.io
discovery.k8s.io/v1
Error retrieving endpoints for the service

See also[edit]

Advertising: