Ensure you have a running Consul cluster and basic familiarity with Consul installation.
Topics Covered
- Capabilities and limitations of the Consul Key/Value Store

- Interacting with the K/V Store using the Consul CLI and Web UI
- Accessing the K/V Store via the HTTP API
- Monitoring key-value changes with Consul Watch and integrating external tools:
Links and References
- Consul Key/Value Store Concepts
- Consul HTTP API: KV Endpoints
- Envconsul GitHub Repository
- Consul Template GitHub Repository