This repository contains some .NET Core microservices applications that can be deployed on Kubernetes cluster on Azure. The microservices application development process is divided multiple chapters.
- Visual Studio Code
- Docker for Desktop
- .NET Core 2.2
- Node.JS 10 or later
- Angular 7 CLI
- Azure CLI 2.0
- Azure Subscription
- Docker Extension for VS Code
- Postman REST client
- Developing Microservices using
.NET Core 2.2
andSQL Server 2017
- Containerizing Microservices using Docker
- Deploying locally using
docker-compose
- Working with DockerHub
- Creating Kubernetes cluster on Azure
- Deploy Microservices application on K8S cluster.
- Using Azure Container Registry for Docker images
- Implementing CI/CD on AKS using Azure DevOps