TAG

Configmap

Mount ConfigMap as file in existing directory - K8s

Mount ConfigMap as file into an existing directory in Kubernetes with and without helm charts. Mount files into an existing volume inside Pod container.

By admin · 5 min read · Kubernetes Tutorial

Kubernetes ConfigMaps usage to declare env variables

Kubernetes ConfigMap decouples the application data from the application. It is used to set and define environment variables inside the Pod container. You can …

By admin · 11 min read · Kubernetes Tutorial