Difference between revisions of "Kind: EndpointSlice"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
== Related ==
 
== Related ==
 
* [[Kubernetes EndpointSlices]]
 
* [[Kubernetes EndpointSlices]]
 
+
* <code>[[kind: Endpoints]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{discovery.k8s.io}}
 
* {{Kubernetes EndpointSlices}}
 
* {{Kubernetes EndpointSlices}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 14:46, 13 December 2023


apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
  name: example-abc
  labels:
    kubernetes.io/service-name: example
addressType: IPv4
ports:
  - name: http
    protocol: TCP
    port: 80
endpoints:
  - addresses:
      - "10.1.2.3"
    conditions:
      ready: true
    hostname: pod-1
    nodeName: node-1
    zone: us-west2-a


Related[edit]

See also[edit]

Advertising: