Quick way to print environment variables of a running pod

A quick post to showcase how to print environment variables of a running pod.

A quick way to print the environment variables of a running pod is to use the following command.

For example, take a look at the sample nginx pod with few additional (MY_POD and PORT) environment variables.

Once the pod is in running state, you can use the following command to print the environment variables of the pod.

You can see the output as below listing the environment variables.

screenshot showing output of the command showcasing environment variables

--

--

Microsoft MVP | Developer | Passionate about Cloud, .NET and DevOps

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Utkarsh Shigihalli

Microsoft MVP | Developer | Passionate about Cloud, .NET and DevOps