Skip to content

dlepow/choose-right-kubernetes-object-for-azure-workloads-demo-app

 
 

Repository files navigation

Choosing the Right Kubernetes Object for Deploying Workloads in Azure

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/

Features

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

Getting Started

Prerequisites

Quickstart

  1. git clone [repository clone url]
  2. cd [respository name]
  3. Open Visual Studio Project File
  4. restore nuget packages
  5. Compile and run the code from Visual Studio

Resources

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 66.2%
  • C# 23.5%
  • HTML 8.9%
  • Other 1.4%