https://github.com/scottaddie/microservices-devops-aspnet-core
https://github.com/scottaddie/microservices-devops-aspnet-core
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottaddie/microservices-devops-aspnet-core
- Owner: scottaddie
- Created: 2020-08-13T14:36:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T14:36:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T05:28:08.795Z (4 months ago)
- Language: C#
- Homepage: https://lab.github.com/CamSoper/deploy-a-cloud-native-asp.net-core-microservice-with-github-actions
- Size: 5.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eShop-Learn - DevOps
Implement a GitHub Actions pipeline to deploy to AKS from a GitHub repo.
In this module you will:
- Deploy an existing ASP.NET Core microservices application to AKS.
- Review some key DevOps concepts.
- Create a GitHub Action to deploy changes to the AKS cluster.
- Implement a minor change to the SPA and verify it gets deployed to your AKS cluster.## Prerequisites
- Familiarity with DevOps concepts
- Access to an Azure subscription with **Owner** privilege## Content
- [Introduction](doc/introduction.md)
- [Exercise - Set up the environment](doc/environment-setup.md)
- [Review key DevOps concepts](doc/review-devops-concepts.md)
- [Exercise - Implement a GitHub action to deploy to AKS](doc/implement-github-action-deploy-to-aks.md)
- [Knowledge check](doc/knowledge-check.md)
- [Summary](doc/summary.md)| [START >](doc/introduction.md) |