Re-write lifecycle-sidecar to be more efficient #275
Labels
area/connect
Related to Connect service mesh, e.g. injection
type/enhancement
New feature or request
The
consul-k8s lifecycle-sidecar
command ensures that a service is always registered with the local consul client. It runs as a sidecar and is used by connect services (it gets injected) and by gateways (part of their helm config).It works by running
consul services register
every10s
by default. This is a naive solution. It would be better for it to only re-register the service when it gets deregistered from Consul.The text was updated successfully, but these errors were encountered: