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

Refactor hardcoded strings in Flask backend #67

Open umerxgrid opened 1 month ago

umerxgrid commented 1 month ago

Replace hardcoded strings in the Flask backend with constants or configuration variables. This will make the code more maintainable and easier to configure.