Skip to content

Instantly share code, notes, and snippets.

@Jagdeep1
Created May 11, 2020 18:33
Show Gist options
  • Save Jagdeep1/96b6c99b1bef1e753db73a96027ce1ad to your computer and use it in GitHub Desktop.
Save Jagdeep1/96b6c99b1bef1e753db73a96027ce1ad to your computer and use it in GitHub Desktop.
Cluster aware gateway
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: cluster-aware-gateway
namespace: istio-system
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 443
name: tls
protocol: TLS
tls:
mode: AUTO_PASSTHROUGH
hosts:
- "*.local"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment