Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thorstenhans/six-steps-to-aks


https://github.com/thorstenhans/six-steps-to-aks

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# 6 Steps To Run .NET Core Apps In Azure Kubernetes

This repository contains all the sample code from my blog article [6 Steps To Run .NET Core Apps In Azure Kubernetes](https://thorsten-hans.com/6-steps-to-run-netcore-app-in-azure-kubernetes).

The post explains all the required steps to run a sample .NET Core Web API in Kubernetes. As example, this post leverages popular services offered from Azure like

- Azure Container Registry
- Azure Kubernetes Service

## Setup Environment

To setup the environment you can execute the `setup.azcli` file.

## Remove Environment

To remove the demo environment, you can execute the `teardown.azcli` file.