KubeLift CLI
KubeLift sits on top of the Azure CLI and takes the effort out of provisioning single-node Kubernetes clusters by dealing with authentication, key retrieval and context switching on your behalf, all provided with an unashamedly Vagrant-esque API
To download and extract KubeLift on macOS or Linux, simply run the following command in your terminal:
curl -sSL https://kubelift.io/install.sh | sh
Note: Always be cautious when running scripts directly from the internet. We recommend reviewing the script contents before executing.

KubeLift CLI is cross-platform, written in Rust and open-source under an Apache 2 license.