Automation

Adding environment variable from file in kubernetes


Environment variables plays an important role in micro service pod deployment .In kubernetes pod, we declared all the environment variable in deployment file in the "env:" section .Sometimes it is tedious to cover all of them because each micro service have their own Env key and values . To solve this ,we have to pass… Continue reading Adding environment variable from file in kubernetes

Automation, helm

Mounting volumes to kubernetes Pod container using helm chart


Helm chart for volume mount In this article ,I will explain how to mount a folder/file in a kubernetes pod container using helm chart . There are some useful functions in Helm which makes our Job easy ,let's go and create the volume mount .Create a config map as mentioned below . Mounting a Folder… Continue reading Mounting volumes to kubernetes Pod container using helm chart