Kubernetes Config Maps

GPTKB entity

Statements (52)
Predicate Object
gptkbp:instance_of gptkb:Kubernetes
gptkbp:can_be_configured_for third-party applications
gptkbp:can_be_described_with gptkb:kubectl_describe_configmap
gptkbp:can_be_listed_with kubectl get configmaps
gptkbp:can_be_mounted_as volumes
gptkbp:can_be_mounted_in containers as files
gptkbp:can_be_referenced_by other Kubernetes objects
gptkbp:can_be_used_in gptkb:Kubernetes_Pods
gptkbp:can_be_used_to inject configuration data
gptkbp:can_be_used_to_separate configuration from code
gptkbp:can_be_used_to_store application properties
gptkbp:can_be_used_with Helm charts
gptkbp:can_be_viewed_with kubectl get cm
gptkbp:can_create kubectl create --from-literal
kubectl create configmap --from-file
gptkbp:can_transform_into gptkb:Secrets
gptkbp:created_by kubectl command
files or directories
kubectl create configmap
stdin
gptkbp:feature Kubernetes 1.6 and later
gptkbp:has_limitations 1 MB size per Config Map
https://www.w3.org/2000/01/rdf-schema#label Kubernetes Config Maps
gptkbp:is_a_key_component_of Kubernetes application configuration
gptkbp:is_defined_by YAML or JSON format
gptkbp:is_displayed_in gptkb:Kubernetes_dashboard
gptkbp:is_managed_by gptkb:Kubernetes
gptkbp:is_often_used_in gptkb:Kubernetes_Secrets
gptkbp:is_part_of Kubernetes ecosystem
Kubernetes configuration management
Kubernetes resource management
gptkbp:is_referenced_in Cron Jobs
Deployment specifications
Service definitions
init containers
gptkbp:is_updated_by dynamically
kubectl apply command
gptkbp:is_used_for environment variables
gptkbp:management application settings
feature flags
environment-specific configurations
gptkbp:namespace gptkb:true
gptkbp:provides default configurations
configuration for microservices
gptkbp:replaces kubectl command
gptkbp:suitable_for sensitive information
gptkbp:supports data volume mounts
multiple data entries
gptkbp:type_of gptkb:Kubernetes
gptkbp:used_for storing non-confidential data in key-value pairs
gptkbp:bfsParent gptkb:Kubernetes
gptkbp:bfsLayer 4