API Gateway Template — Runbook¶
Deployment¶
- Container image from Application publish output
- Configure environment-specific route destinations (internal K8s DNS, App Service URLs, etc.)
- Secrets — signing keys not needed at gateway if only validating tokens; store authority client secrets if gateway calls introspection endpoints
Health¶
- Expose
/health,/alive,/startupfor orchestrators - Optionally verify downstream health as part of readiness (product-specific)