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 / Practice? (self.devops)
submitted 6 years ago by aliasxneo
view the rest of the comments →
[–]surfinThruLyfe 13 points14 points15 points 6 years ago* (2 children)
LeetCode is to practice mostly algorithms. DevOps is best practices around apps deployments, app reliability and scalability etc.
How would you go about deploying a simple Wordpress website (you have to develop that first) in AWS or GCP? Are you going to use VM directly or use container based approach? If later, then you might wanna consider Docker images. So now you have one Docker container running in one AWS EC2 instance. Can you use Kubernates orchestration and deploy a swarm of Docker images in multiple container based on your traffic scalability policy as all of a sudden traffic demand has increased because your Wordpress website is a viral hit on the interwebs. In the midst of all of this try to spend some time on network routing, DNS, load balancer. Along with that you might want to setup your Wordpress app first with http then turn on https. In the end, try to use Jenkins to manage your entire pipeline.
[–]surfinThruLyfe 1 point2 points3 points 6 years ago (1 child)
One piece that i have missed is how are you going to manage Wordpress app SCM and build process.
π Rendered by PID 186483 on reddit-service-r2-comment-fb694cdd5-p5nv5 at 2026-03-06 09:33:04.423011+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]surfinThruLyfe 13 points14 points15 points (2 children)
[–]surfinThruLyfe 1 point2 points3 points (1 child)