Deployments
A deployment is a running workload — a web service, worker, scheduled job, or TCP service. This section covers how to configure them, watch them, and recover from bad releases.
Overview
What a deployment is, the lifecycle of a rollout, and the views you use to manage one.
Types
Web services, workers, scheduled jobs, and TCP services — and when to use each.
Configuration
Image, resources, port, replicas, command, args, and the rest of the knobs a deployment exposes.
Environment variables
Per-deployment env, reusable env groups, and how partial updates work.
Revisions & rollbacks
Every deploy creates an immutable revision. Roll back to any of them in one call.
Monitoring & debugging
Metrics, logs, and Kubernetes events for diagnosing live deployments.