Blog
How to Develop and Debug Python Applications on Kubernetes
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
Deploy OpenFaaS in One Click
OpenFaaS is an open source project that makes it simple to deploy functions to Kubernetes written on any language. Many well known companies use it to...
Step Out from the Dark Ages, Develop the Cloud Native Way
If you build software, the words it works on my machine have slipped out of your mouth at least once in your life. If you Google it you’ll probably find...
Develop and Deploy a Grails application in Okteto Cloud
Microservice-based applications make our applications more scalable. But they also make it harder to setup local development environments. You need to...
How to Develop and Debug PHP Applications in Kubernetes
If you are building a cloud-based application at scale, running it in Kubernetes is a no-brainer: It's been adopted by the industry at an incredible rate,...
How to Develop and Debug Node.js Applications on Kubernetes
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
How to Deploy to Okteto Cloud with GitHub Actions
We're very excited to announce that Okteto's GitHub Actions are now publicly available 🎉! With our new GitHub Actions, it's easier than ever to build...
BuildKit as a Service in Okteto Cloud
We are thrilled to announce that you can now build Docker images from your local source code directly in Okteto Cloud, all powered by BuildKit. Another...
Remote Kubernetes Development in Visual Studio Code with Okteto
Microsoft released the Visual Studio Code Remote Development Extension Pack a few months ago, enabling developers to work with remote development environments...
How to Develop and Debug Go Applications on Kubernetes
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
Deploy Helm 3 Applications with Okteto Cloud
We are very excited to announce that you can now launch Kubernetes applications directly from Okteto Cloud (powered by Helm 3 💪🏽). Click on the new Deploy...
How to Develop and Debug Java Applications on Kubernetes
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
Come Meet Us in Person this September!
Come meet us in person this September! The Okteto team will be Codemotion Madrid 2019 (September 24 - 25) and Cloud Native London 2019 (September 27 -...
Manage your Kubernetes Context Directly from VS Code
Do you keep deploying your applications into the wrong namespace? Now you can see and manage your Kubernetes context directly from VS Code with our new...
Easier Kubernetes debugging with Okteto
We recently published a survey to help us better understand how developers are using Kubernetes in their day-to-day workflows. One of the questions was...
Cloud Native Application Development Survey
We’d like to invite you to participate in a survey we’re conducting of our customers, users and community members. The purpose of the survey is to learn...
An Early Look At Helm 3
The first beta of Helm 3 is now available! This is a particularly important milestone because it signals the finalization of the big helm rewrite. From...
How to Develop a Serverless App with OpenFaaS and Okteto
OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker and Kubernetes. OpenFaaS simplifies your application by...
How to Develop a Django + Celery app in Kubernetes
Django + Celery is probably the most popular solution to develop websites that require running tasks in the background. Developing a Django + Celery app...
Run Coder in Okteto Cloud
Online IDEs are becoming mainstream due to their ability to provide true one-click development environments, surpass the capabilities of developer machines...
VS Code Remote Development in Kubernetes
VS Code Remote Development is a powerful VS Code extension that allows you to take advantage of VS Code’s full feature set in the following scenarios:...
Accelerate Serverless Development with Cloud Run and Okteto
Google recently introduced Cloud Run, a new solution for deploying your code as containers with no infrastructure management. It is a step forward for...
Lightweight Kubernetes development with k3s and Okteto
A couple of days ago, Rancher labs released k3s, a lightweight, fully compliant production-grade Kubernetes. The entire thing runs out of a 40MB binary,...
Develop Helm Applications directly in Kubernetes
Deploying applications in Kubernetes can be complicated. Even the simplest application will require creating a series of interdependent components (e.g.namespace,...