Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Example use case of using Consul KV to retrieve Configuration values to have a stateless micro service.

Python based:

  • Consul agent running at <consul_ip>.
  • Django based micro service.
  • Manage DB configuration in settings.py of the micro service.

Steps:

2. 


  • No labels