>_ linuxcommand.dev
Startseite kubectl run
Container orchestration

kubectl run

Start a pod or deployment.

Syntax
$kubectl run NAME --image=IMAGE [OPTIONS]
Examples
Examples
$kubectl run nginx --image=nginx
Typical use cases
Standard usage
kubectl run --help
Detailed Help
kubectl run --help
Note Execute the pod/deployment.
Export