Healthchecks for Kubernetes sync'ed services

I’ve recently enable service sync from Kubernetes to an external Consul cluster. However, the services all seem to have no healthchecks. Does anyone know how the Consul healthchecks work for Kubernetes services? If I define probes, would that enable Consul healthchecks?

Hi, we don’t have the ability to set health checks for service-synced services right now unfortunately. You’d need to add them yourself to the service once it’s synced via the Consul HTTP API.

1 Like