Difference between revisions of "Kubernetes ConfigMaps"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
  
 
== Related terms ==
 
== Related terms ==
* [[Deployment]]
+
* [[Deployment]], [[Service]], [[Secrets]]
* [[Service]]
 
* [[Secrets]]
 
 
* [[Terraform]]: [[kubernetes_config_map]] https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/config_map ([[ConfigMap]])
 
* [[Terraform]]: [[kubernetes_config_map]] https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/config_map ([[ConfigMap]])
 
* <code>[[kind: ConfigMap]]</code>
 
* <code>[[kind: ConfigMap]]</code>

Revision as of 05:48, 11 August 2022

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

helm list
Error: configmaps is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "configmaps" in API group "" in the namespace "kube-system"

Activities

News

Related terms

See also

  • https://github.com/kubernetes/enhancements/issues/1412
  • Advertising: