Skip to content

Commit 90908bc

Browse files
committed
Update docs related to Kgateway
1 parent 9e7c76d commit 90908bc

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/concepts/runtime-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ OpenChoreo manages network security through the cell architecture and gateway pa
8181
allowed between components of the same project, while all cross-cell communication must flow through the defined
8282
gateways. This provides security boundaries between different application domains.
8383

84-
The platform uses Cilium for network policy enforcement and Envoy Gateway for ingress traffic management. Developers
85-
declare their components' endpoints and connections in the workload specification, and the platform handles the
84+
The platform uses Cilium for network policy enforcement and Kgateway for ingress traffic management. Developers
85+
declare their components' endpoints and connections in the workload specification, and the platform handles the
8686
underlying network configuration.
8787

8888
## Workload Execution

docs/getting-started/multi-cluster.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ kubectl get pods -n openchoreo-data-plane --context=k3d-openchoreo-dp
135135
```
136136

137137
You should see pods for:
138-
- `envoy-gateway-*` (Running)
138+
139+
- `openchoreo-data-plane-gateway-*` (Running)
139140
- `external-secrets-*` (3 pods, all Running)
140141
- `fluent-bit-*` (Running on each node)
141-
- `gateway-external-*` (Running)
142+
- `gateway-default-*` (Running)
142143

143144
#### Configure DataPlane
144145

docs/getting-started/single-cluster.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ kubectl get pods -n openchoreo-data-plane
127127
```
128128

129129
You should see pods for:
130-
- `envoy-gateway-*` (Running)
131130
- `cluster-agent-*` (Running) - Agent for secure control plane communication
131+
- `openchoreo-data-plane-gateway-*` (Running)
132132
- `external-secrets-*` (3 pods, all Running)
133133
- `fluent-bit-*` (Running on each node)
134-
- `gateway-external-*` (Running)
134+
- `gateway-default-*` (Running)
135135

136136
#### Configure DataPlane
137137

docs/overview/what-is-openchoreo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OpenChoreo is made up of several key components that work together to deliver a
3434
- **Control Plane** - The orchestration layer that watches developer and platform APIs, validates configurations and translates them into Kubernetes-native and cloud-native infrastructure.
3535
- **Developer API** - Simplified, self-service interfaces for developers to model, deploy and manage the full SDLC of cloud-native applications, without needing to understand platform internals.
3636
- **Platform API** - Declarative interfaces used by platform engineers to configure and manage the OpenChoreo installation.
37-
- **Data Plane** - The execution environment for applications that is built on Kubernetes and extended with Cilium, Envoy Gateway, and other CNCF tools. The Data Plane is where runtime semantics are enforced.
37+
- **Data Plane** - The execution environment for applications that is built on Kubernetes and extended with Cilium, Kgateway, and other CNCF tools. The Data Plane is where runtime semantics are enforced.
3838
- **CI Plane** - A built-in CI engine powered by Argo Workflows. It builds the container images, runs tests and publishes artifacts. It is an optional plane.
3939
- **Observability Plane** - Out-of-the-box visibility with logs, metrics and traces, using tools like Prometheus, Fluent Bit and OpenSearch.
4040

0 commit comments

Comments
 (0)