Pods, Kubernetes Authors, 2024 - The official documentation explaining the smallest deployable unit in Kubernetes, its lifecycle, and multi-container patterns like sidecars.
Deployments, Kubernetes Authors, 2024 - The official documentation for Kubernetes Deployments, detailing how to manage declarative updates for Pods, handle rolling updates, and use ReplicaSets.
Services, Load Balancing, and Networking, Kubernetes Authors, 2024 - The official documentation describing Kubernetes Service objects, stable network endpoints, various service types (e.g., ClusterIP, LoadBalancer), and their role in enabling Pod communication.
Kubernetes in Action, Second Edition, Marko Lukša, Kevin Conner, 2026 (Manning Publications) - A highly-regarded book offering a detailed and practical guide to Kubernetes, including in-depth explanations of its core components such as Pods, Deployments, and Services.