Difference between revisions of "Kubernetes, env:"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== Related == | == Related == | ||
− | * [[kind: Deployment]] | + | * <code>[[kind: Deployment]]</code> |
* <code>[[valueFrom:]]</code> | * <code>[[valueFrom:]]</code> | ||
* <code>[[fieldRef:]]</code> | * <code>[[fieldRef:]]</code> |
Revision as of 11:17, 10 October 2023
apiVersion: v1 kind: Pod metadata: name: envar-demo labels: purpose: demonstrate-envars spec: containers: - name: envar-demo-container image: gcr.io/google-samples/node-hello:1.0 env: - name: DEMO_GREETING value: "Hello from the environment" - name: DEMO_FAREWELL value: "Such a sweet sorrow"
Related
See also
- Variables: Environment variables,
env
,env-cmd
,.env/
,SHELL
,PS1, HOME, $?
,PATH
,HISTFILE, PWD, LD_LIBRARY_PATH
,printenv, getenv, getenv, direnv
, AWS cli environmental variables, envsubst,env:, env_file
(docker-compose) - Pods,
Mypod.yml
, Create and configure a basic Pod,pod (command)
,pod --help
,pod install
, List containers on a POD,livenessProbe, readinessProbe
, Pod status, Static pod, Pod Security, PodReplacementPolicy
Advertising: