Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.17 KB

KEDA-Tutorial-DEVOPS

TutorialDiagram

Tuorial

You can find the tutorial in this page. Killercoda Tutorial

What we will need ⏩

  • 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.

What we have ☑️

  • Create our Flask application. (Plus subsection)
  • Upload our Flask application to Docker Hub.
  • Install KEDA to our Kubernetes project.
  • All the steps above.

What we have but need to be tested 🪛

  • KEDA yaml for scalable object.
  • Prometheus configuration yaml file.

TODO 💻

  • K6 testing script.