Skip to content

Instantly share code, notes, and snippets.

@Niksko
Created June 5, 2019 06:13
Show Gist options
  • Select an option

  • Save Niksko/264f7f892d01e1f07eb4a3584cdc1c57 to your computer and use it in GitHub Desktop.

Select an option

Save Niksko/264f7f892d01e1f07eb4a3584cdc1c57 to your computer and use it in GitHub Desktop.
Istio mTLS snippets - destination rule
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: baz
namespace: bar
spec:
host: baz.bar.svc.cluster.local
trafficPolicy:
tls:
mode: ISTIO_MUTUAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment