Install Okteto CLI
Okteto provides a local development experience for Kubernetes applications. You code locally in your favorite IDE and Okteto synchronizes it automatically to your cluster. The Okteto CLI is open source, and the code is available at Github. It is a client-side only tool that works in any Kubernetes cluster.
Install the Okteto CLI following these steps:
MacOS / Linux
$ curl https://get.okteto.com -sSfL | sh
You can also install via brew by running:
$ brew install okteto
Windows
Download https://downloads.okteto.com/cli/okteto.exe and add it to your $PATH
.
You can also install via scoop by running:
$ scoop install okteto
Github
Alternatively, you can directly download the binary from GitHub.