update readme for IPv6 example

Signed-off-by: Tyler Lloyd <Tyler.Lloyd@microsoft.com>
This commit is contained in:
Tyler Lloyd
2021-11-03 13:35:38 -04:00
parent 5d2070fad1
commit 5b080c7087
2 changed files with 6 additions and 0 deletions

View File

@@ -231,6 +231,12 @@ subjects:
You can also see [an example of using `kubeconfig` in the `./extras`](./extras/example-with-kubeconfig.yaml).
### Using with IPv4/IPv6 dual-stack
If your pods having IPv4 and IPv6 addresses assigned and you want to test communication over IPv6, you can specify the `USE_IPV6` environment variable which will use the IPv6 address on the pod and host.
![ipv6](./extras/screenshot-ipv6.png)
### Note on DNS
Note, that on top of resolving the other pods, all instances can also try to resolve arbitrary DNS. This allows you to test your DNS setup.

BIN
extras/screenshot-ipv6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB