Skip to content

Commit

Permalink
docs: provides a suggested path through the docs after the quickstart (
Browse files Browse the repository at this point in the history
…envoyproxy#3185)

(envoyproxy#3179)

Signed-off-by: Eitan Suez <eitan@tetrate.io>
  • Loading branch information
Eitan Suez authored Apr 15, 2024
1 parent e70bd32 commit 2b24e9b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions site/content/en/latest/tasks/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@ Curl the example app through Envoy proxy:
curl --verbose --header "Host: www.example.com" http://$GATEWAY_HOST/get
```

## What to explore next?

In this quickstart, you have:
- Installed Envoy Gateway
- Deployed a backend service, and a gateway
- Configured the gateway using Kubernetes Gateway API resources [Gateway](https://gateway-api.sigs.k8s.io/api-types/gateway/) and [HttpRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/) to direct incoming requests over HTTP to the backend service.

Here is a suggested list of follow-on tasks to guide you in your exploration of Envoy Gateway:

- [HTTP Routing](traffic/http-routing)
- [Traffic Splitting](traffic/http-traffic-splitting)
- [Secure Gateways](security/secure-gateways/)
- [Global Rate Limit](traffic/global-rate-limit/)
- [gRPC Routing](traffic/grpc-routing/)

Review the [Tasks](./) section for the scenario matching your use case. The Envoy Gateway tasks are organized by category: traffic management, security, extensibility, observability, and operations.

## Clean-Up

Use the steps in this section to uninstall everything from the quickstart.
Expand Down
17 changes: 17 additions & 0 deletions site/content/en/v1.0.1/tasks/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@ Curl the example app through Envoy proxy:
curl --verbose --header "Host: www.example.com" http://$GATEWAY_HOST/get
```

## What to explore next?

In this quickstart, you have:
- Installed Envoy Gateway
- Deployed a backend service, and a gateway
- Configured the gateway using Kubernetes Gateway API resources [Gateway](https://gateway-api.sigs.k8s.io/api-types/gateway/) and [HttpRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/) to direct incoming requests over HTTP to the backend service.

Here is a suggested list of follow-on tasks to guide you in your exploration of Envoy Gateway:

- [HTTP Routing](traffic/http-routing)
- [Traffic Splitting](traffic/http-traffic-splitting)
- [Secure Gateways](security/secure-gateways/)
- [Global Rate Limit](traffic/global-rate-limit/)
- [gRPC Routing](traffic/grpc-routing/)

Review the [Tasks](./) section for the scenario matching your use case. The Envoy Gateway tasks are organized by category: traffic management, security, extensibility, observability, and operations.

## Clean-Up

Use the steps in this section to uninstall everything from the quickstart.
Expand Down

0 comments on commit 2b24e9b

Please sign in to comment.