The /kv endpoints access Consul's simple key/value store, useful for storing service configuration or other metadata.
It is important to note that each datacenter has its own KV store, and there is no built-in replication between datacenters. If you are interested in replication between datacenters, please view the Consul Replicate project.
Values in the KV store cannot be larger than 512kb.
For multi-key updates, please consider using transaction.