kube-consul-register icon indicating copy to clipboard operation
kube-consul-register copied to clipboard

a tool to register Kubernetes PODs as Consul Services

Results 22 kube-consul-register issues
Sort by recently updated
recently updated
newest added

HI i have a headless (daemonset) service named telegraf with the correct tabs and it looks like is being registered, but checking consul i do not see any service created...

In examples, your current setup is incomplete, please update or add this example config with RBAC: ``` --- apiVersion: v1 kind: ConfigMap metadata: name: kube-consul-register namespace: consul data: consul_address: "localhost"...

The service's node port is needed for external services to discover and use them. ![screen shot 2018-05-15 at 2 54 02 pm](https://user-images.githubusercontent.com/1251411/40082994-064ce47c-5850-11e8-9506-784154567ece.png)

Thank you for building this wonderful tool. A Helm chart would make kube-consul-register setup easier. So I have created a chart in the [Helm charts repository](https://github.com/helm/charts/). Here is the open...

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...

https://github.com/tczekajlo/kube-consul-register/blob/ad71b04c861bc3431d93dce7b70ade594a0bce57/controller/services/controller.go#L453 it should be ClusterIP and not NodePort

Hello my configmap: --- apiVersion: v1 kind: ConfigMap metadata: name: kube-consul-register namespace: default data: consul_address: "consul-agent.cluster.local" consul_port: "8500" consul_scheme: "http" consul_insecure_skip_verify: "true" consul_token: "TOKEN" consul_timeout: "2s" consul_container_name: "consul-agent" consul_node_selector: "consul=enabled"...

Hi, thanks for this useful tool! I plan to switch to Kubernetes from Docker in several stages and need to move my microservices to cluster one by one. So I...

Seeing the following panic across all three pods (replicaset). Not sure what is causing? Saw a similar bug with Prometheus that might help. https://github.com/prometheus/prometheus/issues/2178 ``` E0424 15:56:57.232462 1 runtime.go:66] Observed...

We have currently consul agents on each namespace and register pointing to it to register pods within that namespace, however we tried to point registrar from namespace A to namespace...