Difference between revisions of "Ubuntu kubectl installation"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* <code>[[snap install kubectl --classic]]</code> | * <code>[[snap install kubectl --classic]]</code> | ||
− | Installing from [[k8s.io]]: | + | Installing from <code>[[k8s.io]]</code>: |
* <code>[[curl -LO]] "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"</code> | * <code>[[curl -LO]] "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"</code> | ||
* <code>[[chmod +x kubectl]]; mv kubectl [[/bin/]]</code> | * <code>[[chmod +x kubectl]]; mv kubectl [[/bin/]]</code> |
Latest revision as of 09:28, 12 January 2024
Using snap:
Installing from k8s.io
:
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl; mv kubectl /bin/
Related[edit]
touch ~/.kube/config
See also[edit]
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: