"Liveness" probe URL #24

Closed
opened 2023-03-23 02:06:33 +00:00 by williamp · 1 comment
Owner

Create a URL within the app for Kubernetes to validate the "liveness" of the container and prevent connections until it is verified as "live". Should only be in "live" status if there are no startup errors to the BellScheduler app, especially if it cannot connect to MySQL.

Currently the liveness probe goes to /login, but that page will still appear properly even if the app cannot connect to the database.

Create a URL within the app for Kubernetes to validate the "liveness" of the container and prevent connections until it is verified as "live". Should only be in "live" status if there are no startup errors to the BellScheduler app, especially if it cannot connect to MySQL. Currently the liveness probe goes to ```/login```, but that page will still appear properly even if the app cannot connect to the database.
williamp added the
enhancement
system administration
labels 2023-03-23 02:06:33 +00:00
williamp self-assigned this 2023-03-23 21:54:17 +00:00
williamp added reference issue-24-liveness-page 2023-03-23 22:00:56 +00:00
Author
Owner

done

done
Sign in to join this conversation.
No description provided.