Skip to content

Commit

Permalink
docs: use tabpane (#3208)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored Apr 16, 2024
1 parent c0068a0 commit d162184
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion site/content/en/latest/tasks/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ consideration when debugging.

## Testing the Configuration

{{< tabpane text=true >}}
{{% tab header="Without LoadBalancer Support" %}}

Get the name of the Envoy service created the by the example Gateway:

```shell
Expand All @@ -65,7 +68,9 @@ Curl the example app through Envoy proxy:
curl --verbose --header "Host: www.example.com" http://localhost:8888/get
```

### External LoadBalancer Support
{{% /tab %}}

{{% tab header="External LoadBalancer Support" %}}

You can also test the same functionality by sending traffic to the External IP. To get the external IP of the
Envoy service, run:
Expand All @@ -83,6 +88,9 @@ Curl the example app through Envoy proxy:
curl --verbose --header "Host: www.example.com" http://$GATEWAY_HOST/get
```

{{% /tab %}}
{{< /tabpane >}}

## What to explore next?

In this quickstart, you have:
Expand Down

0 comments on commit d162184

Please sign in to comment.