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