Kubernetes Config Maps

GPTKB entity

Statements (52)
Predicate Object
gptkbp:instance_of gptkb:fortification
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:fortification
gptkbp:allows 1 MB size per Config Map
gptkbp:can_be_used_with Helm charts
gptkbp:can_create kubectl create --from-literal
kubectl create configmap --from-file
gptkbp:created_by kubectl command
files or directories
kubectl create configmap
stdin
gptkbp:defines YAML or JSON format
gptkbp:depicted_in gptkb:Kubernetes_dashboard
gptkbp:features Kubernetes 1.6 and later
gptkbp:has_transformation gptkb:Secrets
https://www.w3.org/2000/01/rdf-schema#label Kubernetes Config Maps
gptkbp:is_available_in kubectl get configmaps
containers as files
gptkbp:is_described_as gptkb:kubectl_describe_configmap
gptkbp:is_divided_into configuration from code
gptkbp:is_equipped_with volumes
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
other Kubernetes objects
gptkbp:is_used_for environment variables
inject configuration data
storing non-confidential data in key-value pairs
gptkbp:is_used_in gptkb:Kubernetes_Pods
gptkbp:is_utilized_in default configurations
configuration for microservices
gptkbp:key Kubernetes application configuration
gptkbp:managed_by gptkb:fortification
gptkbp:manager application settings
feature flags
environment-specific configurations
gptkbp:namespace gptkb:theorem
gptkbp:replaced_by kubectl command
gptkbp:setting third-party applications
gptkbp:storage application properties
gptkbp:suitable_for sensitive information
gptkbp:supports data volume mounts
multiple data entries
gptkbp:type_of gptkb:fortification
gptkbp:updates dynamically
kubectl apply command
gptkbp:viewing_platform kubectl get cm