kubectl imperative create pod with lables code example
Example 1: kubectl create pod imperative command
kubectl run --image= --restart=Never
Example 2: imperative command kubectl update replicas count deployment
kubectl edit deployment/nginx-deployment