Create Pod (CLI) Creating a pod can be done imperatively with a single command: kubectl run --image=alpine alpine Let's see what happened: kubectl get pods kubectl describe pod alpine