Skip to content

briandenicola/eShopOnAKS

Repository files navigation

Overview

This repository is a workshop that demonstrates a method to deploy the eShop application to Azure Kubernetes Service (AKS). The eShop application is a sample .NET 8 microservices application based on the Aspire framework. An accompanying ebook on the eShop application can be found here.

Open in GitHub Codespaces Open in Dev Containers

Detaild Documentation

Table of Contents

High Level Architecture

The following is high level architecture of the eShop application and its Azure components.

(back to top)

Copilot

If you need clarification on any documentation, you can leverage Github Copilot for assitance. Just highlight the code snippet and type /explian in the Copilot prompt.

Roadmap

  • Build container images
  • Deploy to Kubernetes
  • Add Keda Scalers Examples
  • Review Azure Monitor and Application Insights
  • Update documentation
  • A Java-based Version

(back to top)

Acknowledgments

(back to top)