Skip to content

Commit 6513c90

Browse files
committed
Minor style fixes
1 parent f9cf598 commit 6513c90

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/source/routing/self-hosted/containerization/kubernetes/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide shows how to:
1717
<ElasticNotice />
1818

1919
<Note>
20-
For a production-grade self-hosted deployment Apollo recommends the [Apollo GraphOS Operator](https://www.apollographql.com/docs/apollo-operator).
20+
For a production-grade self-hosted deployment, Apollo recommends the [Apollo GraphOS Operator](/apollo-operator/).
2121
</Note>
2222

2323

@@ -132,9 +132,9 @@ helm install <name_for_install> --namespace <router-namespace> --set managedFede
132132

133133
## Consider using the Apollo GraphOS Operator
134134

135-
The [Apollo GraphOS Operator](/apollo-operator/) offers an alternative method to deploy the router and manage your schema and subgraphs. The Operator provides declarative Kubernetes resources for managing routers, supergraphs, graph schemas, and subgraphs. It can simplify complex multi-service architectures.
135+
The [Apollo GraphOS Operator](/apollo-operator/) offers an alternative method to deploy the router and manage your schema and subgraphs. The Operator provides declarative Kubernetes resources to manage routers, supergraphs, graph schemas, and subgraphs. It simplifies complex multi-service architectures.
136136

137-
The Operator offers different [workflow patterns](/apollo-operator/workflows/) depending on your infrastructure:
137+
The Operator supports different [workflow patterns](/apollo-operator/workflows/) based on your infrastructure:
138138
- Single-cluster setups for simpler deployments
139139
- Multi-cluster and hybrid configurations for distributed services
140140
- Deploy-only patterns for existing CI/CD workflows

docs/source/routing/self-hosted/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,18 @@ For each version of the Apollo Router, Apollo provides:
2424
- [A Docker image](#container)
2525
- [A binary](#local-binary)
2626

27-
## Kubernetes using the Apollo GraphOS Operator
27+
## Kubernetes
2828

29-
For a production-grade self-hosted deployment Apollo recommends the [Apollo GraphOS Operator](/apollo-operator/). The Operator provides declarative Kubernetes resources for managing routers, supergraphs, graph schemas, and subgraphs. It can simplify complex multi-service architectures.
29+
### Apollo GraphOS Operator
3030

31-
The Operator offers different [workflow patterns](/apollo-operator/workflows/) depending on your infrastructure:
31+
For a production-grade self-hosted deployment, Apollo recommends the [Apollo GraphOS Operator](/apollo-operator/). The Operator provides declarative Kubernetes resources to manage routers, supergraphs, graph schemas, and subgraphs. It simplifies complex multi-service architectures.
32+
33+
The Operator supports different [workflow patterns](/apollo-operator/workflows/) based on your infrastructure:
3234
- Single-cluster setups for simpler deployments
3335
- Multi-cluster and hybrid configurations for distributed services
3436
- Deploy-only patterns for existing CI/CD workflows
3537

36-
## Kubernetes using Helm
38+
### Helm
3739

3840
Helm is a package manager for Kubernetes. Apollo provides a Helm chart with each release of Apollo Router in the GitHub Container Registry. Since router v0.14.0, Apollo has released each router Helm chart as an Open Container Initiative (OCI) image in `oci://ghcr.io/apollographql/helm-charts/router`.
3941

0 commit comments

Comments
 (0)