Skip to main content
Version: 1.17

Installation Overview

Okteto is a platform that simplifies the process of deploying development environments in Kubernetes without requiring the expertise to do this yourself. This enables developers to automatically spin up fully-managed development environments that emulate production as closely as possible. Okteto eliminates the friction of local development environments, the many deviations that can exist for the same engineering organization, and the troubleshooting that comes with them.

info

If you are interested in using Okteto's SaaS offering, you can ignore this page and skip to Install the Okteto CLI.

Getting your Okteto License

A license is mandatory to use Okteto. You'll receive a license key as part of your subscription to Okteto. If you haven't received it, please open a support ticket.

If you are interested in evaluating Okteto, sign up for our free 30 days trial. No credit card required.

Deploying Okteto

Okteto is distributed as a Helm chart. These cloud-specific guides walk you through deploying the Okteto Helm chart with default values and basic configuration:

Video Tutorials

If you need help installing Okteto on your Kubernetes cluster, we have a playlist of videos guiding you through each of the installation steps. Check them out here:

Troubleshooting

We've done our best to make Okteto easy to install and operate. The troubleshooting page has tips and tricks to help troubleshoot common issues.

You can also reach out to support if you need assistance.

Uninstalling Okteto

To delete an existing release use:

$ helm delete <your-release-name>

This will delete Okteto, but not the resources created when using it (e.g. namespaces, accounts, deployments, etc...).