Viewing profile — andres
andres
HN member- Joined
- Tue, Feb 20, 2007, 6:09 PM UTC
- HN karma
- 1,637
- Public activity
- 318 items
- HN profile
- View on Hacker News ↗
About andres
Recent public activity
-
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…
-
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.
-
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…
- story
-
comment
Comment #43872801
Hi @nodesocket! Thanks for your support! Your help ironing out the bugs after launch was incredibly helpful.
-
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…
-
comment
Comment #43865057
Yes, there's no index. It uses grep (powered by ripgrep) under the hood.
-
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…
-
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.
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
- story
- story
-
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…
-
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…
-
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 …
-
comment
Comment #39951884
Update: fixed in v0.1.1 https://www.npmjs.com/package/fancy-ansi
-
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…
-
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.
-
comment
Comment #39945656
Noted, thanks https://github.com/kubetail-org/fancy-ansi/issues/1
-
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…