Kubernetes rolling deployment
Deploy a new version to all pods incrementally using a rolling update, with automatic rollback on failure.
Kubernetes canary deployment
Deploy a canary version of your application alongside the stable version, validate it, then promote with a full rolling deploy.
Kubernetes blue-green deployment
Deploy a new version to a stage environment, validate it, then swap service selectors to route production traffic to the new version.
Blank canvas Kubernetes deployment
Build a Kubernetes stage from scratch using the Apply step, without a managed rolling, canary, or blue-green strategy.