Introduction to Spring Cloud Config Server
Spring Cloud Config Server (shortened to config server) will be added to the existing microservice landscape behind the edge server, in the same way as for the other microservices:

Figure 12.1: Adding a config server to the system landscape
Quick tip: Need to see a high-resolution version of this image? Open this book in the next-gen Packt Reader or view it in the PDF/ePub copy.
The next-gen Packt Reader and a free PDF/ePub copy of this book are included with your purchase. Scan the QR code OR visit packtpub.com/unlock, then use the search bar to find this book by name. Double-check the edition shown to make sure you get the right one.
When it comes to setting up a config server, there are a number of options to consider:
- Selecting a storage type for the configuration repository
- Deciding on the initial client connection, either to the config server or to the discovery server ...