The Okteto CLI is an open-source single-binary application that allows you to deploy development environments (among other things) in any Kubernetes cluster. You deploy your application with one click, select the component you're going to develop on, and you're ready to go in seconds. This can be as simple as a single container or as complex as a microservice-based Cloud Native Application.
The Okteto Developer platform allows you to spin up an entire development environment in Kubernetes with one click. Today, I'm going to show you how you can use okteto to define and deploy a fully configured remote development environment for your ruby applications, how to integrate it with RubyMine, and how to use it to build the fastest development experience for Cloud Native applications. In the past, we've talked about how to develop remotely with VS Code and P圜harm.