Software Alternatives & Reviews

Okteto VS mirrord

Compare Okteto VS mirrord and see what are their differences

Okteto logo Okteto

Development platform for Kubernetes applications.

mirrord logo mirrord

Connect your local process and your cloud environment.
  • Okteto Landing page
    Landing page //
    2023-02-14
  • mirrord Landing page
    Landing page //
    2022-12-02

mirrord is an open-source tool that lets developers run local processes in the context of their cloud environment. It’s meant to provide the benefits of running your service on a cloud environment (e.g. staging) without actually going through the hassle of deploying it there, and without disrupting the environment by deploying untested code.

Okteto videos

Okteto Walk Through

More videos:

  • Review - Cloud Native Development | Ramiro Berrelleza, Founder of Okteto & Sangam Biradar | OSCON 2020

mirrord videos

No mirrord videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Okteto and mirrord)
DevOps Tools
79 79%
21% 21
Developer Tools
64 64%
36% 36
Kubernetes
0 0%
100% 100
Cloud Computing
100 100%
0% 0

User comments

Share your experience with using Okteto and mirrord. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Okteto and mirrord

Okteto Reviews

Top 10 Ephemeral Environments Solutions in 2024
Okteto emphasizes ease of use within ephemeral environments, simplifying deployment and management processes. Its user-friendly interface and scalability options cater to diverse development teams. Okteto's ability to provide real-time development environments that mirror production allows for quick iterations and faster feedback loops for developers.
Source: www.qovery.com

mirrord Reviews

  1. The smartest way to debug cloud native applications.

    I can debug my code on my machine while it's accessing resources on my k8s cluster.

  2. mirrord is super easy to get started with and works out of the box on any deployment.

    🏁 Competitors: Telepresence
    👍 Pros:    Easy to get started|Wide range of integrations|Great customer support|Great ux

mirrord as an alternative to Telepresence
mirrord then injects itself into your process, overrides low-level functions and relays them to the mirrord agent, who then executes them on the target in the cluster and sends back the results. For example, when your process tries to read a file, mirrord intercepts that function call and instead asks the agent to read that file from the remote target. mirrord does this for...
Source: metalbear.co

Social recommendations and mentions

Based on our record, Okteto should be more popular than mirrord. It has been mentiond 17 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Okteto mentions (17)

  • Noob question: How do you setup your local dev environment?
    Check also devspace.sh and okteto.com. Source: 11 months ago
  • Local development set up for microservices with Kubernetes - Skaffold
    There are dedicated tools just for that. Apart from skaffold check also tilt.dev, garden.io, devspace.sh, okteto.com. Source: 11 months ago
  • Approaches in Cloud Development Ergonomics
    With Infrastructure as Code at its current state of maturity, it’s now easier than ever to replicate microservice environments in the cloud. This unlocked a new approach of having a personal production-like cloud environment for every developer, which they can use freely and in isolation. It comes in two flavors - persistent environments, or ephemeral environments created on demand with products like Okteto or... - Source: dev.to / over 1 year ago
  • free-for.dev
    Okteto Cloud - Managed Kubernetes service designed for remote development. Free developer accounts come with 5 Kubernetes namespaces, 3Gi/pod with a maximum of 8Gi/namespace, 1CPU/pod with a maximum of 4CPUs/namespace and 5GB Disk space. The apps sleep after 24 hours of inactivity. - Source: dev.to / over 1 year ago
  • Mutagen – Cloud-based development using your local tools
    Hi Jacob. I am one of the founders of Okteto (https://okteto.com/), a remote development platform for Compose and Kubernetes applications. We use Syncthing to sync code between the developer laptop and pods running in Kubernetes. I would love to know your thoughts on the strengths and weak points of Mutagen vs Syncthing for this use case. - Source: Hacker News / about 2 years ago
View more

mirrord mentions (10)

  • The Traffic Police 🚨 - Controlling outgoing traffic with mirrord
    So, you've been using mirrord to simplify your development process (if you haven’t, go here!). Naturally, you want the traffic from the app you're debugging to go through the cluster environment, so your app can communicate with its clustery pals. There is a problem though: your latest change adds some new columns to the database, and you don’t want to modify the database in the cluster and affect everyone else... - Source: dev.to / 2 months ago
  • Hands-on Tutorial of mirrord - Rawkode Academy
    Hands-on tutorial of mirrord.dev with the creators and Rawkode! Source: 10 months ago
  • mirrord as an alternative to Telepresence
    We're building an open-source tool called mirrord which lets you run a local process in the context of a pod in your cloud environment. We often get asked how mirrord is different from Telepresence and so we decided to write a short blog post about it, which we hope would be valuable to those interested in local Kubernetes development:. Source: 10 months ago
  • What steps do you usually take to troubleshoot Kubernetes pods?
    If you want to troubleshoot your app specificially or any network traffic, I'd recommend Https://mirrord.dev/ Just do, mirrord exec -t pod/target-pod -- ./path/to/process and run it in the context of your pod. Source: 10 months ago
  • The mirrord IntelliJ plugin now also supports node.js!
    Turns out supporting node.js in IntelliJ plugins is not as easy as you would expect (mostly because the extension point we are extending is not documented. With documentation this could have been simple), but we did it! I'm the JetBrains fan of the team, so I'm happy we're extending our support for IntelliJ. You can now run and debug node.js applications with the mirrord IntelliJ plugin. Mirrord let's you run... Source: about 1 year ago
View more

What are some alternatives?

When comparing Okteto and mirrord, you can also consider the following products

Garden.io - Cloud native & Kubernetes testing done right

Telepresence - Telepresence is an open source tool that lets you develop and debug your Kubernetes services...

DevSpace (for Kubernetes and Docker) - Cloud-Native Software Development with Kubernetes and Docker

Kubernetes - Kubernetes is an open source orchestration system for Docker containers

Gefyra - Gefyra enables blazingly-fast, rock-solid, local application development with Kubernetes.

Shipyard.Build - Full-stack ephemeral environments on every pull request