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ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ