Skip to content

site-src: Replace k8sgateway with kgateway & fix spelling in roles-and-personas.md #311

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

Merged
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions site-src/concepts/roles-and-personas.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
16 changes: 8 additions & 8 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robscott is Gateway API or the Gateway API proper grammar here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch -- for posterity, I fed the site-src directory into cursor to catch any spelling issues. Happy to revert.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted in 5679191.

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

Expand All @@ -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