Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andres
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Gochan – A library of channel architectures for Go, inspired by Rust
(github.com)
5 points
by
andres
4mo ago
|
0 comments
2.
▲
by
andres
4mo ago
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.
▲
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code
(github.com)
25 points
by
andres
4mo ago
|
7 comments
4.
▲
Kubetail: New Rust-Based Cluster Agent
(kubetail.com)
1 points
by
andres
1y ago
|
0 comments
5.
▲
by
andres
1y ago
Hi @nodesocket! Thanks for your support! Your help ironing out the bugs after launch was incredibly helpful.
6.
▲
by
andres
1y ago
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 Heroku the first time I used it so I set up my
7.
▲
by
andres
1y ago
Yes, there's no index. It uses grep (powered by ripgrep) under the hood.
8.
▲
by
andres
1y ago
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 installing any additional software or provisioning storag
9.
▲
by
andres
1y ago
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.
▲
by
andres
1y ago
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-charts/ helm install kubetail
11.
▲
by
andres
1y ago
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 terminal). If the "Kubetail Cluster API" is install
12.
▲
by
andres
1y ago
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 be great to generalize Kubetail but a lot of that
13.
▲
by
andres
1y ago
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 so if you have time, stop by our Discord and let us know wh
14.
▲
by
andres
1y ago
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 that will be unique (e.g. remote grep, system l
15.
▲
Show HN: Kubetail – Real-time log search for Kubernetes
(github.com)
126 points
by
andres
1y ago
|
35 comments
16.
▲
Show HN: Edge-CSRF – CSRF protection at the edge (Next.js, SvelteKit)
(github.com)
1 points
by
andres
2y ago
|
0 comments
17.
▲
Show HN: Edge-CSRF – CSRF protection on edge runtime (Next.js, SvelteKit)
(github.com)
1 points
by
andres
2y ago
|
0 comments
18.
▲
by
andres
2y ago
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 logs from beginning to end, grouped
19.
▲
by
andres
2y ago
Update: fixed in v0.1.1 https://www.npmjs.com/package/fancy-ansi
20.
▲
by
andres
2y ago
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 so I wanted to hold off unt
21.
▲
by
andres
2y ago
Awesome! Great to hear it's useful for your project. Let me know if you have any questions or run into any issues.
22.
▲
by
andres
2y ago
Noted, thanks https://github.com/kubetail-org/fancy-ansi/issues/1
23.
▲
by
andres
2y ago
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 supported SGR parameters is in the README:
24.
▲
Show HN: Fancy-ANSI – Small JavaScript library for converting ANSI to HTML
(github.com)
16 points
by
andres
2y ago
|
11 comments
25.
▲
by
andres
2y ago
I added "Fancy-ANSI" as ASCII art to the preview site: https://kubetail-org.github.io/fancy-ansi/
26.
▲
by
andres
2y ago
Great! Do you mean a screenshot? As far as I know, besides images, you can’t embed html in GitHub readmes.
27.
▲
Show HN: Fancy-ANSI – Small JavaScript library for rendering ANSI in the browser
(github.com)
4 points
by
andres
2y ago
|
3 comments
28.
▲
by
andres
3y ago
Here's the github issue if you want to get notified when it gets fixed: https://github.com/kubetail-org/kubetail/issues/2
29.
▲
by
andres
3y ago
Awesome! Let me know if you run into any issues setting it up (andres@kubetail.com)
30.
▲
by
andres
3y ago
Thanks, just added one https://github.com/kubetail-org/kubetail
More ›