Simplify the deployment and management of Microservices based applications
Use AKS to simplify the deployment and management of microservices based architecture. AKS streamlines horizontal scaling, self-healing, load balancing, secret management.
Developer uses IDE such as Visual Studio to commit changes to Github
Github triggers a new build on VSTS
VSTS packages microservices as containers and pushes them to the AzureContainer Registry
Containers are deployed to AKS cluster
Users access services via apps and website
Azure Active Directory is used to secure access to the resources
Microservices use databases to store and retrieve information
Administrator accesses via a separate admin portal
- 1 Developer uses IDE such as Visual Studio to commit changes to Github
- 2 Github triggers a new build on VSTS
- 3 VSTS packages microservices as containers and pushes them to the AzureContainer Registry
- 4 Containers are deployed to AKS cluster
- 5 Users access services via apps and website
- 6 Azure Active Directory is used to secure access to the resources
- 7 Microservices use databases to store and retrieve information
- 8 Administrator accesses via a separate admin portal