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
preguntada hace 5 meses124 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas