tag: configmaps
tutorials
How to Configure Node-based apps in Kubernetes
Learn how to configure Angular, React, and Vue apps in Kubernetes using ConfigMaps and Secrets for environment variables and config.js files.
tutorials
How to Create Immutable Configmaps and Secrets
Learn how to create and use immutable ConfigMaps and Secrets to protect application data from being modified.
tutorials
How to Add Entire Directory of Files to a ConfigMap
Learn how to add an entire directory of files to your ConfigMap for mounting in a deployment or pod.
Follow Us