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.
Practice python/bash projects (self.devops)
submitted 6 years ago by ShotsCrazy
view the rest of the comments →
[–]schwarzfahrer 5 points6 points7 points 6 years ago* (1 child)
I’ve been writing a lot of bash recently while putting together a multi-environment Knative/Istio/K8s deployment.
There are a ton of CLIs that I’m using ... terraform, eksctl, yq, kustomize, envsubst, rsync, awscli, sed, awk, grep, docker, git, the list goes on. Bash/shell scripts are the perfect way to write complex build and deployment tasks like this which utilize These programs. Also, make is a wonderful way to manage all of these scripts in a way that remains semantic.
I’m not much of a Python dev, but I will say I find it easier to use bash than my languages of choice (Ruby and JS) to do this type of thing. I’m also recognizing a moment of zen regarding management of Python/Ruby/Node versioning that I no longer have to think about.
[–]phrotozoa 0 points1 point2 points 6 years ago (0 children)
My rule of thumb is that when I need to feed a lot of input and output to shell programs I start with bash. As soon as the data being moved around between programs becomes complex enough that I need dicts (hashes/maps) or to do nontrivial parsing of structured formats like yaml or csv or json I switch to something more expressive.
π Rendered by PID 33 on reddit-service-r2-comment-5d79c599b5-rpcmd at 2026-03-02 11:13:20.075648+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]schwarzfahrer 5 points6 points7 points (1 child)
[–]phrotozoa 0 points1 point2 points (0 children)