Skip to content

Commit b609688

Browse files
feat(konnect): Rename: Gateway Manager and AI Manager to API Gateway and AI Gateway (#2975)
* rename Gateway Manager and AI Manager to regular product names * breadcrumbs and index link * fix(indices): liquid variables in titles * fix(indices): items have `title` not `text` * change all the URLs --------- Co-authored-by: Fabian Rodriguez <[email protected]>
1 parent a038027 commit b609688

File tree

73 files changed

+233
-502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+233
-502
lines changed

.github/styles/base/Kongterms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ swap:
1616
Kong Gateway Operator: "{{site.gateway_operator_product_name}}"
1717
"{{site.kgo_product_name}}": "{{site.gateway_operator_product_name}}"
1818
ServiceHub: Service Hub
19-
Runtime Manager: Gateway Manager
19+
Runtime Manager: API Gateway
2020
dbless: DB-less

app/_gateway_entities/ca-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ related_resources:
2626
- text: Reserved entity names
2727
url: /gateway/reserved-entity-names/
2828
- text: "{{site.konnect_short_name}} Control Plane resource limits"
29-
url: /gateway-manager/control-plane-resource-limits/
29+
url: /gateway/control-plane-resource-limits/
3030

3131
tools:
3232
- admin-api

app/_gateway_entities/certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ related_resources:
2222
- text: Reserved entity names
2323
url: /gateway/reserved-entity-names/
2424
- text: "{{site.konnect_short_name}} Control Plane resource limits"
25-
url: /gateway-manager/control-plane-resource-limits/
25+
url: /gateway/control-plane-resource-limits/
2626

2727

2828
tools:

app/_gateway_entities/consumer-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ related_resources:
2323
- text: Reserved entity names
2424
url: /gateway/reserved-entity-names/
2525
- text: "{{site.konnect_short_name}} Control Plane resource limits"
26-
url: /gateway-manager/control-plane-resource-limits/
26+
url: /gateway/control-plane-resource-limits/
2727

2828

2929
api_specs:

app/_gateway_entities/consumer.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ related_resources:
2525
url: /how-to/?query=consumer
2626
- text: Reserved entity names
2727
url: /gateway/reserved-entity-names/
28-
- text: "{{site.konnect_short_name}} Control Plane resource limits"
29-
url: /gateway-manager/control-plane-resource-limits/
28+
- text: "{{site.konnect_short_name}} control plane resource limits"
29+
url: /gateway/control-plane-resource-limits/
3030

3131
faqs:
3232
- q: What are credentials, and why do I need them?
@@ -167,29 +167,29 @@ rows:
167167

168168
## Centrally-managed Consumers {% new_in 3.10 %}
169169

170-
Consumers can be scoped to a {{site.konnect_short_name}} region and managed centrally, or be scoped to a Control Plane in Gateway Manager.
170+
Consumers can be scoped to a {{site.konnect_short_name}} region and managed centrally, or be scoped to a control plane.
171171

172172
Centralized Consumer management provides the following benefits:
173-
* **Set up a Consumer identity centrally**: Only define a Consumer once, instead of defining it in multiple Control Planes.
174-
* **Avoid conflicts from duplicate Consumer configuration**: Users don't need to replicate changes to Consumer identity in multiple Control Planes and Consumer configuration doesn't conflict.
175-
* **Reduce configuration sync issues between the Control Plane and the Data Planes**: Consumers that are managed centrally aren't part of the configuration that is pushed down from the Control Plane to the Data Planes, so it reduces config size and latency.
173+
* **Set up a Consumer identity centrally**: Only define a Consumer once, instead of defining it in multiple control planes.
174+
* **Avoid conflicts from duplicate Consumer configuration**: Users don't need to replicate changes to Consumer identity in multiple control planes and Consumer configuration doesn't conflict.
175+
* **Reduce configuration sync issues between the control plane and the data planes**: Consumers that are managed centrally aren't part of the configuration that is pushed down from the control plane to the data planes, so it reduces config size and latency.
176176

177-
Centrally managed Consumers exist outside of Control Planes, so they can be used across Control Planes.
177+
Centrally managed Consumers exist outside of control planes, so they can be used across control planes.
178178

179-
Use the following table to help you determine if you should use centrally-managed Consumers or Consumers scoped to Control Planes:
179+
Use the following table to help you determine if you should use centrally-managed Consumers or Consumers scoped to control planes:
180180

181181
<!--vale off-->
182182
{% feature_table %}
183183
columns:
184184
- title: "Centrally-managed Consumers"
185185
key: central
186186
center: true
187-
- title: Control Plane scoped Consumer
187+
- title: Control plane scoped Consumer
188188
key: cp_consumer
189189
center: true
190190

191191
features:
192-
- title: "Share Consumer identity in more than one Control Plane"
192+
- title: "Share Consumer identity in more than one control plane"
193193
central: true
194194
cp_consumer: false
195195
- title: "Supported authentication strategies"
@@ -205,15 +205,15 @@ features:
205205
<!--vale on-->
206206

207207
You can manage Consumers centrally using the [{{site.konnect_short_name}} Consumers API](/api/konnect/consumers/v1/).
208-
Only Org Admins and Control Plane Admins have CRUD permissions for these Consumers.
208+
Only Org Admins and control plane Admins have CRUD permissions for these Consumers.
209209

210210
When you create a Consumer centrally, you must assign it to a realm. A realm groups Consumers around an identity, defined by organizational boundaries, such as a production realm or a development realm.
211211
Realms are connected to a [geographic region](/konnect-platform/geos/) in {{site.konnect_short_name}}. Additionally, centrally managed Consumers must have a [specific Key Authentication configuration](/plugins/key-auth/examples/identity-realms/) set up to allow these Consumers to authenticate.
212212

213213
For a complete tutorial, see [Create a centrally-managed Consumer in {{site.konnect_short_name}}](/how-to/create-centrally-managed-consumer/).
214214

215215
{:.info}
216-
> **Note:** If you are using KIC to manage your Data Plane nodes in {{site.konnect_short_name}}, ensure that you configure the [`cluster_telemetry_endpoint`](/gateway/configuration/#cluster-telemetry-endpoint) in the Data Plane. You can find your specific `cluster_telemetry_endpoint` in [Gateway Manager](https://cloud.konghq.com/gateway-manager/), in the Data Plane node setup instructions.
216+
> **Note:** If you are using KIC to manage your data plane nodes in {{site.konnect_short_name}}, ensure that you configure the [`cluster_telemetry_endpoint`](/gateway/configuration/#cluster-telemetry-endpoint) in the data plane. You can find your specific `cluster_telemetry_endpoint` when setting up a data plane node.
217217
218218
## Consumer schema
219219

app/_gateway_entities/key-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ related_resources:
1515
- text: Reserved entity names
1616
url: /gateway/reserved-entity-names/
1717
- text: "{{site.konnect_short_name}} Control Plane resource limits"
18-
url: /gateway-manager/control-plane-resource-limits/
18+
url: /gateway/control-plane-resource-limits/
1919

2020

2121
tools:

app/_gateway_entities/key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ related_resources:
2424
- text: Securing {{site.base_gateway}}
2525
url: /gateway/security/
2626
- text: "{{site.konnect_short_name}} Control Plane resource limits"
27-
url: /gateway-manager/control-plane-resource-limits/
27+
url: /gateway/control-plane-resource-limits/
2828

2929

3030
api_specs:

app/_gateway_entities/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ related_resources:
1414
- text: Custom plugins
1515
url: /custom-plugins/
1616
- text: "{{site.konnect_short_name}} Control Plane resource limits"
17-
url: /gateway-manager/control-plane-resource-limits/
17+
url: /gateway/control-plane-resource-limits/
1818

1919

2020
tools:

app/_gateway_entities/route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ related_resources:
2424
- text: Traffic control and routing
2525
url: /gateway/traffic-control-and-routing/
2626
- text: "{{site.konnect_short_name}} Control Plane resource limits"
27-
url: /gateway-manager/control-plane-resource-limits/
27+
url: /gateway/control-plane-resource-limits/
2828

2929
next_steps:
3030
- text: Learn about the Expressions router

app/_gateway_entities/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ related_resources:
1818
- text: Reserved entity names
1919
url: /gateway/reserved-entity-names/
2020
- text: "{{site.konnect_short_name}} Control Plane resource limits"
21-
url: /gateway-manager/control-plane-resource-limits/
21+
url: /gateway/control-plane-resource-limits/
2222

2323
tools:
2424
- admin-api

0 commit comments

Comments
 (0)