Rolling
Everything on SkillVeris tagged Rolling — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Study Notes(4)
Deployments In Depth
How Kubernetes Deployments manage ReplicaSets to deliver declarative rolling updates, rollbacks, and self-healing for stateless workloads.
Rolling Updates and Rollbacks
Learn how Kubernetes Deployments update Pods gradually with zero downtime and how to roll back safely when a release breaks.
Resampling and Rolling Windows
Master resample() for changing time-series frequency and rolling()/expanding() for moving-window calculations like moving averages.
Rolling Deployments
Rolling deployments replace instances of an application gradually, batch by batch, so the service stays available throughout the release without needing a full…