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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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