Difference between revisions of "Kubernetes ConfigMaps"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
[[EKS]]
 
[[EKS]]
* <code>kubectl edit -n kube-system configmap/aws-auth</code>
+
* <code>[[kubectl edit]] -n kube-system configmap/aws-auth</code>
  
  

Revision as of 13:37, 5 December 2021

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>

EKS


Activities

Related terms

See also

Advertising: