Environment variables and Secrets

Similar to how you can set environment variables in a local environment, you can also pass environment variables and secrets when running the Pods.

Using Environment Variables

To use environment variables, you can set them during the pod creation.

Using Secrets

Secrets are similar to environment variables, but the actual value never leaves the cloud environment. Secrets can be used to store sensitive information like API keys and passwords, which one does not want to accidentally leak into display output.