@zauberertz Healthcheck works the following way: network-agents on hosts other than where Gitlbab container is deployed, perform health checks against Gitlab_1 managed network ip address within Rancher managed ipsec network. Could you please check the following:
console in, or login to each network agent in the system.
Execute curl http://10.42.94.79: and see if any of the requests result in non 200 response code.
If you get error code, it means that the managed network connectivity might not work cross hosts
Meanwhile the service turned green, so I assume its working, but my question was more in the direction how can I check that Health Checking is running / working?
The healthcheck port needs to be the internal port the container is running on, not the published port. Have you tried making that actual request? It’s possible the container doesn’t return a successful status for http 1.0 requests or similar.