0 votes
in Kubernetes K8s by
One liner command to run a pod with a label

1 Answer

0 votes
by

 kubectl run foobar --image=redis:alpine -l label1:foo 

Related questions

0 votes
asked Mar 23 in Kubernetes K8s by rajeshsharma
+1 vote
asked Sep 27, 2022 in Kubernetes K8s by SakshiSharma
...