Difference between revisions of "Kubectl run"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 7: | Line 7: | ||
[[kubectl run -it ubuntu --image=ubuntu -- bash]] | [[kubectl run -it ubuntu --image=ubuntu -- bash]] | ||
+ | |||
+ | [[kubectl run]] --namespace default redis-client [[--restart]]='Never' --image [[docker.io/bitnami/]]redis:7.0.10-debian-11-r2 [[--command]] -- [[sleep infinity]] | ||
+ | |||
[[kubectl run ubuntu]] --image=ubuntu | [[kubectl run ubuntu]] --image=ubuntu |
Revision as of 14:09, 28 March 2023
This article is a Draft. Help us to complete it.
kubectl run
kubectl run nginx --image=nginx
kubectl run -it ubuntu --image=ubuntu -- bash
kubectl run --namespace default redis-client --restart='Never' --image docker.io/bitnami/redis:7.0.10-debian-11-r2 --command -- sleep infinity
kubectl run ubuntu --image=ubuntu
--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
kubectl run nginx --image=nginx
kubectl run my-mariadb-client --rm --tty -i --restart='Never' --image docker.io/bitnami/mariadb:10.6.8-debian-10-r0 --namespace default --command -- bash
Changelog
Related
See also
kubectl
: [cp | config | create
|delete
|edit | explain |
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 | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: