DEV Community

brekol
brekol

Posted on

I built g9s — a k9s-style terminal UI for GCP

Recently I had to bounce between GCP console tabs to check a Cloud Runs, tweak them a little, tail build logs, and VM page to SSH into them, so I built a small TUI for the GCP resources. It's heavily inspired by k9s (https://k9scli.io/) — same vibe, but for GCP instead of Kubernetes.

Repo: https://github.com/breku/g9s

It's an early personal project — would love your feedback :)

Top comments (0)