Skip to content

Commit 55f23c2

Browse files
committed
Minor style fixes
1 parent d105b60 commit 55f23c2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 2 additions & 2 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,7 +132,7 @@ 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 for managing routers, supergraphs, graph schemas, and subgraphs. It simplifies complex multi-service architectures.
136136

137137
The Operator offers different [workflow patterns](/apollo-operator/workflows/) depending on your infrastructure:
138138
- Single-cluster setups for simpler deployments

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

Lines changed: 5 additions & 3 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+
### Kubernetes with the Apollo GraphOS Operator
30+
31+
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 simplifies complex multi-service architectures.
3032

3133
The Operator offers different [workflow patterns](/apollo-operator/workflows/) depending 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+
### Kubernetes using 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)