Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

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 3, 2023
1 parent bdcf227 commit 90c117a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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
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 90c117a

Please sign in to comment.