44 posts by Ramiro Berrelleza
Empowering Teams: The Shift in Okteto's Development Focus
In the early stages of innovation, Okteto introduced a free SaaS tier, Okteto Cloud, to provide individual developers with a platform for remote development...
Discover How Kubernetes Development Environments Help Accelerate Developer Velocity and Drive Cloud Application Innovation
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...
Okteto Raises a $15M Series A To Disrupt How Software Teams Develop Modern Applications
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...
We Need a Cloud-Native Development Experience
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...
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...
Personal Access Tokens
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,...
Building Startups with Go
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...
Deploy Private GitHub Repositories
You can now deploy private GitHub repositories with Okteto Cloud. You can deploy your private repositories using Okteto Pipelines, the okteto CLI, or...
Bring Chaos into your Development Environment
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...
Surprising Results in the 2020 Python Developers Survey
Every year, JetBrains and the Python Software Foundation conduct an online survey better to understand the state of Python's ecosystem. In October 2020,...
Enhancing your Kubernetes Resiliency with Cloud Native Chaos Engineering
Chaos Engineering is a key practice of Cloud Native Development. You can't really guarantee that your Cloud Native Applications are "distributed and resilient...
Okteto On The Kubernetes Podcast
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,...
Build Kubernetes Operators with Okteto and the Operator SDK
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 Meetup 2020
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they...
Connect your applications across multiple namespaces
Okteto Cloud gives you access to Kubernetes namespaces, helping you focus on your application, instead of the infrastructure. Our initial idea was to keep...
Hacktoberfest 2020
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...
Private Endpoints for your Applications
When you deploy applications in Okteto, you automatically get endpoints with valid SSL certificates. This way, you can develop and test your applications...
Chaos Engineering with Litmus and Okteto Cloud
Cloud Native applications are, by definition, highly distributed, elastic, resistent to failure and loosely coupled. That's easy to say, and even diagram....
KubeCon + CloudNativeCon EU 2020 Virtual!
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...
Connecting to your Databases using Port Forwarding
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 from any Git Repository
Cloud-based development environments are getting a lot of traction due to its great benefits: instant onboarding, access to cloud infrastructure with no...
Serverless Development with Kubeless and Okteto
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 Community Day 2020
Crossplane, for those of you unfamiliar with it, is an open source Kubernetes add-on that supercharges your Kubernetes clusters enabling you to provision...
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...
OSCONF 2020 Bangalore – An Open Source Community Conference
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...
Build your React + Express App in Okteto Cloud
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...
Don't Build and Push, Move Your Inner Loop to Your cluster!
This week, we were part of the AllTheTalks.online conference, a 23.9999 hour online-only conference on all things DevOps, Development & Security. And,...
Okteto Cloud is Now Available in your Favorite Android Device
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...
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 ASP.NET Core 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...
Local Kubernetes Development With Crossplane and Okteto
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,...
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...
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 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...
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...
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...
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...
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...
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,...