Take me to Lecture
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