dnsbty / level10

Phoenix LiveView multiplayer card game

Home Page:https://level10.games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add health and readiness checks

dnsbty opened this issue · comments

Currently, k8s is just checking to see if the container will accept TCP requests on the specified port, but isn't doing any meaningful check that things are ready to go. We should make the readiness checks an HTTP request so that we can verify that the server is actually up and running before letting the load balancer send requests to it.