Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.