Skip to content

Commit 1bfb531

Browse files
committed
Minor style fixes
1 parent d105b60 commit 1bfb531

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ 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

0 commit comments

Comments
 (0)