From 464eb8ef69a8ffe0b067f2f0fde6af02cfbb875a Mon Sep 17 00:00:00 2001 From: timflannagan Date: Mon, 10 Feb 2025 20:16:49 +0000 Subject: [PATCH 1/3] site-src: Fix spelling/grammar issues in roles-and-personas.md Signed-off-by: timflannagan --- site-src/concepts/roles-and-personas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-src/concepts/roles-and-personas.md b/site-src/concepts/roles-and-personas.md index b11f43eb3..0746adbfb 100644 --- a/site-src/concepts/roles-and-personas.md +++ b/site-src/concepts/roles-and-personas.md @@ -1,10 +1,10 @@ # Roles and Personas -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. +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. ## Inference Platform Admin -The Inference Platform Admin creates and manages the infrastructure necessary to run LLM workloads. Including handling Ops for: +The Inference Platform Admin creates and manages the infrastructure necessary to run LLM workloads, including handling Ops for: - Hardware - Model Server @@ -15,7 +15,7 @@ The Inference Platform Admin creates and manages the infrastructure necessary to ## Inference Workload Owner -An Inference Workload Owner persona owns and manages 1 or many Generative AI Workloads (LLM focused *currently*). This includes: +An Inference Workload Owner persona owns and manages one or many Generative AI Workloads (LLM focused *currently*). This includes: - Defining criticality - Managing fine-tunes From 2bd2150f5f94e989bad5327b0363a30a4cf4f2bc Mon Sep 17 00:00:00 2001 From: timflannagan Date: Mon, 10 Feb 2025 20:17:12 +0000 Subject: [PATCH 2/3] site-src: Replace k8sgateway with kgateway in implementations.md Signed-off-by: timflannagan --- site-src/implementations.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index e22388275..c4294aea2 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -3,14 +3,15 @@ This project has several implementations that are planned or in progress: * [Envoy Gateway][1] -* [Gloo k8sgateway][2] +* [Kgateway][2] * [Google Kubernetes Engine][3] [1]:#envoy-gateway -[2]:#gloo-k8sgateway +[2]:#kgateway [3]:#google-kubernetes-engine ## Envoy Gateway + [Envoy Gateway][eg-home] is an [Envoy][envoy-org] subproject for managing Envoy-based application gateways. The supported APIs and fields of the Gateway API are outlined [here][eg-supported]. Use the [quickstart][eg-quickstart] to @@ -24,15 +25,15 @@ Issue](https://github.com/envoyproxy/gateway/issues/4423). [eg-supported]:https://gateway.envoyproxy.io/docs/tasks/quickstart/ [eg-quickstart]:https://gateway.envoyproxy.io/docs/tasks/quickstart -## Gloo k8sgateway +## Kgateway -[Gloo k8sgateway](https://k8sgateway.io/) is a feature-rich, Kubernetes-native -ingress controller and next-generation API gateway. Gloo k8sgateway brings the -full power and community support of Gateway API to its existing control-plane +[Kgateway](https://kgateway.dev/) is a feature-rich, Kubernetes-native +ingress controller and next-generation API gateway. Kgateway brings the +full power and community support of the Gateway API to its existing control-plane implementation. Progress towards supporting this project is tracked with a [GitHub -Issue](https://github.com/k8sgateway/k8sgateway/issues/10411). +Issue](https://github.com/kgateway-dev/kgateway/issues/10411). ## Google Kubernetes Engine @@ -53,4 +54,3 @@ Issue](https://github.com/GoogleCloudPlatform/gke-gateway-api/issues/20). [gke-gateway]:https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api [gke-gateway-deploy]:https://cloud.google.com/kubernetes-engine/docs/how-to/deploying-gateways [gke-multi-cluster-gateway]:https://cloud.google.com/kubernetes-engine/docs/how-to/deploying-multi-cluster-gateways - From 56791913f1982d68fe17b05c37473bc08d8500dd Mon Sep 17 00:00:00 2001 From: timflannagan Date: Mon, 10 Feb 2025 21:03:56 +0000 Subject: [PATCH 3/3] site-src: Use the correct GW API naming Signed-off-by: timflannagan --- site-src/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index c4294aea2..89acb4367 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -29,7 +29,7 @@ Issue](https://github.com/envoyproxy/gateway/issues/4423). [Kgateway](https://kgateway.dev/) is a feature-rich, Kubernetes-native ingress controller and next-generation API gateway. Kgateway brings the -full power and community support of the Gateway API to its existing control-plane +full power and community support of Gateway API to its existing control-plane implementation. Progress towards supporting this project is tracked with a [GitHub