hardkubectl
Create a ConfigMap from literal key-value pairs on the command line
command
kubectl create configmap CONFIGMAP_NAME --from-literal=KEY=VALUEalso accepted
kubectl create configmapkubectl create cmkubectl create cm CONFIGMAP_NAME --from-literal=KEY=VALUE