diff --git a/content/en/blog/2023/experimental-dual-stack/index.md b/content/en/blog/2023/experimental-dual-stack/index.md index 40f94a75c3..760cac1a0f 100644 --- a/content/en/blog/2023/experimental-dual-stack/index.md +++ b/content/en/blog/2023/experimental-dual-stack/index.md @@ -42,10 +42,23 @@ announce experimental support for dual stack in Istio 1.17! ## A Quick Experiment using Dual Stack +{{< tip >}} +If you want to use KinD for your test, you can set up a dual stack cluster with the following command: + +{{< text bash >}} +$ kind create cluster --name istio-ds --config - <}} + +{{< /tip >}} 1. Enable dual stack experimental support on Istio 1.17.0+ with the following: {{< text bash >}} - $ istioctl install -f - <}} - $ kubectl apply -f {{< github_file >}}/master/samples/sleep/sleep.yaml + $ kubectl apply -f {{< github_file >}}/samples/sleep/sleep.yaml {{< /text >}} 1. Verify the traffic: