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

@tczekajlo would you take any of this? I can split it into different PRs too. But essentially, this fixes #58 as well.

This adds a rolebinding (see #46) to the in-cluster example, updates the API version (as in #60 ), and adds an example for out-of-cluster usage. It also renames rs.yaml to...

Updates the API version like #60 This change makes it possible to deploy consul-register in a single namespace without needing cluster-wide permissions. `rolebinding.yaml` contains the minimal permission set required for...

Since `extensions/v1beta1` was [deprecated](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/) quite a while ago, this updates the examples to match the new API.

Streamlines the build/deployment process by allowing the dockerfile to build the application

Hello, I have a service registered however there are 6 instances of the service which is a bit strange, since I only have 1 replica and also only 3 nodes......

Is it possible to add tags as annotations? By this I would like to be able to add tags like "urlprefix-/" to be able to integrate with FabioLB. I did...

Currently when KCR is down, no de-register event is fired when a pod is deleted. Even when KCR comes back up, the pod is not de-registered. This can be solved...

multi port on a pod service , how do with it ?