The big day has finally arrived for your enterprise development team. The cloud application you’ve been developing for over a year is finally ready to...
The Okteto team relocated to Alcochete, Portugal, last month for a week of socialization, exploration, and fun. This offsite is the first time the entire company is together in the exact geographical location, so it was a big deal for all of us. And it was a fantastic experience!...
We are excited to announce that Okteto has raised $15M in Series A financing. The round was led by Villi Iltchev from Two Sigma Ventures, with participation...
In his DevxDay 2021 talk, Jacob talked about preview environments and why they are crucial for making the software development process more inclusive,...
We’re excited to share the conversation that I had with my good friend Saiyam (CNCF Ambassador and Director of Evangelism at Civo Cloud) on the past, present,...
In the beginning, development was straightforward: You wrote code, built a binary, and then ran it in your machine to validate that things worked. You...
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...
You can now create multiple personal access tokens for your Okteto account. You can use Personal Access Tokens when scripting tasks with the okteto CLI,...
Go is often associated with Enterprise solutions, but many startups opt to use it from day one. Why is that? On this week's episode of GoTime Live!, Jon...
You can now deploy private GitHub repositories with Okteto Cloud. You can deploy your private repositories using Okteto Pipelines, the okteto CLI, or...
Chaos Engineering is a must if you're building Cloud Native applications. If you unit test your code, you should chaos test it. However, when most organizations...
Every year, JetBrains and the Python Software Foundation conduct an online survey better to understand the state of Python's ecosystem. In October 2020,...
Chaos Engineering is a key practice of Cloud Native Development. You can't really guarantee that your Cloud Native Applications are "distributed and resilient...
Last week, Adam and Craig interviewed me on the Kubernetes Podcast from Google. It was a very fun interview where we talked about the origin of the company,...
Join me and Saiyam (CNCF Ambassador and Director of Evangelism at Civo Cloud for a live coding session this Friday 23rd at 9AM PST / 9:30PM IST. In this...
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they...
Okteto Cloud gives you access to Kubernetes namespaces, helping you focus on your application, instead of the infrastructure. Our initial idea was to keep...
October is almost here, and for the global open source community that means one thing: It's Hacktoberfest time! Join the Okteto, Cloud Native and the global...
When you deploy applications in Okteto, you automatically get endpoints with valid SSL certificates. This way, you can develop and test your applications...
Cloud Native applications are, by definition, highly distributed, elastic, resistent to failure and loosely coupled. That's easy to say, and even diagram....
This year, KubeCon CloudNative Europe is going virtual. Speakers from all over the world have spent the last month or so recording talks on everything...
One of the big benefits of Okteto Cloud is the ability to deploy Cloud Native Stores with a single click. Via the Okteto Cloud catalog you can deploy things...
Cloud-based development environments are getting a lot of traction due to its great benefits: instant onboarding, access to cloud infrastructure with no...
I'm a huge fan of serverless programming. I just love the simplicity of writing a small piece of code, running a command, and have it available on demand....
Crossplane, for those of you unfamiliar with it, is an open source Kubernetes add-on that supercharges your Kubernetes clusters enabling you to provision...
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...
This week, we were part of OSCONF Bangalore 2020, and online conference on Open Source and Cloud Native Technologies. The conference was organized by our...
React is a JavaScript library for building user interfaces. It was originally created by Facebook, and over the years it has become one of the most broadly...
This week, we were part of the AllTheTalks.online conference, a 23.9999 hour online-only conference on all things DevOps, Development & Security. And,...
Our community star Jeevanjot Singh is back at it again. You might remember him from the post we wrote a couple of weeks ago on how to get started with...
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...
Last week I co-hosted an episode of The Binding Status with Crossplane's maintainer Daniel Mangum. It was a blast! We talked about our open source project,...
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...
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...
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,...
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...
Microsoft released the Visual Studio Code Remote Development Extension Pack a few months ago, enabling developers to work with remote development environments...
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...
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 -...
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...
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...
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...
OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker and Kubernetes. OpenFaaS simplifies your application by...
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,...
Deploying applications in Kubernetes can be complicated. Even the simplest application will require creating a series of interdependent components (e.g.namespace,...