- Understand the role of each pod during installation and runtime
- Troubleshoot pod-level issues during deployment and upgrades
- Identify components responsible for authentication, routing, inference, storage, and platform administration.
In the pod names listed above, the placeholder
[...] represents the variable suffix that appears in the actual Kubernetes pod name.For example, auth-and-billing-[...] is an abstraction of an actual pod name such asauth-and-billing-123ab45c78d-efghi. The exact suffix may differ between environments and over time.
