You can find the tutorial in this page. Killercoda Tutorial
- Create a new Flask application.
- Include into Flask application prometheus_flask_exporter library.
- Upload our Flask application to Docker Hub.
- Install KEDA to our Kubernetes project.
- Create a new KEDA scale object.
- Create a Prometheus configuration yaml file.
- Finally create a K6 testing script so to test our application with virtual users.
- Create our Flask application. (Plus subsection)
- Upload our Flask application to Docker Hub.
- Install KEDA to our Kubernetes project.
- All the steps above.
- KEDA yaml for scalable object.
- Prometheus configuration yaml file.
- K6 testing script.