Configuration
4 lessons in the Kubernetes course.
Full Kubernetes course · Search this topic · IT & cloud
- NamespacesSeparate resources into namespaces for organization and safer experiments.
- ConfigMapsStore non-secret configuration and mount or inject it into pods.
- Secrets IntroStore sensitive values as Secrets and treat them carefully even in learning clusters.
- Volumes IntroAttach storage to pods so data can outlive a single container filesystem.