diff --git a/README.md b/README.md index 70da7428c481d9791fea9c95cc9534230db38b3c..748191021462889c27c4775916af222ba21596e8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The application will be deployed on a local kubernetes cluster created using the Kind (Kubernetes in Docker) is a tool designed to facilitate the running of local Kubernetes clusters using Docker containers as nodes. It simplifies the process of setting up a Kubernetes cluster by eliminating the need for virtual machines or cloud infrastructure, making it accessible and efficient for developers and testers. With kind, clusters can be created, managed, and deleted using straightforward commands, allowing for quick iterations and experiments. Its flexibility supports multi-node clusters, enabling realistic testing scenarios and the development of distributed applications in an environment closely resembling production. For further detail you can read this [web site](https://kind.sigs.k8s.io/). -## The application +## Kind The application to deploy is composed of 4 modules: Data Retrieval, Forecast, Redis and Grafana. The figure below describes how these 4 modules interact and how they are deployed.