Viewing profile — anirudhrx
anirudhrx
HN member- Joined
- Sun, Sep 22, 2019, 7:41 PM UTC
- HN karma
- 12
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About anirudhrx
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #42952989
Excited to see this! Congrats on the launch.
- story
- story
- story
- story
-
comment
Comment #37339407
I just use Goodreads to keep track of what I read so I can go back and see some highlights from certain kindle books that I've semi-forgotten. I dislike their goals in terms of "bo…
-
comment
Comment #37315495
Sorry if I'm not using the right terminology here. By layers, I'm talking about the different places from where you're emitting spans - like in your example, the UI, prompt-embeddi…
-
comment
Comment #37315050
Congrats on the launch! This is really cool. Would love to see OTel integration in the future. I'm curious if this might eventually work with request-context based routing, i.e. be…
-
comment
Comment #37175808
Hah! this was cool to discover.
-
story
Show HN: Developer Environments Using Istio and Kubernetes
Developer environments become slow to spin up and expensive to maintain with many microservices. We’ve built a new kind of dev environment that uses traffic labeling (using OpenTel…
-
comment
Comment #37154934
This is an interesting issue that I've also seen across many companies - often even leading to low usage of these slow-to-bring-up environments. At relatively smaller scale, I can …
-
comment
Comment #37078573
Thanks for the question. Anirudh here. Firstly, there isn't always a need to isolate everything by default - in some cases, the testing being done may / application layer entities …
-
comment
Comment #32870011
Thank you! :)
-
comment
Comment #32858838
Thanks for the kind words!
-
comment
Comment #32857589
Makes sense. I have seen a couple of instances of this pattern - with service dependencies being stitched together using configuration. Thanks for sharing!
-
comment
Comment #32857556
Ah, the primary use-case here is for developers to test microservices as changes are made to them - so one would typically be running this setup in pre-production / staging only an…
-
comment
Comment #32856350
I was just about to post this :) Depending on the request context (typically a set of headers), a request will end up going to one of baseline service A or A’, but never both. Depe…
-
comment
Comment #32855788
Thanks for the question. At a high level, vcluster and sandboxes can be used to create environments within k8s. The approach we take with sandboxes is different in that it optimize…
-
comment
Comment #32855612
Thank you! We're really excited about covering the entire dev lifecycle using this approach. Re: routing, do you make use of a library that is directly included in each service? We…
-
comment
Comment #32855453
We've been working on some concept docs at https://docs.signadot.com/docs/concepts . Please let me know if it could use more detail on anything!
-
comment
Comment #32855154
Thanks! The biggest lesson for us has been in finding the balance between being opinionated v/s being flexible in the abstractions we build. I think it's easy to go too far in eith…