TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Wander, a terminal app for HashiCorp Nomad

8 点作者 lrobinovitch将近 3 年前

1 comment

lrobinovitch将近 3 年前
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>