kubectl is the Command Line Interface for interacting with a Kubernetes Cluster.

Run a simple nginx container:

kubectl run nginx --image nginx

(Not recommended as there is no record or YAML file to back it up).