+1 vote
in Kubernetes K8s by

This is an example to imperative commands.

a) kubectl apply -f some-depl.yaml

b) kubectl run nginx –image nginx

c) kubectl delete -f some-depl.yaml

d) kubectl create -f nginx-depl.yaml

1 Answer

0 votes
by
b) kubectl run nginx –image nginx
...