
Create a fresh AKS cluster in the Azure portal by provisioning a new resource group, selecting node pools and sizes, enabling container monitoring, and configuring networking and authentication.
Demonstrates manual versus auto scaling in a Kubernetes cluster, configuring a horizontal pod autoscaler with min and max replicas and cpu thresholds, and validating scaling through load tests.
Learn how selectors and labels control pod scheduling, apply node affinity and taints with tolerations, and use ingress controllers, notably the application gateway, for layer seven traffic management.
Demonstrates step-by-step deployment of an application gateway ingress controller on Azure Kubernetes Service (AKS), including cluster creation, virtual network and subnet setup, public IP, and enabling the addon.
Deploy a Nginx ingress controller on a Kubernetes cluster using Helm, configure an external IP, and map it to a sample service, with notes on production security and dns routing.
Create and deploy persistent volume claims (PVCs) in AKS, selecting default or premium storage classes. Mount the PVC to pods, deploy, and validate the persistent storage setup in your cluster.
Demonstrate creating a snapshot of an Azure disk and restoring it to a new deployment in AKS, creating a disk from the snapshot and validating data.
Learn to integrate Azure Key Vault with AKS using the secret store CSI provider, create a Key Vault and secret, configure access policies, and mount the secret into a pod.
Rolling updates in a Kubernetes deployment within a namespace demonstrate updating the app image with zero downtime, while enforcing min ready, max surge, and max unavailable, with rollback.
In this course students will learn how to setup a Secured AKS cluster which suits for Production.
With the business case, I have created a use case to Refactor an On-Perm application to Micro-services technology.
Students will learn from AKS services and deployments.
Basic AKS cluster installation and Scalling Nodepool.
Major topics covered in this course are Rolling Updates, HPA, Azure AD integration with AKS, Azure key-vault integration with AKS cluster, Backup and restore AKS cluster with Velero backup technology.
For a real time scenario, I have an Record Management application in On-Perm, where I have Re-designed the application to Container technology.
Dockerize your On-Perm application and run in AKS (Refactor or Re-Architect your application to Micro-services architecture).
Node Selector, Node affinity and anti-affinity, Pod affinity and anti-affinity,Taint and Toleration.
Should have good knowledge in Kubernetes Fundamentals, because I'm going to cover some advanced topics HPA, Rolling Updates, Azure AD, Backup & Restore, Multi-Container POD.
Application Gateway Ingress Controller, Nginx Ingress Controller.
Integrate Azure Key-Vault with AKS deployment.
Multi-container POD creation.
Velero backup creation and cleanup.
Azure disk, Snapshot and Restore data, Azure storage expansion, Azure Fileshare Creation and Mounting share to deployment.
Azure AD integration with Azure Kubernetes Cluster to improve Security.