TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Kubernetes Manager – A Kubernetes Dashboard / Status Page

6 pointsby mlaminaabout 9 years ago

2 comments

mlaminaabout 9 years ago
I wrote this little tool mainly for myself, because I felt the need to have some kind of quick overview &#x2F; status page for my Kubernetes clusters. Since IMHO there is still no tool out there providing this kind of functionality the way I wanted it to be, I just put the code on Github and hope that it might help some colleagues in need :)<p>These are some of the core features that I find the most useful:<p>- Quickly view the (color-coded!) status of all RCs, pods and services in realtime per namespace<p>- Delete pods and RCs with one click<p>- List and search recent cluster events and quickly jump to related resources<p>- Follow the progress of rolling updates in realtime
sofaofthedamnedabout 9 years ago
Nice! I&#x27;ll have a go of this tonight when I get home.