Self-Hosting the Apollo Router
How to deploy the router on your own infrastructure
Apollo Router is a graph runtime that you can deploy in your own infrastructure.
For each version of the Apollo Router, Apollo provides:
Kubernetes using Helm
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
.
Follow our Kubernetes quickstart to deploy the router with a Helm chart.
Docker
Apollo provides Docker images for each release of Apollo Router. The images are available via GitHub, downloadable from the ghcr.io/apollographql/router
and the router repository. Both debug and production images are provided.
For more information on deploying using your container environment:
Local binary
Running the Apollo Router directly from its binary speeds up local development and enables embedded use cases where containers are unavailable.
Follow the quickstart to run a router binary.