5 steps to bring DevX automation to your company
Get the guide

30 posts tagged with "docker"

Five Challenges with Developing Locally Using Docker Compose

After the popularization of containers, a lot of the development workflow started leaning on Docker Compose. Developers would have a Docker Compose file...

August 15, 2023
Avatar of Arsh SharmaAvatar of Arsh SharmaArsh Sharma

Kubernetes vs. Docker: What’s the Difference

The containerization and container orchestration world has seen a lot of development in recent years. One of the most widely used container technology...

January 06, 2023
Avatar of Anita IhumanAvatar of Anita IhumanAnita Ihuman

Launching the Docker Desktop Extension for Okteto!

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...

May 09, 2022
Avatar of Arsh SharmaAvatar of Arsh SharmaArsh Sharma

Developing and Deploying a Helm Chart Application in Okteto

Deploying applications in Kubernetes can be complicated. Even the simplest application could require creating a series of interdependent components (e.g.,...

January 11, 2022
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Building Docker Images Faster for Webpack

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...

December 16, 2021
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

Remote Development Environments with RubyMine, Okteto, and Kubernetes

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...

July 28, 2021
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza

Deploying Preview Environments for Docker Compose Applications using Okteto and GitHub

A preview environment is an isolated development environment created during a development process to enable you keep track of the changes made to your...

June 09, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

How to Develop Docker Compose Applications Remotely with Okteto Cloud

Local development with docker-compose has proved to be easy as applications are easily spun off with one command irrespective of the operating system....

June 02, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

A Step-by-step Guide on Deploying Your Docker Compose Application to Okteto

Naturally, applications deployed to Kubernetes are containerized and mostly built as docker images. A docker-compose manifest is a configuration manifest...

May 19, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Using GitHub Actions and Okteto Cloud to Preview your Changes

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...

March 18, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Adding A Database to Your Application Using Okteto Stacks

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...

February 18, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Deploying An Existing Application Using Okteto Cloud

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...

January 27, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Building a FastAPI Application and Deploying it with Okteto Stacks

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...

January 11, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Remote Development Environments with PyCharm, Okteto and Kubernetes

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...

May 12, 2020
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza

How to Develop and Debug Ruby Applications in Kubernetes

Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...

March 24, 2020
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

Okteto Push - Your Code to Kubernetes in Seconds

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...

March 18, 2020
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

Okteto Registry - A container registry for your dev images

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...

March 11, 2020
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza

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...

January 30, 2020
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza

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...

January 15, 2020
Avatar of Jorge AguileraAvatar of Jorge AguileraJorge Aguilera

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,...

January 07, 2020
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza

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...

December 18, 2019
Avatar of Ramon LamanaAvatar of Ramon LamanaRamon Lamana

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...

November 11, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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...

October 22, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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...

October 04, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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...

September 17, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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...

September 09, 2019
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza

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...

June 12, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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:...

May 19, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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...

May 07, 2019
Avatar of Pablo Chico de GuzmanAvatar of Pablo Chico de GuzmanPablo Chico de Guzman

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,...

January 08, 2019
Avatar of Ramiro BerrellezaAvatar of Ramiro BerrellezaRamiro Berrelleza