Kubectl run
Jump to navigation
Jump to search
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[edit]
Related commands[edit]
See also[edit]
kubectl
: [create
|delete
|edit
|apply
|exec
|get
|set
|rolling-update
|rollout
|logs
|run
|auth
|label
|version
|top
|diff
|debug
|replace
|describe
|config
|port-forward
|scale
|rollout
|api-resources
|proxy
|expose deployment
|expose
|get endpoints
|~/.kube/config
|kubectl logs --help
|kubectl --help