Show HN: Kubetail – A private, real-time log viewer for Kubernetes clusters
3 by andres | 1 comments on Hacker News.
Hi Everyone! Kubetail is a new project I've been working on. It's a private, real-time log viewer for Kubernetes clusters. You deploy it inside your cluster and access it via a web browser, like the Kubernetes Dashboard. Using kubetail, you can view logs in real-time from multiple Workload containers simultaneously. For example, you can view all the logs from the Pod containers running in a Deployment and the UI will update automatically as the pods come into and out of existence. Kubetail uses your in-cluster Kubernetes API so your logs are always in your possession and it's private by default. Currently you can filter logs based on node properties such as availability zone, CPU architecture or node ID and we have plans for a lot more features coming up. Here's a live demo: https://ift.tt/50lnVZj Check it out and let me know what you think! Andres
No comments:
Post a Comment