Skip to content

Instantly share code, notes, and snippets.

@yxue
Created March 20, 2020 21:55
Show Gist options
  • Save yxue/10e85ea354e8ce689a434194d9570f32 to your computer and use it in GitHub Desktop.
Save yxue/10e85ea354e8ce689a434194d9570f32 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
annotations:
cloud: map[google:map[com/load-balancer-type:internal]]
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud":"map[google:map[com/load-balancer-type:internal]]"},"labels":{"app":"istio-ingressgateway","istio":"ingressgateway","operator.istio.io/component":"IngressGateways","operator.istio.io/managed":"Reconcile","operator.istio.io/version":"1.6.0","release":"istio"},"name":"istio-ingressgateway","namespace":"istio-system"},"spec":{"ports":[{"name":"status-port","port":15020,"targetPort":15020},{"name":"http2","port":80,"targetPort":8080},{"name":"https","port":443,"targetPort":8443},{"name":"kiali","port":15029,"targetPort":15029},{"name":"prometheus","port":15030,"targetPort":15030},{"name":"grafana","port":15031,"targetPort":15031},{"name":"tracing","port":15032,"targetPort":15032},{"name":"tls","port":15443,"targetPort":15443}],"selector":{"app":"istio-ingressgateway","istio":"ingressgateway"},"type":"LoadBalancer"}}
creationTimestamp: "2020-03-20T21:30:05Z"
labels:
app: istio-ingressgateway
istio: ingressgateway
operator.istio.io/component: IngressGateways
operator.istio.io/managed: Reconcile
operator.istio.io/version: 1.6.0
release: istio
name: istio-ingressgateway
namespace: istio-system
resourceVersion: "980706"
selfLink: /api/v1/namespaces/istio-system/services/istio-ingressgateway
uid: f75e50b7-6af1-11ea-9533-42010a8a01c7
spec:
clusterIP: 10.4.16.96
externalTrafficPolicy: Cluster
ports:
- name: status-port
nodePort: 30228
port: 15020
protocol: TCP
targetPort: 15020
- name: http2
nodePort: 31892
port: 80
protocol: TCP
targetPort: 8080
- name: https
nodePort: 30629
port: 443
protocol: TCP
targetPort: 8443
- name: kiali
nodePort: 31375
port: 15029
protocol: TCP
targetPort: 15029
- name: prometheus
nodePort: 31138
port: 15030
protocol: TCP
targetPort: 15030
- name: grafana
nodePort: 30111
port: 15031
protocol: TCP
targetPort: 15031
- name: tracing
nodePort: 30452
port: 15032
protocol: TCP
targetPort: 15032
- name: tls
nodePort: 31523
port: 15443
protocol: TCP
targetPort: 15443
selector:
app: istio-ingressgateway
istio: ingressgateway
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 35.233.242.235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment