0 votes
in Kubernetes K8s by
Command to create a deployment from image: foobar/webapp-color

1 Answer

0 votes
by

 kubectl create deployment foobardeployment --image=foobar/webapp-color 

Related questions

0 votes
asked Dec 26, 2021 in Kubernetes K8s by SakshiSharma
0 votes
asked Aug 7, 2023 in Kubernetes K8s by john ganales
...