TODO

  • Create an API with .net5 boilerplate
  • Dockerize the service
  • Create kubernetes manifest
  • Deploy on azure
  • Create pre-requisite
  • Run on windows

About

This is a one hour tutorial to setup your first service on Azure Kubernetes Service. We will create a simple service and talk about basics of docker and kubernetes. You need no prior experience with Docker/Kubernetes or Azure for this.

In this tutorial we focus on just creating a simple web service. There is another tutorial that demonstrates creating a streaming server with gRPC and Websockets here https://github.com/dotnet-school/dotnet-streaming-aks.

Pre-requisite