Note:
If you guys are getting coupon expired or course is not free after opening the link, then it is due to the fact that course instructors provide only few hundreds or thousands of slots which get exhausted. So, try to enroll in the course as soon as it is posted in the channel. The Coupons may expire any time for instant notification follow telegram channel


This goal of this course is to get you started with Kubernetes. Through a practical workshop, you’ll learn how to dockerize an app, deploy it to Kubernetes cluster and apply DevOps into it.
Agenda:
- Create ASP.NET Core MVC app
- Add Model and Controller for Products
- Demo of the MVC app.cmproj
- Demo of the MVC app
- Explaining Dockerfile
- Build Docker Container for MVC app
- Push Docker container to Docker Hub
- Overview on setting up Kubernetes
- Deploy Docker container into Kubernetes using Dashboard
- Deploy Docker container using YAML and kubectl
- Create and deploy a Service
- Create and deploy MSSQL
- Connect web app to DB in Kubernetes using ENV
- Create PersistentVolume
- ConfigMap
- Secret
- Create AKS cluster
- Connect to AKS Dashboard and kubectl
- StorageClass to create an Azure Disk
- Using LoadBalancer instead of NodePort
- Deploy PVC to Azure AKS
- Deploy Secret to Azure AKS
- Deploy Sql Server container to Azure AKS
- Deploy the mvc app to Azure AKS
- Running the app on AKS
- Publish project to Github
- Create the CI pipeline using Azure DevOps
- Create the CD pipeline
- Edit the pipeline to use the newest container
- Run the CI-CD pipeline