Skip to content

Commit a3eacca

Browse files
committed
feat(istio): enhance Istio tutorial document
ℹ️ We're making the Istio tutorial more user-friendly! 💡 We've added extra context and instructions related to how external-dns can gather information from the Kubernetes service of the Istio Ingress Gateway. Also, we've guided users on setting targets manually with the appropriate annotation. 😎 Changes include: - Illustration on how to get targets to extracted DNS names using external-dns - Guidance to the source service documentation for more understanding 📚 - Steps to manually set targets using the 'external-dns.alpha.kubernetes.io/target' annotation on the Istio Ingress Gateway resource or the Istio VirtualService.
1 parent 87a5377 commit a3eacca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/tutorials/istio.md

+5
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ spec:
246246
EOF
247247
```
248248

249+
To get the targets to the extracted DNS names, external-dns is able to gather information from the kubernetes service of the Istio Ingress Gateway.
250+
Please take a look at the [source service documentation](../sources/service.md) for more information on this.
251+
252+
It is also possible to set the targets manually by using the `external-dns.alpha.kubernetes.io/target` annotation on the Istio Ingress Gateway resource or the Istio VirtualService.
253+
249254
#### Access the sample service using `curl`
250255
```bash
251256
$ curl -I http://httpbin.example.com/status/200

0 commit comments

Comments
 (0)