Skip to content

Instantly share code, notes, and snippets.

@fai555
Created April 16, 2020 11:45
Show Gist options
  • Select an option

  • Save fai555/5aad05d14480cfa6e44879e9e9153d98 to your computer and use it in GitHub Desktop.

Select an option

Save fai555/5aad05d14480cfa6e44879e9e9153d98 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: <VIRTUAL_SERVICE_NAME>
spec:
hosts:
- "*"
gateways:
- <GATEWAY_NAME>
http:
- route:
- destination:
host: <NAME_OF_THE_KUBERNETES_NATIVE_SERVICE>
port:
number: <SAME_PORT_USED_IN_SERVICE_MANIFEST_FILE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment