Difference between revisions of "Kind: Endpoint"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to Kubernetes Endpoints)
Tag: Removed redirect
Line 1: Line 1:
 +
{{lc}}
  
  
 +
kind: Endpoints
 +
metadata:
 +
  annotations:
 +
    endpoints.kubernetes.io/last-change-trigger-time: "2023-10-10T03:53:52Z"
 +
  name: your_endpoint
 +
  namespace: your_namespace
 +
[[subsets:]]
 +
  - [[addresses:]]
 +
      - ip: 10.10.10.10
 +
        [[nodeName:]] ip-10-11-11-11.eu-west-1.compute.internal
 +
        [[targetRef:]]
 +
          kind: Pod
 +
          name: your-app-5db5b55694-mw6rr
 +
          namespace: your_namespace
 +
          resourceVersion: "1078834707"
 +
          uid: 123123213-9be0-4382-96d7-123456789
 +
      - ip: 10.10.10.11
 +
        nodeName: ip-10-12-12-12.eu-west-1.compute.internal
 +
        targetRef:
 +
          kind: Pod
 +
          name: your-app-5db5b55694-mt7cc
 +
          namespace: your_namespace
 +
          resourceVersion: "1078577844"
 +
          uid: febbdcfc-258e-4654-8b5f-365457657
 +
    [[ports:]]
 +
      - name: http
 +
        port: 8080
 +
        protocol: TCP
  
  
Line 6: Line 35:
  
  
{{Endpoints}}
+
== See also ==
 +
* {{Endpoints}}
 +
 
 +
[[Category:K8s]]

Revision as of 12:18, 10 October 2023


kind: Endpoints
metadata:
  annotations:
    endpoints.kubernetes.io/last-change-trigger-time: "2023-10-10T03:53:52Z"
  name: your_endpoint
  namespace: your_namespace
subsets:
 - addresses:
     - ip: 10.10.10.10
       nodeName: ip-10-11-11-11.eu-west-1.compute.internal
       targetRef:
         kind: Pod
         name: your-app-5db5b55694-mw6rr
         namespace: your_namespace
         resourceVersion: "1078834707"
         uid: 123123213-9be0-4382-96d7-123456789
     - ip: 10.10.10.11
       nodeName: ip-10-12-12-12.eu-west-1.compute.internal
       targetRef:
         kind: Pod
         name: your-app-5db5b55694-mt7cc
         namespace: your_namespace
         resourceVersion: "1078577844"
         uid: febbdcfc-258e-4654-8b5f-365457657
   ports:
     - name: http
       port: 8080
       protocol: TCP



See also

Advertising: