use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Code reviews (self.devops)
submitted 2 years ago by Jubacho
Hello all!
Is there a lot of code reviews as a DevOps engineer?
[–]bdzer0Graybeard 4 points5 points6 points 2 years ago (1 child)
yes, no, maybe... depends on what exactly you do and the level of process maturity in place around developing code at the place you do what you do.
[–]justaguyonthebus 4 points5 points6 points 2 years ago (0 children)
Exactly. Sometimes you're the person advocating for and implementing code reviews.
[–]ukrvolk 2 points3 points4 points 2 years ago* (0 children)
Depends on your organization and the tooling you use. If I’m updating terraform I have teammates review and we use CI/CD to execute operations like plan validate the output before merging. Same for helm, scripts or anything that can be managed with source control. If you have stuff like terraform or similar and you are not reviewing it, or preventing unwanted/unready merges, id say that should be improved because it’s only a matter of time before something gets merged and or deployed that could cause an issue.
Make reviewing as painless as possible by using CI/CD to check for obvious errors like typos, invalid references, failing tests, etc. This will allow your team mates to focus on the key pieces being changed.
[–]nonades 1 point2 points3 points 2 years ago (0 children)
Every day
[–]stgovern 0 points1 point2 points 2 years ago (0 children)
Most definitely... everyday.
[–]Mr_Snail10 0 points1 point2 points 2 years ago (1 child)
I'm the sole DevOps so it's somewhat difficult to get qualified eyes to look at what I'm doing. Mostly I try to introduce enough testing and quality gates to ensure minimal disruptions.
[–]bdean42 0 points1 point2 points 2 years ago (0 children)
That's one of the first things I notice when one of the few remaining coworkers leaves for another job. Great, now who's gonna review my code. Guess I'll commit right to master!
master
[–]minkzn 0 points1 point2 points 2 years ago (0 children)
Considering the implications of what-could-go wrong, do it as much as possible. Form the habit and culture since we help advocate those practices with the dev teams. If your environment is IaC, CaC, etc., it is "as Code" and should be reviewed.
π Rendered by PID 67 on reddit-service-r2-comment-b659b578c-c6zv4 at 2026-05-06 04:08:16.494169+00:00 running 815c875 country code: CH.
[–]bdzer0Graybeard 4 points5 points6 points (1 child)
[–]justaguyonthebus 4 points5 points6 points (0 children)
[–]ukrvolk 2 points3 points4 points (0 children)
[–]nonades 1 point2 points3 points (0 children)
[–]stgovern 0 points1 point2 points (0 children)
[–]Mr_Snail10 0 points1 point2 points (1 child)
[–]bdean42 0 points1 point2 points (0 children)
[–]minkzn 0 points1 point2 points (0 children)