TAG

Devops

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

Beginners guide on Kubernetes volumes with examples

Kubernetes volume lives with a Pod across a container life cycle. After a container is restarted, the new container can see all the files that were written to …

By admin · 13 min read · Kubernetes Tutorial