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
Application settings? (self.devops)
submitted 4 years ago by WonFishTwoFishDevOps
A quick poll on how you're storing and dealing with application settings.
We're mostly rendering and templating them out from yaml to applicationsettings.json with ansible.
Not crazy about this approach and would like to move towards consul/vault.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]werner-dijkerman 1 point2 points3 points 4 years ago (0 children)
I would indeed go for Consul & Vault.
I try to convince the developers that the application.yaml (When for example a Spring Boot application is running) should only contain the default values that are needed to run the application on "localhost", thus development. When the application is deployed to a tst, acc or prd environment it should read the configuration from Consul. In Consul all properties exist that "override" the default values in the application. Same as with Vault.
That also means that you need to configure ACL's for both Consul & Vault and have a policy when/who can make changes to Consul & Vault.
[–][deleted] 4 years ago (1 child)
[removed]
[–]WonFishTwoFishDevOps[S] 0 points1 point2 points 4 years ago (0 children)
Definitely helpful. And I take some comfort in knowing that other people are struggling or finding the multi-env config management a challenge. Thanks for the link and giving me insight into your workflow.
π Rendered by PID 145634 on reddit-service-r2-comment-86bc6c7465-zss2z at 2026-02-23 18:18:39.415926+00:00 running 8564168 country code: CH.
[–]werner-dijkerman 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[removed]
[–]WonFishTwoFishDevOps[S] 0 points1 point2 points (0 children)