AppConfig for configuration management

0

Usecase : I am currently having some microservices deployed to ECS . Each of these services have some infrastructure (Queue, S3 etc) and application level (Timeout, Pagination etc) set set in the configuration (currently in Parameter store) . I would like to automate the deployment and follow best practices.

serviceA , version 2.1.0, environment (dev) ==> ConfigurationA 1.0 serviceA , version 3.1.0, environment (dev) ==> ConfigurationA 2.0 serviceA , version 2.1.0, environment (test) ==> ConfigurationA 1.0-test : serviceB , version 1.1.0, environment (dev) ==> ConfigurationB 1.0

ie for a service, based on a version and environment we need to deploy the container with the specific configuration.

Is AppsConfig the right solution for this usecase. How can we create these versions (as labels in AppsConfig hosted config ?) . This should be a common scenario how are others maintaining these configurations against a specific service version.

Thomas
已提问 5 个月前124 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则