Skip to main content

Deployments

A high-level pod management system that defines the desired state of an app deployed using Kubernetes.

Replica sets are used, which manage the creation and monitoring of pods and ensures they always match the desired state defined in the deployment definition.

rollouts/rollbacks

Rollouts and rollbacks allow for the seamless updating of pods and to revert to earlier configurations as needed.