Kubectl run
This article is a Draft. Help us to complete it.
--restart=Never will create a Pod --restart=Always and --replicas will create a Deployment --restart=OnFailure will create a Job --restart=OnFailure and --schedule will create a CronJob
kubectl run -it --rm --image=mysql:5.6 --restart=Never mysql-client -- mysql -h mysql -ppassword
Changelog
Related commands
See also
kubectl
: [config | create
|delete
|edit
|apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
|expose deployment
|expose
|patch
|get endpoints
|~/.kube/config
|kubectl logs --help
|kubectl --help, kubectl-convert