
Now my experience of Brew is mainly related to OSX, but it can be used in linux as well. To install it run the following commands:
sudo apt-get install build-essential
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
To use native tools run the following:
sudo chmod o+r /etc/rancher/k3s/k3s.yaml
In order to access kubectl without using sudo
run the following command:
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
About Michael Ransley

Website : https://michael.ransley.co