Guides¶
Step-by-step how-to guides for common tasks. Unlike the Learn section which explains concepts, these guides tell you exactly what to do.
Getting Started¶
| Guide | For |
|---|---|
| Complete Onboarding | New engineers — everything from zero to first deploy |
| Access & Permissions | What access to request and from whom |
| Local Dev Setup | Running services locally without a full cluster |
Deploying¶
| Guide | For |
|---|---|
| GitOps Workflow | Day-to-day deployment via ArgoCD |
| Release Process | Creating releases, versioning, tagging |
| Rollbacks | Reverting a bad deployment quickly |
Configuration¶
| Guide | For |
|---|---|
| Secrets Management | Adding, updating, rotating secrets |
| Environment Variables | ConfigMaps, env vars, per-environment overrides |
Databases¶
| Guide | For |
|---|---|
| Access Patterns | Connecting to Cloud SQL, MongoDB, Redis |
| Migrations | Running and managing schema migrations with Flyway |
Debugging¶
| Guide | For |
|---|---|
| Reading Logs | Finding and filtering logs in Loki/Grafana |
| Tracing Requests | Following a request through the service mesh |
| Common Issues | Top 15 problems and their solutions |