+1 vote
in Kubernetes K8s by
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

1 Answer

0 votes
by
b) kubectl create configmap env-map –from-literal=port=”8000”

Related questions

+1 vote
asked Sep 29, 2022 in Kubernetes K8s by SakshiSharma
0 votes
asked Apr 6 in Nagios by sharadyadav1986
...