Kubernetes Deployment
A controller for stateless workloads that manages ReplicaSets to hold a desired replica count and performs rolling updates by scaling a new ReplicaSet up while scaling the old one down, bounded by maxSurge and maxUnavailable. Rollbacks are just pointing back at a previous ReplicaSet revision.
This Concept is waiting for its first lesson!
A controller for stateless workloads that manages ReplicaSets to hold a desired replica count and performs rolling updates by scaling a new ReplicaSet up while scaling the old one down, bounded by maxSurge and maxUnavailable. Rollbacks are just pointing back at a previous ReplicaSet revision.
Are you a teacher? Sign in to start contributing.
Sign In