Deployments, Kubernetes Authors, 2024 - This official guide details the Kubernetes Deployment object, its rolling update strategy, and how it manages application lifecycle, including updates and rollbacks.
Kubernetes in Action, Second Edition, Marko Lukša, Kevin Conner, 2026 (Manning Publications) - A comprehensive book providing practical explanations and examples of Kubernetes core concepts, including an in-depth treatment of Deployments, rolling updates, and rollbacks.
kubectl rollout, Kubernetes Authors, 2020 - The official kubectl command reference for managing rollouts, including commands for status, history, and undoing deployments, directly supporting the practical aspects discussed.