https://linen.dev logo
Join Discord
Powered by
# mirrord-general
  • WSL/mirrord
    l

    lisong

    09/25/2024, 4:22 AM
    Hi, I used the idea installed by win10 wsl and installed the mirror plug-in. When I opened the plug-in, I got the error "failed to update the mirrord binary: Remote host terminated the handshake" and "no local installation of mirrord binary was found". What should I do? Where can I manually download the mirror binary file? What folder should it be placed in after downloading? Thanks for the answer
    a
    • 2
    • 9
  • Hello everyone, I have a question about
    m

    Moti Banana

    09/25/2024, 4:30 PM
    Hello everyone, I have a question about debug mode in VS Code. When I run my Python tests in debug mode while the extension is enabled, it automatically does its magic and runs the test in my pod's context. However when I run the tests in non-debug mode, then it doesn't work. To make it work I need to execute the test using the mirrord binary:
    Copy code
    bash
    $(find ~ -executable -type f -name mirrord) exec pytest -- -k my_test
    I'd love to know more about how it works, what is the hook that triggers the test using Mirrord? It could be nice to be able to run the tests in non-debug mode as well. Thanks! https://cdn.discordapp.com/attachments/950020146607587369/1288538200603623548/370748651-e40c58f6-248d-4279-815c-4ffc4cbfa534.png?ex=66f58c36&is=66f43ab6&hm=218a9b95b4a2887535290ff7a64a2694159bfc6e59979f623acb3baf9fbe54c1&
    a
    • 2
    • 2
  • If my organization is interested in
    n

    Navi

    10/03/2024, 6:23 PM
    If my organization is interested in procuring the tool whom to to contact.
    a
    • 2
    • 2
  • Helm
    y

    yonidavidson

    10/13/2024, 5:48 AM
    Hi, I am working on improving our dev-ex, we have a bunch of services in multiple repos but we create helm charts that can be run locally and. I was thinking on using those helm-charts + mirrord for developing a specific service on a minikube env,
    a
    • 2
    • 44
  • y

    yonidavidson

    10/13/2024, 5:48 AM
    anyone is doing this? is there a better channel to discuss this topics?
  • w

    waveywaves.

    11/27/2024, 12:42 PM
    example repo for golang https://github.com/waveywaves/mirrord-go-debug-example
  • w

    waveywaves.

    12/05/2024, 1:33 PM
    example repos for nodejs, ruby, and php https://github.com/waveywaves/mirrord-nodejs-debug-example https://github.com/waveywaves/mirrord-ruby-debug-example https://github.com/waveywaves/mirrord-php-debug-example
  • w

    waveywaves.

    12/05/2024, 4:29 PM
    example repo for kotlin https://github.com/waveywaves/mirrord-kotlin-debug-example
  • any dotnet examples?
    k

    kn

    12/18/2024, 3:10 PM
    any dotnet examples?
    a
    • 2
    • 61
  • g

    Guy Arye (Reco)

    01/07/2025, 9:45 AM
    Is there a way to set a run configuration in intellij to use mirrord instead of the global on and off button of mirrord in intellij?
  • g

    Gemma

    01/07/2025, 9:47 AM
    in the settings JSON, you can set
    "mirrord.enabledByDefault": true
    (or false) :)
  • g

    Gemma

    01/07/2025, 9:48 AM
    oh sorry, thats vscode - theres a setting in intellij as well
  • a

    Aviram Hassan

    01/07/2025, 9:48 AM
    In the environment variable - set MIRRORD_ACTIVE=1
  • Hey, it looks like the new version of
    m

    Mamed

    01/30/2025, 10:38 AM
    Hey, it looks like the new version of the intellij plugins it seems to crash it almost every time when i launch my app with mirrord enabled
    g
    e
    • 3
    • 6
  • a

    anita-ihuman

    01/31/2025, 12:15 PM
    Debugging Golang microservices in Kubernetes can be complex and time-consuming! 🤕 However, mirrord simplifies the process by letting your developers run local processes in the context of their cloud environment, eliminating the need for frequent builds and redeployments and saving valuable time and effort. In this step-by-step guide, @waveywaves. demonstrates how to debug a Golang microservice running in a Kubernetes environment using mirrord. 🎯 You'll learn how to: ➡️ Set up mirrord with your favorite IDE (GoLand) and the command line ➡️ Debug, test, and troubleshoot your app locally in a Kubernetes context ➡️ Shorten your development time from hours to minutes⏳ 👉 Check out this guide if you run your Go app on Kubernetes and want to simplify your development workflow: https://metalbear.co/guides/how-to-debug-a-go-microservice/
  • We are trying to integrate a kotlin
    m

    Meena

    02/19/2025, 3:53 PM
    We are trying to integrate a kotlin process using MirrorD CLI for remote debugging in K8s cluster
    a
    d
    s
    • 4
    • 15
  • a

    anita-ihuman

    03/06/2025, 4:31 PM
    mirrord 🤝 AKS: Debugging a remote LLM app from your local machine AKS just shared a guide on debugging an LLM-based chat app running in an AKS cluster. Instead of redeploying for every change, they tested updates locally while staying connected to the DeepSeek model running in the cluster—no waiting on CI/CD or container builds. In this video, they showcase how to: 🔹 Debug a live LLM application connected to a DeepSeek model 🔹 Run and test changes locally, connected to the app running in the cloud 🔹 Stream model responses while debugging—without a local model instance 🎥 Watch the full video here:

    https://youtu.be/0tf65d5rn1Y▾

  • k

    Kostadin Mehomiyski

    03/17/2025, 9:21 AM
    Hello guys. I have a quick question about inner workings of mirrord and specifically port forwarding. As you know kublet port forwarding wasn't designed to be used at scale. I'm currently evaluating if we can safely use mirrord at scale (100+ developers) and I want to understand if it uses port forwarding.
  • Port forwarding
    k

    Kostadin Mehomiyski

    03/17/2025, 9:27 AM
    I'm asking specifically if port forwarding from kubernetes is used in any way. I've made some tests locally with RBAC and I have some results regarding that, but confirmation from guys will be helpful.
    a
    • 2
    • 12
  • Hey, when mirrord impersonates a pod, is
    p

    Paws

    03/26/2025, 4:07 PM
    Hey, when mirrord impersonates a pod, is the impersonated pod no longer sending outbound traffic? The architecture diagram seems to be indicating that.
    a
    • 2
    • 8
  • is mirrord supported on widows with
    r

    Roye Avidor

    03/31/2025, 4:50 PM
    is mirrord supported on widows with IntelliJ 2022.3.2 ?
    m
    • 2
    • 20
  • w

    waveywaves.

    04/06/2025, 9:41 PM
    example repo for kafka consumers https://github.com/waveywaves/mirrord-kafka-debug-example
  • w

    waveywaves.

    04/07/2025, 7:36 AM
    example repo for sqs consumers https://github.com/waveywaves/mirrord-sqs-debug-example
  • Hi team, I need a Data Processing
    s

    Shashwat

    04/08/2025, 10:58 PM
    Hi team, I need a Data Processing Agreement in order to get a licence within our company. Could you point me to someone who can help me with this.
    a
    • 2
    • 3
  • Rider + M1 MacBook
    b

    backtrack5r3

    04/09/2025, 1:33 PM
    Hello ! I am trying to use mirrord Rider plugin with JetBrains Rider 2024.3.6 on macOs 15.3.2 (24D81) with a Apple M1 Pro and I get stuck after trying to start the app locally (cf screenshot). Nothing is happening on cluster side 👀. Any clue on this behavior ? https://cdn.discordapp.com/attachments/950020146607587369/1359521674915221575/image.png?ex=67f7c8b9&is=67f67739&hm=93f6ac937156a0ead4ccdbd4061a4e281a8104e870bd9444260ea7d4f612944c&
    t
    o
    a
    • 4
    • 45
  • Hey team, question on intent of one of
    b

    bradschwartz

    04/23/2025, 6:08 PM
    Hey team, question on intent of one of the changes in 3.140, for detecting agents already running. I actually want to have multiple agents attached to the same pod sometimes, often when I'm testing out part of my app that just does async processing. I'll target the api pod with incoming traffic turned off, so i basically just copy the env-vars for startup. With this latest change I'm now getting the
    Detected dirty iptables...
    message if i'm also stealing the api traffic in a separate session. I'm guessing what I was doing wasn't entirely supported, but is there an easy way to maybe let me opt out of the new behavior?
    a
    • 2
    • 4
  • a

    Arsh

    04/24/2025, 12:10 PM
    We published two new guides on how you can use mirrord's latest queue splitting feature with Kafka and SQS Queues! You can check them out here: - https://metalbear.co/guides/how-to-debug-sqs-consumers/ - https://metalbear.co/guides/how-to-debug-kafka-consumers/
  • a

    Arsh

    04/29/2025, 9:11 AM
    Hello to all the new people who joined our community recently! Just out of curiosity, how many of you heard about mirrord from the [recent video DevOps Toolkit](

    https://www.youtube.com/watch?v=NLa0K5mybzo▾

    ) did about us? :D If you have any questions about getting started or want to learn more about what mirrord can do, please feel free to send a message here in this channel! You can also book a demo to learn more about mirrord from us [here](https://metalbear.co/mirrord/demo/?utm_campaign=share-announcement-2904&medium=social&source=discord).
  • Hello, I've used mirrord successfuly for
    n

    Nexus

    05/04/2025, 11:49 AM
    Hello, I've used mirrord successfuly for debugging with node process. is there a way to use it with python? I couldn't find supportive materials
    a
    • 2
    • 11
  • c

    Candyboobers

    05/07/2025, 8:43 AM
    hey people. it probably was asked, but can't see it. did anyone configured it for nvim? if it's possible Im happy to add a guideline to the docs