Difference between revisions of "Kubernetes ConfigMaps"

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

Revision as of 13:36, 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

  • kubectl edit -n kube-system configmap/aws-auth


Activities

Related terms

See also

Advertising: