Skip to content

Instantly share code, notes, and snippets.

@incfly
Created November 20, 2018 06:26
Show Gist options
  • Save incfly/3e485f2d5d4e46e52e1f57ad51e2c1bd to your computer and use it in GitHub Desktop.
Save incfly/3e485f2d5d4e46e52e1f57ad51e2c1bd to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1",
"items": [
{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"Service\",\"metadata\":{\"annotations\":{},\"labels\":{\"app\":\"istio-ingressgateway\",\"chart\":\"gateways\",\"heritage\":\"Tiller\",\"istio\":\"ingressgateway\",\"release\":\"istio\"},\"name\":\"istio-ingressgateway\",\"namespace\":\"istio-system\"},\"spec\":{\"ports\":[{\"name\":\"http2\",\"nodePort\":31380,\"port\":80,\"targetPort\":80},{\"name\":\"https\",\"nodePort\":31390,\"port\":443},{\"name\":\"tcp\",\"nodePort\":31400,\"port\":31400},{\"name\":\"http-kiali\",\"port\":15029,\"targetPort\":15029},{\"name\":\"http2-prometheus\",\"port\":15030,\"targetPort\":15030},{\"name\":\"http2-grafana\",\"port\":15031,\"targetPort\":15031},{\"name\":\"http2-tracing\",\"port\":15032,\"targetPort\":15032},{\"name\":\"tls\",\"port\":15443,\"targetPort\":15443}],\"selector\":{\"app\":\"istio-ingressgateway\",\"istio\":\"ingressgateway\"},\"type\":\"LoadBalancer\"}}\n"
},
"creationTimestamp": "2018-11-20T03:03:09Z",
"labels": {
"app": "istio-ingressgateway",
"chart": "gateways",
"heritage": "Tiller",
"istio": "ingressgateway",
"release": "istio"
},
"name": "istio-ingressgateway",
"namespace": "istio-system",
"resourceVersion": "61307",
"selfLink": "/api/v1/namespaces/istio-system/services/istio-ingressgateway",
"uid": "cf29e600-ec70-11e8-80d2-42010a800011"
},
"spec": {
"clusterIP": "10.47.250.103",
"externalTrafficPolicy": "Cluster",
"ports": [
{
"name": "http2",
"nodePort": 31380,
"port": 80,
"protocol": "TCP",
"targetPort": 80
},
{
"name": "https",
"nodePort": 31390,
"port": 443,
"protocol": "TCP",
"targetPort": 443
},
{
"name": "tcp",
"nodePort": 31400,
"port": 31400,
"protocol": "TCP",
"targetPort": 31400
},
{
"name": "http-kiali",
"nodePort": 32128,
"port": 15029,
"protocol": "TCP",
"targetPort": 15029
},
{
"name": "http2-prometheus",
"nodePort": 30332,
"port": 15030,
"protocol": "TCP",
"targetPort": 15030
},
{
"name": "http2-grafana",
"nodePort": 32752,
"port": 15031,
"protocol": "TCP",
"targetPort": 15031
},
{
"name": "http2-tracing",
"nodePort": 30987,
"port": 15032,
"protocol": "TCP",
"targetPort": 15032
},
{
"name": "tls",
"nodePort": 31173,
"port": 15443,
"protocol": "TCP",
"targetPort": 15443
}
],
"selector": {
"app": "istio-ingressgateway",
"istio": "ingressgateway"
},
"sessionAffinity": "None",
"type": "LoadBalancer"
},
"status": {
"loadBalancer": {
"ingress": [
{
"ip": "35.225.26.185"
}
]
}
}
}
],
"kind": "List",
"metadata": {
"resourceVersion": "",
"selfLink": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment