
My template for simple flask application
The "Hello, world!" Flask application is a web service that has been implemented to provide a basic HTTP response to a client. This application is written in Python and is designed to be easily deployable using Docker and Kubernetes. It includes features such as a health-check, metrics endpoint for Prometheus, and a Grafana dashboard for metrics visualization.
The "Hello, world!" Flask application is a simple web service implemented in Python that allows easy deployment using Docker. It includes features like a health-check, metrics endpoint for Prometheus, and a Grafana dashboard for visualizing metrics. The provided Dockerfile and docker-compose.yml files streamline the installation and deployment processes.
