Deployments, Kubernetes Authors, 2024 - Explains the fundamental concepts of Kubernetes Deployments, their purpose, and how they manage ReplicaSets and Pods to achieve a desired state.
kubectl Reference Docs, Kubernetes Authors, 2024 - A comprehensive reference for all kubectl commands, including those used for inspecting Deployment status and managing rollouts.
Kubernetes Up & Running: Dive Into the Future of Infrastructure, Brendan Burns, Joe Beda, Kelsey Hightower, and Lachlan Evenson, 2019 (O'Reilly Media) - Provides practical guidance on deploying and managing applications on Kubernetes, including detailed explanations of Deployments and related inspection techniques.
Debugging Deployments, Kubernetes Authors, 2022 - Offers strategies and commands for troubleshooting issues with Kubernetes Deployments, complementing the inspection commands covered in the section.