Set up a Kubernetes cluster for example with Minikube:
minikube start --memory 8192 --cpus 6
Then deploy the T2Store on the cluster as per the documentation: https://t2-documentation.readthedocs.io/en/latest/guides/deploy.html
Also install prometheus according to the documentation: https://t2-documentation.readthedocs.io/en/latest/guides/use.html#prometheus-set-up
Then go to the kube folder and apply the resources. After go to the hpa_config folder and also apply the resources.
Port forward the ba backend to localhost:3000 Then start the frontend according to the instructions given in the repository's. Load for testing can be created using the load profiles from the T2Store or the custom load profile in the presenation folder.