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.
Kubernetes Secrets | Declare confidential data with examples
In this article we will explore the usage of Kubernetes Secrets using some real time scenarios and examples. Ideally we use Secrets to declare confidential
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 …
