Use CI/CD pipelines to build a container image and deploy it to Azure Kubernetes Service (AKS).
Learning objectives
This module guides you through the following steps:
- Authenticate GitHub Actions to a container registry.
- Securely store sensitive information that GitHub Actions uses.
- Implement an action to build the container image for a microservice.
- Modify and commit the microservice code to trigger a build.
- Implement an action to deploy the updated container to an Azure Kubernetes Service (AKS) cluster.
- Revert the microservice to the previous deployment.
- Implement Azure Pipelines to build and deploy a microservice to Azure Kubernetes Service (AKS) cluster.