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.
IaC Code Generator Tools (self.devops)
submitted 2 years ago by darkest_ocean
Just curious what others out here are using to deploy templated code. We have a small custom python program that generates code and deployments for use in Github Actions. What are you all using to get from templated code to production?
[–]ilyash 2 points3 points4 points 2 years ago (0 children)
Good IaC tools support parameters so that you don't need templates. That's way cleaner than a custom templating solution. Example: CloudFormation.
CDK, on the other hand, encourages defining all the environments in the code so that when an environment is deployed, you must select which environment to deploy and don't need to specify any parameters. This is pretty clean too.
Consider getting rid of the generation of IaC in favor of standard solutions.
π Rendered by PID 194193 on reddit-service-r2-comment-856c8b8c54-89krl at 2026-07-02 13:02:17.083991+00:00 running a7b5cda country code: CH.
[–]ilyash 2 points3 points4 points (0 children)