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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to become an infrastructure engineer?

5 点作者 litzer超过 9 年前
Since infrastructure is a crucial part of companies and has little wiggle room for error without impacting a lot of users, how does one gain experience? I find devops and infrastructure to be interesting, and involves a lot more critical thinking than regular application programming, but it seems every job opening for it requires at least some if not years of experience. I'm currently an applications developer (full stack).

4 条评论

CyberFonic超过 9 年前
Experience is critical because making mistakes ends up costing a lot of money. Bad architecture decisions can have huge impact upon throughputs, etc.<p>Based on my experience, the best way would be to get a job at a medium size systems integration firm. Your ability to write scripts etc might get your foot in the door. Then you would have to learn fast from the experienced infrastructure engineers.<p>Of course, you will also need to read a lot and learn a lot about LAN, WAN, SAN, VPN, DNS, firewalls, virtualisation, cloud, etc, etc.
kspaans超过 9 年前
Have you setup a network of computers at home? Do you run &amp; manage a server somewhere (could be VPS, colo, or at home) with common services like SSH and VPN?
twunde超过 9 年前
There are a few jobs that you could do right now that would provide you with some exposure such as migrating apps to new servers. Make sure to get friendly with your current infrastructure team. Learn to set up servers (vagrant + configuration management are great for this).
cblock811超过 9 年前
At my work we have a Devops Hour class that covers high level topics, typically has take-aways and homework if you want to do it (with a fabulous prize so yay incentive). I would say setting up a server and deploying your apps to it would be a useful exercise.