Architecture Index
The guides on this site are grouped by theme (Containerization, Kubernetes, Observability) because most pages apply to more than one deployment. This page groups them the other way, by platform, with each path ordered start to finish.
There are two platform paths: Kubernetes and Docker Compose.
Kubernetes
Read the mental model first, then size and deploy a gateway, then add the operational patterns.
- Running Ignition on Kubernetes: how the cluster machinery maps onto a gateway.
- Kubernetes concepts for Ignition: the StatefulSet, PVC, Service, and Secret choices behind the Helm chart.
- Kubernetes Sizing Reference: CPU, memory, heap, and PVC starting points.
- Helm Ignition Lab: deploy a gateway on a cluster end to end.
- External modules from S3: share third-party
.modlfiles across gateway pods via a ReadOnlyMany PV. - External Secrets: sync credentials from a cloud secret store into Kubernetes Secrets.
- GitOps with ApplicationSets: automate multi-cluster, multi-environment deployments with ArgoCD matrix generators.
- Config Sync: keep Ignition project files and gateway config continuously in sync with Git.
- Observability for Ignition: what to monitor and how the stack fits together. Start with Gateway Telemetry to attach the OTel agent.
The route above is identical whether you run a managed cluster (EKS, GKE, AKS) or self-host. The only differences are cloud-specific, such as load balancers, IAM-backed secrets, and storage classes, and those are called out inline in each guide's "On AWS" section as that content lands, not as a separate path to follow.
Docker Compose
Read the container architecture first, then layer in operations and observability.
- Introduction to Docker for Ignition: the container mental model and the project-template architecture.
- The Compose Architecture and Volume Strategy: how the stack is wired and where data lives.
- Licensing in Containers and Day-Two Operations: running a licensed gateway and keeping it healthy.
- Docker Ignition Lab: stand up a gateway from the template.
- Observability for Ignition: the observability patterns apply to Compose deployments too. Start with Gateway Telemetry to attach the OTel agent.