kubectl Overview, Kubernetes Authors, 2024 - Provides a comprehensive introduction to the kubectl command-line tool, its syntax, and common operations, which are essential for cluster inspection.
Kubernetes Components, Kubernetes Authors, 2025 (The Kubernetes Project) - Explains the architecture of a Kubernetes cluster, detailing the control plane and worker node components like the API server, etcd, scheduler, controller manager, kubelet, and kube-proxy, which are identified during inspection.
Kubernetes in Action, Second Edition, Marko Lukša, Kevin Conner, 2026 (Manning Publications) - An authoritative book offering in-depth explanations of Kubernetes concepts, architecture, and practical kubectl usage for cluster management and inspection.
Debugging Kubernetes Clusters, Kubernetes Authors, 2025 - Offers practical guidance and kubectl commands for diagnosing and troubleshooting Kubernetes cluster issues, directly supporting the practical inspection aspect of the section.