Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the above command is successful, you should see the below logs in your terminal,


If there are no issues then you could see below success message,


Image Added

Install Kubectl

Kubectl command enables us to run commands against k8's cluster.


Code Block
languagebash
themeMidnight
titleinstall kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl

chmod +x ./kubectl

sudo mv ./kubectl /usr/local/bin/kubectl

kubectl version --client

Install Helm

Install Nonrtric

...