Software Alternatives & Reviews

mirrord as an alternative to Telepresence

mirrord Telepresence
  1. Connect your local process and your cloud environment.
    Pricing:
    • Open Source
    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 everything - traffic, file operations, environment variables - so your process behaves as if it was executed within the Kubernetes cluster, and with the entire context of your target.

    #Developer Tools #Code Collaboration #Kubernetes 10 social mentions

  2. Telepresence is an open source tool that lets you develop and debug your Kubernetes services...
    Pricing:
    • Open Source
    However, the technical approach at the base of mirrord is very different from that of Telepresence, which translates into significant differences in usability, compatibility, and performance. What Telepresence does is install an operator in your cluster, then connect you to the cluster via VPN (either your entire development machine or a containerized subset). On the other hand, this is what happens when you run a local process with mirrord:

    #Developer Tools #DevOps Tools #Kubernetes 2 social mentions

Discuss: mirrord as an alternative to Telepresence

Log in or Post with