서버의 라이브 맵을 구축하여 SSH를 5개의 상자로 나누어 디버깅하는 것을 중단했습니다.

작성자

카테고리:

← 피드로
DEV Community · ByteStrix · 2026-06-30 개발(SW)

ByteStrix

I kept SSHing into servers and running the same commands just to see what was running:

kubectl get pods
docker ps
systemctl status
top

Different tools, different boxes, no single picture. So I built InfraCanvas.

You install one agent on a Linux server. It draws everything — Kubernetes, Docker, systemd, processes — as one live map. Color-coded by health, updates in real time.

Click anything to see its details. And you can act right there: restart, scale, rollback, open a terminal, tail logs. No SSH.

A few things I cared about building it:

  • Agent is outbound-only — no ports to open, no firewall changes.
  • Secrets stay home — secret env vars get redacted before they leave your server.
  • Runs as your user, not root.

Try it (read-only demo, no signup): https://demo.infracanvas.app
Free tier on your own box: https://cloud.infracanvas.app

I’m a solo dev. Honest question: does seeing infra as a map actually help, or is kubectl muscle memory good enough? Tell me where it breaks.

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다