Skip to content

Commit

Permalink
Update DNS instructions for older/newer istio versions. (istio-ecosys…
Browse files Browse the repository at this point in the history
…tem#182)

Signed-off-by: psikka1 <[email protected]>
  • Loading branch information
aattuluri authored and psikka1 committed Jun 15, 2022
1 parent 9725f31 commit 636887d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

### Prerequisites

* One or more k8s clusters with version 1.13 or above
* One or more k8s clusters with version 1.16 or above
* [Install istio control plane](https://istio.io/docs/setup/install/multicluster/gateways/#deploy-the-istio-control-plane-in-each-cluster) on each of these k8s clusters
* [Configure DNS redirect](https://istio.io/docs/setup/install/multicluster/gateways/#setup-dns) for entries ending in `global`
* Configure DNS for service entries (hosts) ending in `global`
1. Istio 1.8 and above - [Enable DNS proxy mode](https://istio.io/latest/docs/ops/configuration/traffic-management/dns-proxy/) OR [Redirect DNS](https://istio.io/v1.6/docs/setup/install/multicluster/gateways/#setup-dns)
2. Istio 1.6 and below - [Redirect DNS](https://istio.io/v1.6/docs/setup/install/multicluster/gateways/#setup-dns)
* Remove envoy cluster rewrite filter
Delete Istio's envoy filter for translating `global` to `svc.cluster.local` at istio-ingressgateway because we don't need that as Admiral generates Service Entries for cross cluster communication to just work!
```
Expand Down

0 comments on commit 636887d

Please sign in to comment.