Live data from Hacker News

Viewing profile — anirudhrx

anirudhrx

HN member
Joined
Sun, Sep 22, 2019, 7:41 PM UTC
HN karma
12
Public activity
28 items

About anirudhrx

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #42952989

    Excited to see this! Congrats on the launch.

  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. 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…

  12. 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…

  13. comment
    Comment #37175808

    Hah! this was cool to discover.

  14. 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…

  15. 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 …

  16. 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 …

  17. comment
    Comment #32870011

    Thank you! :)

  18. comment
    Comment #32858838

    Thanks for the kind words!

  19. 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!

  20. 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…

  21. 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…

  22. 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…

  23. 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…

  24. 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!

  25. 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…