Questions tagged [consul-kv]

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.

62 questions
0
votes
1 answer

Fetch a value from KV store, but its not a Key:Value pair in the template

All, Is it possible to convert my server.cert.template file in to server.cert using consul template and consul KV. In my Consul am defining a KV pair as follows: SERVER_SSL_CERT = 4r4ffqh;fhq2fhwhhqwpihpvhqv'in3v3rvnrqpnrvnnvvqn And my…
rashcuva
  • 65
  • 2
  • 10
0
votes
1 answer

Does Consul KV supports reading multiple keys?

Does Consul KV supports reading multiple keys? Similar to Redis's MGET.
carpamon
  • 6,515
  • 3
  • 38
  • 51
1 2 3 4
5