Skip to content

Instantly share code, notes, and snippets.

@mhiro2
Last active June 9, 2018 14:51
Show Gist options
  • Save mhiro2/0918d4b793e4177beb764b9da17903c8 to your computer and use it in GitHub Desktop.
Save mhiro2/0918d4b793e4177beb764b9da17903c8 to your computer and use it in GitHub Desktop.
$ istioctl get gateway -o yaml
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
creationTimestamp: null
name: bookinfo-gateway
namespace: default
resourceVersion: "4308"
spec:
selector:
istio: ingressgateway
servers:
- hosts:
- '*'
port:
name: http
number: 80
protocol: HTTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment