Skip to content

Commit ca0d163

Browse files
timflannagancoolkp
authored andcommitted
site-src: Replace k8sgateway with kgateway & fix spelling in roles-and-personas.md (kubernetes-sigs#311)
* site-src: Fix spelling/grammar issues in roles-and-personas.md Signed-off-by: timflannagan <[email protected]> * site-src: Replace k8sgateway with kgateway in implementations.md Signed-off-by: timflannagan <[email protected]> * site-src: Use the correct GW API naming Signed-off-by: timflannagan <[email protected]> --------- Signed-off-by: timflannagan <[email protected]>
1 parent 8490e97 commit ca0d163

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site-src/concepts/roles-and-personas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Roles and Personas
22

3-
Before diving into the details of the API, decriptions of the personas these APIs were designed for will help convey the thought process of the API design.
3+
Before diving into the details of the API, descriptions of the personas these APIs were designed for will help convey the thought process of the API design.
44

55
## Inference Platform Admin
66

7-
The Inference Platform Admin creates and manages the infrastructure necessary to run LLM workloads. Including handling Ops for:
7+
The Inference Platform Admin creates and manages the infrastructure necessary to run LLM workloads, including handling Ops for:
88

99
- Hardware
1010
- Model Server
@@ -15,7 +15,7 @@ The Inference Platform Admin creates and manages the infrastructure necessary to
1515

1616
## Inference Workload Owner
1717

18-
An Inference Workload Owner persona owns and manages 1 or many Generative AI Workloads (LLM focused *currently*). This includes:
18+
An Inference Workload Owner persona owns and manages one or many Generative AI Workloads (LLM focused *currently*). This includes:
1919

2020
- Defining criticality
2121
- Managing fine-tunes

site-src/implementations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
This project has several implementations that are planned or in progress:
44

55
* [Envoy Gateway][1]
6-
* [Gloo k8sgateway][2]
6+
* [Kgateway][2]
77
* [Google Kubernetes Engine][3]
88

99
[1]:#envoy-gateway
10-
[2]:#gloo-k8sgateway
10+
[2]:#kgateway
1111
[3]:#google-kubernetes-engine
1212

1313
## Envoy Gateway
14+
1415
[Envoy Gateway][eg-home] is an [Envoy][envoy-org] subproject for managing
1516
Envoy-based application gateways. The supported APIs and fields of the Gateway
1617
API are outlined [here][eg-supported]. Use the [quickstart][eg-quickstart] to
@@ -24,15 +25,15 @@ Issue](https://github.com/envoyproxy/gateway/issues/4423).
2425
[eg-supported]:https://gateway.envoyproxy.io/docs/tasks/quickstart/
2526
[eg-quickstart]:https://gateway.envoyproxy.io/docs/tasks/quickstart
2627

27-
## Gloo k8sgateway
28+
## Kgateway
2829

29-
[Gloo k8sgateway](https://k8sgateway.io/) is a feature-rich, Kubernetes-native
30-
ingress controller and next-generation API gateway. Gloo k8sgateway brings the
30+
[Kgateway](https://kgateway.dev/) is a feature-rich, Kubernetes-native
31+
ingress controller and next-generation API gateway. Kgateway brings the
3132
full power and community support of Gateway API to its existing control-plane
3233
implementation.
3334

3435
Progress towards supporting this project is tracked with a [GitHub
35-
Issue](https://github.com/k8sgateway/k8sgateway/issues/10411).
36+
Issue](https://github.com/kgateway-dev/kgateway/issues/10411).
3637

3738
## Google Kubernetes Engine
3839

@@ -53,4 +54,3 @@ Issue](https://github.com/GoogleCloudPlatform/gke-gateway-api/issues/20).
5354
[gke-gateway]:https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api
5455
[gke-gateway-deploy]:https://cloud.google.com/kubernetes-engine/docs/how-to/deploying-gateways
5556
[gke-multi-cluster-gateway]:https://cloud.google.com/kubernetes-engine/docs/how-to/deploying-multi-cluster-gateways
56-

0 commit comments

Comments
 (0)