tczekajlo / kube-consul-register

a tool to register Kubernetes PODs as Consul Services
Apache License 2.0
105 stars 50 forks source link

Push config map to consul #39

Open m4ce opened 5 years ago

m4ce commented 5 years ago

We would like to keep managing our configuration in config maps and have consul-template/confd to dynamically build the final service configuration by retrieving it from consul.

Is there any plan to have kube-consul-register to optionally push the registered service config map in the consul kvstore?

If you think this is not worth supporting, I'd like to hear any suggestion on how you'd go about implementing the above :)