Skip to content

Commit

Permalink
feat: Konnect ME geos (#8126)
Browse files Browse the repository at this point in the history
* Update geo.md to reflect for 2 new geos

* Add IN and UAE region urls and allowlist hostnames

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>

* Change uae to me, fix decK conditional rendering

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>

* Remove mentions of IN region

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>

* Fix conditional rendering

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>

---------

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
  • Loading branch information
smritikjaggi and cloudjumpercat authored Nov 26, 2024
1 parent 2c3f076 commit a3bebdb
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
14 changes: 13 additions & 1 deletion app/_src/deck/guides/konnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Use `--konnect-addr` to select the API to connect to.

The default API decK uses is `https://us.api.konghq.com`, which targets the `cloud.konghq.com` environment.

{% if_version gte:1.14.x %}
{% if_version gte:1.14.x lte:1.39.x %}

{{site.base_gateway}} supports AU, EU, and US [geographic regions](/konnect/geo/).

Expand All @@ -175,6 +175,18 @@ To target a specific geo, set `konnect-addr` to one of the following:

{% endif_version %}

{% if_version gte:1.40.x %}

{{site.base_gateway}} supports AU, EU, ME, and US [geographic regions](/konnect/geo/).

To target a specific geo, set `konnect-addr` to one of the following:
* AU geo:`"https://au.api.konghq.com"`
* EU geo:`"https://eu.api.konghq.com"`
* US geo:`"https://us.api.konghq.com"`
* ME geo:`"https://me.api.konghq.com"`

{% endif_version %}

## Control planes

Each [state file](/deck/{{page.release}}/terminology/#state-files) targets one control plane.
Expand Down
4 changes: 3 additions & 1 deletion app/konnect/geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ Geographic regions allow you to also operate {{site.konnect_saas}} in a similar

* AU
* EU
* ME
* US


### Dedicated Cloud Gateways

{% navtabs %}
Expand Down Expand Up @@ -74,4 +76,4 @@ The following objects are geo-specific and are not shared between geos:
* [Routes](/konnect/getting-started/implement-service/)
* [Consumers](/konnect/gateway-manager/configuration/)
* [Application registration](/konnect/dev-portal/applications/enable-app-reg/)
* [Custom teams and roles](/konnect/org-management/teams-and-roles/)
* [Custom teams and roles](/konnect/org-management/teams-and-roles/)
22 changes: 22 additions & 0 deletions app/konnect/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ add the following hostnames to the firewall allowlist (depending on the [geograp
| `CONTROL_PLANE_DNS_PREFIX.eu.cp0.konghq.com` | Handles configuration for a control plane in the EU geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.eu.tp0.konghq.com` | Gathers telemetry data for a control plane in the EU geo. This hostname is unique to each organization and control plane. |

### ME geo

| Hostname | Description |
|:----------|:----------|
| `cloud.konghq.com` | The {{site.konnect_short_name}} platform. |
| `global.api.konghq.com` | The {{site.konnect_short_name}} API for platform authentication, identity, permissions, teams, and organizational entitlements and settings. |
| `me.api.konghq.com` | The {{site.konnect_short_name}} API for the ME geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.me.portal.konghq.com` | The URL for the Dev Portal in the ME geo. |
| `CONTROL_PLANE_ID.me.cp0.konghq.com` | Handles configuration for a control plane in the ME geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.me.tp0.konghq.com` | Gathers telemetry data for a control plane in the ME geo. This hostname is unique to each organization and control plane. |

### US geo

| Hostname | Description |
Expand Down Expand Up @@ -158,6 +169,17 @@ Add the following hostnames to the firewall allowlist (depending on the [geograp
| `CONTROL_PLANE_ID.eu.cp0.konghq.com` | Handles configuration for a control plane in the EU geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.eu.tp0.konghq.com` | Gathers telemetry data for a control plane in the EU geo. This hostname is unique to each organization and control plane. |
### ME geo
| Hostname | Description |
|:----------|:----------|
| `cloud.konghq.com` | The {{site.konnect_short_name}} platform. |
| `global.api.konghq.com` | The {{site.konnect_short_name}} API for platform authentication, identity, permissions, teams, and organizational entitlements and settings. |
| `me.api.konghq.com` | The {{site.konnect_short_name}} API for the ME geo. Necessary if you are using decK in your workflow, decK uses this API to access and apply configurations. |
| `PORTAL_ID.me.portal.konghq.com` | The URL for the Dev Portal in the ME geo. |
| `CONTROL_PLANE_ID.me.cp0.konghq.com` | Handles configuration for a control plane in the ME geo. Data plane nodes connect to this host to receive configuration updates. This hostname is unique to each organization and control plane. |
| `CONTROL_PLANE_ID.me.tp0.konghq.com` | Gathers telemetry data for a control plane in the ME geo. This hostname is unique to each organization and control plane. |
### US geo
| Hostname | Description |
Expand Down

0 comments on commit a3bebdb

Please sign in to comment.