Difference between revisions of "Kind: EndpointSlice"
Jump to navigation
Jump to search
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | + | ||
− | apiVersion: discovery.k8s.io/v1 | + | [[apiVersion:]] [[discovery.k8s.io]]/v1 |
− | kind: EndpointSlice | + | kind: EndpointSlice |
− | metadata: | + | metadata: |
− | + | name: example-abc | |
− | + | labels: | |
− | + | kubernetes.io/service-name: example | |
− | addressType: IPv4 | + | addressType: IPv4 |
− | ports: | + | ports: |
− | + | - name: http | |
− | + | protocol: TCP | |
− | + | port: 80 | |
− | endpoints: | + | [[endpoints:]] |
− | + | - addresses: | |
− | + | - "10.1.2.3" | |
− | + | conditions: | |
− | + | ready: true | |
− | + | hostname: pod-1 | |
− | + | nodeName: node-1 | |
− | + | zone: us-west2-a | |
− | </ | + | |
+ | |||
+ | == Related == | ||
+ | * [[Kubernetes EndpointSlices]] | ||
+ | * <code>[[kind: Endpoints]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{discovery.k8s.io}} | ||
+ | * {{Kubernetes EndpointSlices}} | ||
+ | |||
+ | [[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: