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 

...