diff --git a/README.md b/README.md index 0ca1c09..5bece22 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# kubernetes-installation -Installation Guide for Kubernetes Cluster +# Installation Guide for Kubernetes Cluster + +### 1. Download kubectl +```shell +curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" +``` +### 2. Validate kubectl +```shell +curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256" +echo "$(