TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: DevOps Engineers, What Do You Do at Work?

15 pointsby Smaointe12 months ago
Inspired by:<p>https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40610794

4 comments

itsdanweston12 months ago
There are two main things I do. The first is to make sure everything runs as expected, with no faults, no security risks, deployments are successful, etc.<p>The second (and personally more important) thing I do is try to remove as much friction from the dev&#x27;s experience as possible. I go and chat with the devs, find out what parts annoy them, where they get stuck, and what level of control they want to have. Then I go away and try and resolve those issues.<p>For me, DevOps is more about Dev than Ops. I started as a dev, and nothing kills productivity for me more than waiting for the pipeline, not being able to find where logs are being sent, not being able to get access to the Kube cluster and so on. So I do what I can to make the devs happy, happy devs generally equals better outcomes.
bravetraveler12 months ago
I wear the <i>DevOps</i> hat a bit with <i>SRE</i>. Typically I look for things that take a lot of time and refine&#x2F;automate. Rinse and repeat.<p>I specifically go for things that seem guarded. Stuff people do that seems to be job security. Exists &#x27;only&#x27; to keep them employed.<p>Not with any animosity, mind you. There are usually tendrils to that kind of stuff. It&#x27;s usually important work but perhaps the specifics need updating.<p>For instance: while <i>&quot;Bob&quot;</i> does the same he always does, there may be a group of new people wondering why it existed this way. He may just need help getting out from under it.<p>Perhaps the work can be saved instead of repeated, the new folks can take it on, or they obsolete it entirely. Processes are funny like that.<p>This spills into meetings a lot. Convincing people to do the obviously good thing, defending reason, etc. It&#x27;s not just writing Ansible&#x2F;Python <i>(our tools of choice)</i> as much as I&#x27;d prefer that.<p>Overall the goal is to be a force multiplier without rustling too many feathers
评论 #40624130 未加载
giantg212 months ago
I&#x27;m technically DevSecOps. It honestly feels like any other software dev role in the cloud. Our org is big enough that there are enterprise templates for the various AWS services. So we end up doing very little Ops work, just some tweaking and troubleshooting. I manage the paperwork for security vulnerabilities that get discovered on our team. Really nothing fancy.
JSDevOps12 months ago
Most of them just are constantly updating jira tickets and making pipelines slower.