The containerization and container orchestration world has seen a lot of development in recent years. One of the most widely used container technology...
Docker launched in 2013 and since then has revolutionized the way we build and ship code. Docker made containers a part of the modern application development...
Deploying applications in Kubernetes can be complicated. Even the simplest application could require creating a series of interdependent components (e.g.,...
At Okteto we are very passionate about increasing developer productivity. We were looking for ways to improve our container build times when we came across...
In the past, we've talked about how to develop remotely with VS Code and PyCharm. Today, I'm going to show you how you can use okteto to define and deploy...
A preview environment is an isolated development environment created during a development process to enable you keep track of the changes made to your...
Local development with docker-compose has proved to be easy as applications are easily spun off with one command irrespective of the operating system....
Naturally, applications deployed to Kubernetes are containerized and mostly built as docker images. A docker-compose manifest is a configuration manifest...
Preview environments serve an important role when performing code reviews for an incoming change or addition to an application's codebase. It is a fantastic...
Temporary in-app databases are not ideal for web applications. Any unfortunate event such as an abrupt shutdown or restarting of the application will lead...
Fast deployment of applications is an attribute Okteto boasts of. The deployment of applications from the Okteto dashboard is easy and fast as it requires...
In this tutorial, you'll learn how to develop a CRUD API with FastAPI and deploy the application to Okteto Cloud. You'll start by building the code of...
In the past, we've talked about how to develop remotely with VS Code. Today, I'm going to show you how you can use okteto to define and deploy a fully...
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
We've been talking to a lot of developers since we started building Okteto. Every team has very unique challenges, but one that came up pretty regularly...
When I'm working on a new feature or service there are always moments where I want to get a snapshot of my progress and test it end to end. I'll save all...
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
Microservice-based applications make our applications more scalable. But they also make it harder to setup local development environments. You need to...
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,...
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
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...
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
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...
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...
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 is a powerful VS Code extension that allows you to take advantage of VS Code’s full feature set in the following scenarios:...
Google recently introduced Cloud Run, a new solution for deploying your code as containers with no infrastructure management. It is a step forward for...
Deploying applications in Kubernetes can be complicated. Even the simplest application will require creating a series of interdependent components (e.g.namespace,...