Live data from Hacker News

Viewing profile — eyalbukchin

eyalbukchin

HN member
Joined
Wed, Jul 28, 2021, 1:30 PM UTC
HN karma
19
Public activity
17 items

About eyalbukchin

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48265910

    (CTO of mirrord here.) "Running specific services locally while leaving the rest in the cloud" is exactly it, but it's not as simple as you make it sound. At monday's scale you hav…

  3. comment
    Comment #42049001

    Not only do more bugs reproduce in staging than locally (for obvious reasons), but mirrord also saves you the trouble of figuring out how to run your stuff locally in the first pla…

  4. story
  5. comment
    Comment #34522876

    Ideally! And it can be run on a Linux machine if the user prefers. But if you code on a Mac, mirrord still lets you go through a good number of test iterations (by letting your pro…

  6. comment
    Comment #34521519

    It's initially the parent who'll pick the book though (or the critic? the people who decide what to put in the front window of the bookstore? probably not the four year old though)…

  7. comment
    Comment #34519659

    This is detailed in the post, but the security feature i.e. preventing injected libraries access to entitlements isn't actually bypassed here. Rather the binary is run without thes…

  8. comment
    Comment #34518977

    Maybe, we haven't looked into that option for the following reasons: a. It would require that we maintain a potentially pretty big list of self-compiled binaries b. It would be an …

  9. comment
    Comment #34515712

    The part of mirrord that's affected by SIP is the client. This is meant to be run by users on their development machines (we could ask them to disable SIP, but would rather not for…

  10. story
    Show HN: mirrord – run your local code in the context of your cloud environment

    Hey everyone, I’m Eyal, co-founder and CTO of MetalBear, the company behind mirrord. We’ve recently released version 3.0 of mirrord - it’s the first version of the product that we …

  11. comment
    Comment #33279894

    It does work with any k8s cluster, no operator needed. It indeed relies on kubectl's config to talk to the k8s API. All that's needed is permissions to run privileged pods (or if y…

  12. story
  13. comment
    Comment #31636018

    So there are a bunch of use cases, but the main one we think is during day to day development. mirrord can give you access to “cloud conditions” while you code, without having to g…

  14. comment
    Comment #31635370

    First of all, mirrord runs on the process level. Telepresence either runs on your local machine, changing its network behavior or in a container making development less smooth than…

  15. comment
    Comment #31635167

    Our agent sniffs traffic in the same network namespace as the pod whose incoming traffic we mirror, so in most cases that would be after the HTTPS traffic is decrypted (by e.g. a l…

  16. comment
    Comment #31634831

    Up to you: you’re going to be able to configure what works locally vs what works with the cloud environment. So for example, you could configure all read functionality (incoming tr…

  17. comment
    Comment #31634670

    Yes! This is actually in development at the moment so should be out really soon. Along that same line, we're also planning to support routing of outgoing traffic back to the cloud …