Live data from Hacker News

Viewing profile — andres

andres

HN member
Joined
Tue, Feb 20, 2007, 6:09 PM UTC
HN karma
1,637
Public activity
318 items

About andres

Lead Developer, Kubetail Co-Founder, Octopart

Recent public activity

  1. story
    Show HN: Gochan – A library of channel architectures for Go, inspired by Rust

    Hi All, I felt like I was re-inventing the wheel by bolting similar channel architectures onto different Go structs repeatedly so I decided to extract some common types into into o…

  2. comment
    Comment #48056932

    In addition the skills teach the agent about which kubectl commands are mutating so it doesn’t treat them and normal Bash() commands and asks you for permission first.

  3. story
    Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code

    Hi All, Recently I've been using Claude Code a lot for debugging cluster issues and I realized I was performing similar tasks repeatedly so I decided to package them up into skills…

  4. story
  5. comment
    Comment #43872801

    Hi @nodesocket! Thanks for your support! Your help ironing out the bugs after launch was incredibly helpful.

  6. comment
    Comment #43866999

    Thanks! I used Screen Studio for the demos ( https://screen.studio ). I had to pay for it but I couldn't find the zoom+highlight feature anywhere else. Regarding Heroku - I loved H…

  7. comment
    Comment #43865057

    Yes, there's no index. It uses grep (powered by ripgrep) under the hood.

  8. comment
    Comment #43865040

    Kubetail is more lightweight than Loki/Grafana. It fetches logs using the Kubernetes API which means you can only see the current state of the cluster but you can use it without in…

  9. comment
    Comment #43864226

    Thanks for posting a link to Johan's project. I'm in touch with him to figure out the best way to avoid confusing users.

  10. comment
    Comment #43864110

    Yep! You can use Kubetail on your desktop (using the CLI tool) or you can install it directly in your cluster using helm: helm repo add kubetail https://kubetail-org.github.io/helm…

  11. comment
    Comment #43864034

    Thanks! Kubetail doesn't cache or store logs itself. By default, it uses the Kubernetes API to fetch logs from your cluster and send them directly to your client (browser or termin…

  12. comment
    Comment #43863874

    Thanks! Part of what enables us to make a helpful lightweight solution is that we're leveraging the Kubernetes API to give logs context without requiring extra configuration. It'd …

  13. comment
    Comment #43863782

    Thanks! Your comment made my day! It sounds like your use-case is similar to mine when I started working on the project. Now we have a community of contributors working on Kubetail…

  14. comment
    Comment #43863652

    If you get a chance to try out the Kubetail CLI, I'd love to hear your thoughts! There's a lot of overlap with stern at the moment but we're planning on adding new features soon th…

  15. story
    Show HN: Kubetail – Real-time log search for Kubernetes

    Hi Everyone! Kubetail is a general-purpose logging dashboard for Kubernetes, optimized for tailing logs across multi-container workloads in real-time. With Kubetail, you can view l…

  16. story
  17. story
  18. story
    Show HN: Edge-CSRF – CSRF protection at the edge (Next.js, SvelteKit)

    This is a small JavaScript library that implements CSRF protection for Next.js and SvelteKit except it only uses edge runtime dependencies so it can be used in both node environmen…

  19. story
    Show HN: Edge-CSRF – CSRF protection on edge runtime (Next.js, SvelteKit)

    This is a small JavaScript library that implements CSRF protection for Next.js and SvelteKit except it only uses edge runtime dependencies so it can be used in both node environmen…

  20. comment
    Comment #39980467

    If you get a chance, please check out kubetail ( https://github.com/kubetail-org/kubetail ). It's an open source log viewer for Kubernetes. Currently you can use it to look at pod …

  21. comment
    Comment #39951884

    Update: fixed in v0.1.1 https://www.npmjs.com/package/fancy-ansi

  22. comment
    Comment #39947692

    Created issue: https://github.com/kubetail-org/fancy-ansi/issues/2 Blink support would use CSS animations which requires a deeper level of integration than the other SGR parameters…

  23. comment
    Comment #39945728

    Awesome! Great to hear it's useful for your project. Let me know if you have any questions or run into any issues.

  24. comment
    Comment #39945656

    Noted, thanks https://github.com/kubetail-org/fancy-ansi/issues/1

  25. comment
    Comment #39945643

    The library is focused on text styling so it only implements ANSI SGR parameters. I used this as a reference: https://en.wikipedia.org/wiki/ANSI_escape_code The full list of suppor…