Viewing profile — eyalbukchin
eyalbukchin
HN member- Joined
- Wed, Jul 28, 2021, 1:30 PM UTC
- HN karma
- 19
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About eyalbukchin
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
- story
-
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…
-
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)…
-
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…
-
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 …
-
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…
-
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 …
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
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 …