Difference between revisions of "Kubernetes ConfigMaps"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 13: Line 13:
 
== Activities ==
 
== Activities ==
 
* [[CKA v1.15]]: Understand [[ConfigMaps]]
 
* [[CKA v1.15]]: Understand [[ConfigMaps]]
 +
 +
== Related terms ==
 +
* [[Deployment]]
 +
* [[Service]]
  
  

Revision as of 21:09, 25 August 2020

A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. https://kubernetes.io/docs/concepts/configuration/configmap/


kubectl create configmap <map-name> <data-source>



Activities

Related terms


See also

Advertising: