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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How do you manage remote dev workstations in the cloud?

1 点作者 salberts5 个月前
We try to balance cloud spend vs developer efficiency in our team. From time to time devs needs stronger instances (CPU/GPU/RAM/extra machine, etc) with their dev environment ready. However, the transitioning is cumbersome, although we added some scripts and automation. Machines tend to be idle a big portion of the time. Are there good solution to reduce devops burden from the devs while reducing wasted resources?

2 条评论

csweichel5 个月前
Gitpod (<a href="https:&#x2F;&#x2F;www.gitpod.io" rel="nofollow">https:&#x2F;&#x2F;www.gitpod.io</a>) is a great option here. It aims to remove the ops burden, provide a great developer experience and give you tools to manage your spend (eg automatic timeouts, suspend&#x2F;resume, standardized creation of environments).<p>Full disclosure: I’m one of Gitpod’s co-founders.
blinded5 个月前
We had a system (Jenkins job on a cron and some bash) at my last job that would turn them off at night. We then provisioned aws keys that could manage the power settings. That way devs could power them on&#x2F;off as needed.<p>At my current place we have an older set of VMware infra that is used for this. Cap vs op expense, they are not powered off.