I'm going to use Spring Config Service (SCS) for our Microservices Architecture. Currently our Cloud stack is on AWS. Since SCS will run on a Docker, thanks to a Pipeline + Cloud Formation, and our config repository will be on a private GitHub repository with encrypted values:
- Is there any best practice to refresh the repository that will be "pulled" inside the Docker?
- How can I update it on any instances? (since my service will be load balanced with HA).