Azure Kubernetes Service DevOps

Hand’s on lab to learn DevOps consideration on Azure Kuernetes Service
What you’ll learn
- DevOps on Azure Kubernetes Service
- Azure container registry
- Github
- Jenkins
Description
This is a hand’s on lab where we will look at all the considerationw of building a continuous integration, continuous deployment, CI/CD on top of AKS using jenkins.
A developer pushes code changes to Github using Visual studio code. Github communicates the event towards Jenkins, which authenticate against Azure Active Directory. Then Jenkins builds and pushes the output container image artifact to Azure container registry and then deploy the updated image to Azure Kubernetes service cluster.
Who this course is for:
- Developers and architects looking to learn DevOps consideration on azure kubernetes services