Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 693 Bytes

13-Kubernetes-Release-Binaries.md

File metadata and controls

33 lines (24 loc) · 693 Bytes

Kubernetes Release Binaries

Take me to Lecture

Kubernetes Github Release page

Download the latest release to your system

$ wget https://github.com/kubernetes/kubernetes/releases/download/v1.19.0/kubernetes.tar.gz

Extract it

$ tar -xvzf kubernetes.tar.gz

Change to the directory and view the files

$ cd kubernetes
$ ls

Download the kubectl client and server binaries by running the below commands

$ cluster/get-kube-binaries.sh

bn12

K8s reference docs