Login
Remember
Register
Ask a Question
Command used to create ConfigMaps of “port=8000” is
+1
vote
asked
Sep 29, 2022
in
Kubernetes K8s
by
SakshiSharma
Command used to create ConfigMaps of “port=8000” is
a) kubectl create configmap env-map –literal=port=”8000”
b) kubectl create configmap env-map –from-literal=port=”8000”
c) kubectl add configmap env-map –literal=port=”8000”
d) None of the options
kubernetes
configuration
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 29, 2022
by
SakshiSharma
b) kubectl create configmap env-map –from-literal=port=”8000”
...