Skip to content

Instantly share code, notes, and snippets.

@mlamina
Created November 20, 2015 08:55
Show Gist options
  • Save mlamina/9c553f0734cae16e0fc5 to your computer and use it in GitHub Desktop.
Save mlamina/9c553f0734cae16e0fc5 to your computer and use it in GitHub Desktop.
Result of 'kubectl get service api-lb --namespace=production -o yaml'
apiVersion: v1
kind: Service
metadata:
creationTimestamp: 2015-11-20T08:49:10Z
labels:
app: backend
component: ssl-proxy-service
role: api
name: api-lb
namespace: production
resourceVersion: "109257"
selfLink: /api/v1/namespaces/production/services/api-lb
uid: 91377484-8f63-11e5-be12-42010af001c3
spec:
clusterIP: 10.119.255.27
ports:
- name: https
nodePort: 30653
port: 443
protocol: TCP
targetPort: https
- name: http
nodePort: 32278
port: 80
protocol: TCP
targetPort: http
selector:
app: backend
component: ssl-proxy
role: api
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 130.211.XXX.XXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment