Which of these commands can be used to create configMaps?
a) kubectl add configmap <name> <source>
b) kubectl create configmap <name> <source>
c) kubectl apply configmap <source><name>
d) None of the options