This repository contains sample code for a demo Kubernetes application showcased in the blog series https://blogs.msdn.microsoft.com/azurecat/2017/10/24/choosing-the-right-kubernetes-object-for-deploying-workloads-in-azure/
This sample code has the following features:
- ASP.Net Core (1.0) Application
- SQL Server back-end creation script
- Kubernetes SQL Server StatefulSet Creation Manifest
- Kubernetes ASP.Net Core HorizontalPodAutoScaler Manifest
- Visual Studio 2017
- Add https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json as a package source for the MyGet repository
- git clone [repository clone url]
- cd [respository name]
- Open Visual Studio Project File
- restore nuget packages
- Compile and run the code from Visual Studio