Difference between revisions of "Status:"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
[[kind: Deployment]]
 +
 +
  
 
  {{LoadBalancer:}}
 
  {{LoadBalancer:}}

Revision as of 09:13, 8 November 2023

kind: Deployment


 .../...
status:
  loadBalancer:
    ingress:
    - hostname: a324242432.elb.ap-southeast-1.amazonaws.com
.../...


 apiVersion: v1[1]
kind: Service
metadata:
  name: my-service
spec:
  selector:
    app.kubernetes.io/name: MyApp
  ports:
    - protocol: TCP
      port: 80
      targetPort: 9376
  clusterIP: 10.0.171.239
  type: LoadBalancer
status:
  loadBalancer:
    ingress:

- ip: 192.0.2.127

Advertising: