Take advantage of a coupon code for the 'Kubernetes for developers' course, created by Houssem Dellai, available on Udemy.
This course, updated on March 21, 2025 and it is expired on March 21, 2025.
This course provides 6 hour(s) 30 minute(s) of expert-led training in English , designed to boost your Software Engineering skills.
Highly rated at 4.3-star stars from 0 reviews, it has already helped 103,551 students.
This exclusive coupon is shared by Anonymous, at the price 54.99 $
Don’t miss this opportunity to level up your skills!
You can find the discounted coupon code for this course at the end of this article
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