In fact it's the same we are applying to helm charts for k8s
And I could access the web server even if the health check was failing. So that was not a problem in the end.
the goal is to get healthchecks green so ALB should be able to work
can you change the path in ALB healthcheck pls?
Ok, I think that's been very helpful π I'll experiment a little, now that I know a Health Check that must work. I'll write here if I find something! Thanks a lot for the awesome support!
And it's still unhealthy. I am starting to suspect that somehow the Autoscaling Part in between the ALB and the ClearML server could be causing the problem.
These are the seetings for health check now
JuicyFox94 I think I found the problem. To my absolute shame, the security group of the ALB had no Outbound rules, i.e. no traffic was allowed out of the ALB π . Now I can access the ClearML Webserver!
usually you can see if you are getting timeouts or wrong http code
But I still have one thing I'd like to fix: the health check for the file server on port 8081 gives me unhealthy for path "/". Is there a valid path you know I can use there for health checks? A curl gives me
Currently I'm "cheating" and counting a 405 as the success code for the healthcheck.