Damn, if you took out the “Kubernetes” part, and made it generalized, it looks like you built something that I have wanted to see for a long time. I think log explorers work best as a GUI, and that they need deep integration with structured logs. Basically I just want the DataDog log explorer but locally, and able to simply intake from some files. Some have tried, but they are always too simple, not parsing out prope…
Look into https://logdy.dev . I've played around with it a little bit, but really putting some work into learning it and integrating it with OTEL traces is my next side project. Another alternative is https://openobserve.ai/ . It needs to run as a daemon to ingest logs (instead of opening a file), but it has a really nice UI.
Show HN: Kubetail – Real-time log search for Kubernetes
31–36 of 36 posts
Re: Show HN: Kubetail – Real-time log search for Kubernetes
#32bruh merging logs from all pods at once is something i always wanted, props for finally making this sane
Re: Show HN: Kubetail – Real-time log search for Kubernetes
#33Damn, if you took out the “Kubernetes” part, and made it generalized, it looks like you built something that I have wanted to see for a long time. I think log explorers work best as a GUI, and that they need deep integration with structured logs. Basically I just want the DataDog log explorer but locally, and able to simply intake from some files. Some have tried, but they are always too simple, not parsing out prope…
Look into https://logdy.dev . I've played around with it a little bit, but really putting some work into learning it and integrating it with OTEL traces is my next side project. Another alternative is https://openobserve.ai/ . It needs to run as a daemon to ingest logs (instead of opening a file), but it has a really nice UI.
Re: Show HN: Kubetail – Real-time log search for Kubernetes
#34Re: Show HN: Kubetail – Real-time log search for Kubernetes
#35My personal preference for log tailing is Stern. It doesn't have a web UI but then I've never felt like I needed one. https://github.com/stern/stern
Re: Show HN: Kubetail – Real-time log search for Kubernetes
#36I’ve been using Kubetail since the early days it was released in my homelab Kubernetes cluster. It’s fantastic and incredibly easy to setup and configure (unlike Loki + Grapha or ELk). Very polished.