Skip to content

Commit

Permalink
Update docs/how-to/multicluster-gateways-walkthrough.md
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Fitzgerald <[email protected]>
  • Loading branch information
jasonmadigan and laurafitzgerald committed Oct 9, 2023
1 parent bdcf227 commit d1380f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 224 deletions.
3 changes: 1 addition & 2 deletions docs/how-to/multicluster-gateways-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We will start with a single cluster and move to multiple clusters to illustrate

## Initial Setup

In this walkthrough, we'll deploy test echo services across multiple clusters. If you followed the [Getting Started Guide](https://docs.kuadrant.io/getting-started/), you would have already set up a `MGC_ZONE_ROOT_DOMAIN` environment variable when creating a `ManagedZone`. For this tutorial, we'll derive a host from this domain for these echo services.
In this walkthrough, we'll deploy test echo services across multiple clusters. If you followed the [Getting Started Guide](https://docs.kuadrant.io/getting-started/), you would have already set up a `MGC_ZONE_ROOT_DOMAIN` environment variable. For this tutorial, we'll derive a host from this domain for these echo services.

### Create a gateway

Expand Down Expand Up @@ -360,5 +360,4 @@ If you want you can use ```watch dig echo.$MGC_ZONE_ROOT_DOMAIN``` to see the DN
Here are some good, follow-on guides that build on this walkthrough:
* [Simple RateLimitPolicy for App Developers](./simple-ratelimitpolicy-for-app-developers.md)
* [Simple AuthPolicy for App Developers](./simple-authpolicy-for-app-developers.md)
* [Deploying/Configuring Metrics.](../how-to/metrics-walkthrough.md)
222 changes: 0 additions & 222 deletions docs/how-to/simple-authpolicy-for-app-developers.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/how-to/simple-ratelimitpolicy-for-app-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ We will rate limit the `POST /toys` endpoint to a maximum of 5rp10s ("5 requests

### ① Deploy the Toy Store API

#### Create the Deployment

> **Note:** You can skip this step and proceed to [Create the HTTPRoute](#create-the-httproute) if you've already deployed the Toy Store API as part of [the AuthPolicy for App Developers guide](./simple-authpolicy-for-app-developers.md#-deploy-the-toy-store-api).
Create the deployments for both clusters we've created previously (`kind-mgc-control-plane` & `kind-mgc-workload-1`):

```bash
Expand Down

0 comments on commit d1380f2

Please sign in to comment.