Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thorstenhans/six-steps-to-aks
https://github.com/thorstenhans/six-steps-to-aks
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorstenhans/six-steps-to-aks
- Owner: ThorstenHans
- Created: 2020-06-06T10:37:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T15:16:34.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T04:43:57.690Z (7 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.