Practice: Injecting Configuration and Mounting a Volume
Was this section helpful?
Configure a Pod to Use a ConfigMap, Kubernetes Authors, 2025 (The Linux Foundation) - Official guide on how to create and use ConfigMaps for injecting configuration data into Pods.
Configure a Pod to Use a Secret, Kubernetes Authors, 2024 - Official guide on how to create and use Secrets for sensitive data, including injection as environment variables.
Persistent Volumes, Kubernetes Authors, 2024 - Official conceptual and practical guide to Persistent Volumes and Persistent Volume Claims, fundamental for stateful applications.