ConfigMap

Get all configmaps:

kubectl get cm

Create from command line:

kubectl create cm webapp-config --from-literal=APP_COLOR=darkblue