When you're dealing with microservices, figuring out the best way to manage all the configurations can be tricky.
Qais Al-Zoubi
·2200 views
Hey everyone, I'm trying to figure out the best way to handle configs as our microservice setup gets bigger. We're already using external config servers, like Spring Cloud Config or Consul, but honestly, keeping them updated and making sure everything is consistent is a never-ending fight. Has anyone found other ways or tools that work well for this? I'm especially curious about how you deal with settings that are different for each environment and how you push out updates without any downtime.
34 comments