+1 vote
in Kubernetes K8s by

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

1 Answer

+1 vote
by

b) kubectl create configmap <name> <source>

...