Deployments, Kubernetes Authors, N/A - Official documentation explaining Kubernetes Deployments, their specification, and how they manage desired application states, including interactions with ReplicaSets and Pods.
Kubernetes in Action, Second Edition, Marko Lukša, Kevin Conner, 2026 (Manning Publications) - A comprehensive book offering practical insights and detailed explanations of Kubernetes components, including the structure and function of Deployments and related controllers.
Kubernetes Controllers, Kubernetes Authors, N/A (Kubernetes Project) - Official documentation detailing the architectural role of controllers in Kubernetes, which implement the declarative desired state management for objects like Deployments.