Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: serverless provisioning clarification #8161

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/konnect/gateway-manager/serverless-gateways/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ title: Serverless Gateways
{:.note}
> **Note:** Serverless Gateways are currently only supported in {{site.konnect_short_name}} Plus. If you are an enterprise tier customer and are interested in Serverless Gateways, please contact your account team.

{:.note}
> **Note:** Serverless Gateways are not guaranteed to be provisioned in your local Konnect region.

Serverless gateways are lightweight data plane nodes that are fully managed by Kong in {{site.konnect_short_name}}.

Serverless gateways offer the following benefits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ The {{site.konnect_short_name}} API uses [Personal Access Token (PAT)](/konnect/
* `control_plane_geo`: The geo of the control plane.
* `region`: The region you want to deploy the data plane in.

{:.note}
> **Note:** The Serverless Gateway data plane can only be provisioned in the `na`, `eu`, or `au` regions. However your data plane and control plane regions can be different (e.g. it's possible to attach an `eu` data plane to an `me` control plane.)

You should get a `201` response which means your serverless gateway is now provisoned. You can use it like you would any other {{site.base_gateway}} in {{site.konnect_short_name}}.

{% endnavtab %}
Expand Down