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: Wander, a terminal app for HashiCorp Nomad

8 pointsby lrobinovitchalmost 3 years ago

1 comment

lrobinovitchalmost 3 years ago
In my experience, Nomad[0] is a joy to use, but the tooling around it is less mature than that of Kubernetes. In the spirit of k9s[1] and damon[2], Wander is a terminal application for observing and interacting with Nomad clusters. Wander allows users to view jobs, allocations, logs, specs, and exec in and run commands in running tasks. The terminal UI&#x2F;UX is designed for maximum efficiency and information density.<p>Wander also comes with an ssh server via “wander serve”, so for example, one could deploy it within an internal network such that engineers can ssh in and start a wander session without having to install or configure anything.<p>Wander is built on the excellent tools provided by Charm[3], namely, Bubble Tea and Wish.<p>[0] <a href="https:&#x2F;&#x2F;www.nomadproject.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nomadproject.io&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;k9scli.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;k9scli.io&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;hashicorp&#x2F;damon" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hashicorp&#x2F;damon</a><p>[3] <a href="https:&#x2F;&#x2F;charm.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;charm.sh&#x2F;</a>