/keda-learning-day-talk

Content for the learning day talk on KEDA

Primary LanguageHTML

keda-learning-day-talk

This repositry contains the slides and samples for the learning day talk on KEDA for Microsoft DevDiv, India on 1st September, 2022.

Slides

Tools used -

The repository contains a PDF of the slides -
To view them in the browser, read the next section.

PDF version of the slides can be found here

Viewing the slides in browser

Clone the repo and run the following commands to start a web server.

$ git clone git@github.com:v-shenoy/keda-learning-day-talk.git
$ cd keda-learning-day-talk
$ npm install
$ npm start

Visit localhost:8000 to in your browser to view the slides.

Samples

Code samples for the demo can be found under the samples folder.