XgridInc / xkops

About Xkops is an integrated solution that combines widely-adopted open-source utilities to simplify Kubernetes management, emphasizing the enhancement of observability, reliability, security, and cost control in cluster operations which help users optimize the deployment and management of Kubernetes clusters.
Apache License 2.0
61 stars 4 forks source link

Add health check endpoint to Flask backend #64

Closed umerxgrid closed 3 weeks ago

umerxgrid commented 1 month ago

Create a new endpoint /health in the Flask backend to return a simple status message. This can be used to check if the backend is running and healthy.

SyedMurtazaHassan46 commented 3 weeks ago