Demo code for my talk at the Azure App Innovation Webinar. This repository has 3 demos in it:
- demo 1 - basic Kubernetes resources required to deploy an HTTP server and expose it to the internet on Azure Kubernetes Service
- Note: do not use this demo for a production web app. It does not include several features necessary for a secure and robust application on the internet
- demo 2 - an overview of the KEDA project and the alpha-status KEDA HTTP project
- demo 3 - an overview of Helm and how to deploy, audit, and maintain your Kubernetes-based app over time