Here is how to install Kubernetes on the computers at 42.
If you do not have brew installed, install it with:
rm -rf $HOME/.brew && git clone --depth=1 https://github.com/Homebrew/brew $HOME/.brew && \
echo 'export PATH=$HOME/.brew/bin:$PATH' >> $HOME/.zshrc && \
source $HOME/.zshrc && \
brew update