Volumes, Kubernetes Authors, 2024 - Explains the core concepts of Kubernetes volumes, including ConfigMap, Secret, and PersistentVolumeClaim volume types and how to use spec.volumes and volumeMounts.
ConfigMaps, Kubernetes Authors, 2024 - Details how to use ConfigMaps to externalize configuration data, including mounting them as volumes into Pods.
Secrets, Kubernetes Authors, 2024 - Provides information on managing sensitive data with Secrets, including best practices for mounting them as volumes.
Persistent Volumes, Kubernetes Authors, 2024 - Describes how persistent storage works in Kubernetes, focusing on PersistentVolumes and PersistentVolumeClaims, and their use with Pods.