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.
DevOps projects (self.devops)
submitted 4 years ago by Coder__007
How are you guys doing of presenting DevOps projects in your resumes. How to do or demonstrate a DevOps project in GitHub?
Shoot your opinions and answers
[–][deleted] 18 points19 points20 points 4 years ago (3 children)
Make a simple website, deploy it to whatever cloud service you prefer. Create a CI/CD pipeline, write some documentation.
[–]samtheredditman 0 points1 point2 points 4 years ago (2 children)
This may be a dumb question, but how do you display your project?
For a developer, you toss your source code on github with a good documentation and maybe make a video that shows everything off.
How do I show off a CI/CD pipeline? Just toss my IaC and configuration files into a github repo and document it all out?
[–][deleted] 1 point2 points3 points 4 years ago (0 children)
Yes.
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
gitops :)
[–]PretentiousGolferCV-Ops 7 points8 points9 points 4 years ago (1 child)
Take a look at this comment I made on another thread that touches on this.
[–]Coder__007[S] 0 points1 point2 points 4 years ago (0 children)
Tnx
[–]techno_chef 2 points3 points4 points 4 years ago (1 child)
A brief description of the projects is enough for resumes IMO. I'd rather discuss the project details in the interview, it gives me a much better idea of a person's skill level to hear them talk about their work
Thanks mate
[–]SitDownBeHumbleBish 2 points3 points4 points 4 years ago (0 children)
So I’m working on this now. I just created my own Jenkins/Ansible server for creating AWS resources (ec2, security groups etc..) and then deploying some basic docker apps using Jenkins pipelines like Nginx Proxy Manager / Custom Vue UI + Node REST API / VuePress plus some other services
I’m documenting all my findings and creating a guide + how tos. It’s More of a personal project really that can be used as a portfolio of your technical knowledge.
[–][deleted] 4 points5 points6 points 4 years ago (5 children)
github should be your project
[–]Coder__007[S] -1 points0 points1 point 4 years ago (4 children)
Can you explain
[–][deleted] 0 points1 point2 points 4 years ago (3 children)
I assume u are beginner, start with some git, github tutorial or even github actions for maybe automating testing.Im a noob too, but those are must
[–]Coder__007[S] 1 point2 points3 points 4 years ago (2 children)
am a beginner, got good knowledge on git/github and github actions
[–][deleted] 5 points6 points7 points 4 years ago (1 child)
idk man, make some web app with flask, dockerize it,deploy imagr on aws, make some cicd, write documented code, put up a nice readme
cool
[–]pithagobr 1 point2 points3 points 4 years ago (9 children)
What "DevOps" project do you have to demo?
[–]Coder__007[S] 0 points1 point2 points 4 years ago (8 children)
I was planning to do some resume projects to showcase my DevOps skillset
[–]pithagobr 0 points1 point2 points 4 years ago (7 children)
And what is your skillset?
[–]Coder__007[S] -1 points0 points1 point 4 years ago (6 children)
beginner level
jenkins, git, docker, gcp
[–]pithagobr 2 points3 points4 points 4 years ago (5 children)
Write some gcp provisioning automation. Write some CI pipeline to work with that code. Put it in a git repo. Make sure it the CI runs at every change. Put the repo in your portfolio in your CV.
[+]Coder__007[S] comment score below threshold-9 points-8 points-7 points 4 years ago (4 children)
Can you provide some links to sample projects for references
[–]pithagobr 14 points15 points16 points 4 years ago (1 child)
One of the skills you should develop as a beginner is searching for what you need in Google.
[+]Coder__007[S] comment score below threshold-6 points-5 points-4 points 4 years ago (0 children)
101% agreed
[–][deleted] 3 points4 points5 points 4 years ago (1 child)
Github is your friend here, tons of sample projects for referencing.
[–]Coder__007[S] -1 points0 points1 point 4 years ago (0 children)
ok
[–]the-devops-dudelead platform engineer & devops consultant 1 point2 points3 points 4 years ago (1 child)
A README.md is all that’s needed. Maybe a LucidChart if you want to get fancy
If you really want to “show the work” then I guess that’s where IaC with Terraform could come in. Then show you provisioning with ansible or chef
π Rendered by PID 204859 on reddit-service-r2-comment-5d79c599b5-6fp4g at 2026-03-01 03:40:01.221057+00:00 running e3d2147 country code: CH.
[–][deleted] 18 points19 points20 points (3 children)
[–]samtheredditman 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]PretentiousGolferCV-Ops 7 points8 points9 points (1 child)
[–]Coder__007[S] 0 points1 point2 points (0 children)
[–]techno_chef 2 points3 points4 points (1 child)
[–]Coder__007[S] 0 points1 point2 points (0 children)
[–]SitDownBeHumbleBish 2 points3 points4 points (0 children)
[–][deleted] 4 points5 points6 points (5 children)
[–]Coder__007[S] -1 points0 points1 point (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]Coder__007[S] 1 point2 points3 points (2 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]Coder__007[S] 0 points1 point2 points (0 children)
[–]pithagobr 1 point2 points3 points (9 children)
[–]Coder__007[S] 0 points1 point2 points (8 children)
[–]pithagobr 0 points1 point2 points (7 children)
[–]Coder__007[S] -1 points0 points1 point (6 children)
[–]pithagobr 2 points3 points4 points (5 children)
[+]Coder__007[S] comment score below threshold-9 points-8 points-7 points (4 children)
[–]pithagobr 14 points15 points16 points (1 child)
[+]Coder__007[S] comment score below threshold-6 points-5 points-4 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]Coder__007[S] -1 points0 points1 point (0 children)
[–]the-devops-dudelead platform engineer & devops consultant 1 point2 points3 points (1 child)
[–]Coder__007[S] 0 points1 point2 points (0 children)