Blog
Run your Pull Request Preview Environments on Kubernetes
Have you ever wanted to test the changes in one of your teammate's pull requests? Today it looks like this: commit your local changes, switch your local...
Ramiro Speaking at SG Virtual Conference on June 8th
On June 8th, Ramiro will be running an interactive workshop lab at SG Virtual Conference on how to develop Cloud-Native applications faster than ever with...
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....
Iñaki Respaldiza Speaking at Kubernetes Community Days Spain
We’re excited to announce that on June 10th, Iñaki Respaldiza will be speaking at Kubernetes Community Days Spain! He will be presenting along with Vicente...
Okteto’s First Community Call Recap
On Thursday, May 27th, we hosted our very first community call! It was a great time to connect with members of our community and share all the things going...
Introducing Okteto CLI
Develop at the speed of the cloud with Okteto CLI, our open source offering that helps developers deploy, develop, and preview their work, using either...
Introducing Okteto Enterprise
Did you know that Okteto offers a self-hosted plan? Our Enterprise solution is for companies that want to run Okteto on their own Kubernetes cluster, rather...
Rawkode Live Replay
On May 18th, Ramiro was on Rawkode Live to give a hands-on demonstration of Okteto. David goes through Okteto while Ramiro explains the features and shares...
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...
Okteto Hosts First Community Call - May 27th
Okteto is hosting our very first community call! We’re excited to hear from you and learn what would make your Developer Experience even better as you...
Abdulazeez is speaking at the DevSecOps Conf on May 22nd
We’re excited to announce that Abdulazeez Abdulazeez will be speaking at DevSecOps on May 22nd about bringing DevSecOps into your development environments...
Rawkode Live - May 18th
On May 18th at 10am Pacific Time, Ramiro goes live with David McKay on Rawkode Live to provide a hands-on introduction to Okteto! In this episode, he’ll...
Chaos Testing with Kubernetes and Okteto - Chaos Week Replay
If you missed Ramiro’s presentation during Chaos Week 2021, you can still catch the replay! What is chaos engineering? Chaos engineering is the discipline...
ChaosWeek - Live on May 5th
When it comes to Cloud Native applications, Chaos engineering can be a great tool to help build more resilient software (something that’s imperative for...
Okteto and Chaos Testing with Litmus - Webinar
Ramiro did a webinar last week along with Uma and Karthik of ChaosNative on how to use Okteto and Litmus Chaos to get your Chaos Engineering practice started....
Okteto on the Go Time Podcast
This week Ramiro joined Jon Calhoun and 3 other startup founders on the Go Time podcast to discuss startups that use Go. Why do we use Go here at Okteto?...
Deploy Pytorch Model with Okteto CLI
In this article, you will be deploying an already built model for the public that generates unique and personalized love letters with no plagiarism to...
Deploying a Django App on Okteto
An RBAS system helps manage users and prevents certain information from being exposed to everyone. It also ensures that the actions users can perform can...
Four Myths to Avoid when Adopting Kubernetes
Author bio: Michael Dehoyos is a writer and editor at Academic Brits. As a content marketer, he helps companies and nonprofits improve their marketing...
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...
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...
How to Find and Keep Top Talent
Developer Experience is not just about the tools and technologies you and your team pick. It's also about the people in your organizations. Artur Meyster,...
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,...
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...
Building a Machine Learning Application with spaGO and Okteto Cloud
Author bio: Sangam is Developer Advocate at Accurics. He's also a Docker Community Leader Award Winner and an Okteto and Traefik Community Ambassador....
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...