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/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://www.nomadproject.io/" rel="nofollow">https://www.nomadproject.io/</a><p>[1] <a href="https://k9scli.io/" rel="nofollow">https://k9scli.io/</a><p>[2] <a href="https://github.com/hashicorp/damon" rel="nofollow">https://github.com/hashicorp/damon</a><p>[3] <a href="https://charm.sh/" rel="nofollow">https://charm.sh/</a>