
Made an open source visual dashboard for Docker/Kubernetes ops (not another monitoring tool) — looking for brutal feedback
Got tired of SSH-ing into boxes and running docker/kubectl commands one at a time once I had more than a couple of hosts. Built InfraCanvas to fix that for myself — it's a visual control plane where you can see your containers/cluster state and do common operations (restart, scale, inspect logs, etc) without CLI-hopping across machines.
Stack is Go backend + React frontend, fully open source: github.com/bytestrix/InfraCanvas
Not a Grafana/Prometheus replacement, not trying to be. It's for actually operating stuff, not just watching graphs.
If you already run Portainer/Rancher/Lens — what's missing from those for you? And if you don't use any dashboard at all, why not? Trying to figure out if this solves a real problem or if I just scratched my own itch for nothing.