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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are your favorite DevOps tools?

5 点作者 rpseq超过 7 年前
I am interested in careers software industry after a few years in a computational genetics PhD program. DevOps seems like a good fit because of my experience with a "Dockerized" distributed computing platform but I don't know where to start.

3 条评论

cflyingdutchman超过 7 年前
(curious why you want to leave genetics because I'm an engineer and would like to go into computational genetics)
bsears超过 7 年前
I&#x27;ll just list a few tools I use on a daily basis<p>Kubernetes - Great platform for orchestrating containers, made my life a ton easier (Learn Docker and containers first)<p>Jenkins - Very powerful automation platform, great for setting up CI&#x2F;CD pipelines<p>AWS - Good to get your feet wet in the public cloud space<p>Chef - Configuration management and infrastructure automation tool, you define how you want your workloads to look and it delivers<p>Terraform - Infrastructure as code, where Chef defines the configuration of an existing machine, terraform defines how that machine should be provisioned<p>In terms of core concepts, read up on CI&#x2F;CD, Agile, and SDDC architecture.
评论 #16396603 未加载
naim08超过 7 年前
Dockers are probably my fav. Containers make it really easy to share projects