Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
What you'll learn
Microsoft Azure and its Architecture
Types of Azure Services
Azure Kubernetes Service (AKS)
Explore the Significance of Resource Group
Prerequisites for Kubernetes Cluster in Azure
Deploying an Application to AKS Cluster
Scale-Up and Scale-Down Kubernetes Deployment in Cluster
Persistent Volume Claims in AKS Cluster
Implementation Kubernetes Dashboard in AKS Requirements
Basic Cloud Infrastructure Concepts
Working Knowledge on Windows Platform
Basic Windows Commands Description
Microsoft Azure is a cloud computing service from Microsoft.
Azure offers a range of Software as a Service (SaaS), Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) options for deploying applications and services on Microsoft-managed data Centre infrastructure.
In this course, you will learn the fundamentals of Microsoft Azure Kubernetes Service, how to create a Resource Group in Azure, understanding the Architecture of Azure and types of services, the prerequisites for Kubernetes Cluster in Azure, explore on creating Kubernetes Cluster on Azure and access the Cluster to deploy the application by building the container Image, Pushing the Container Image to AKS Repository and Deploying the Application on AKS Cluster.
Further deploying an Application to AKS Cluster using Windows VM by creating a Virtual Machine to Connect to VM by Remote Desktop Connection, then further Install Azure CLI tool in Windows VM to the Set Environment Path Variable to kubectl to Connect to AKS Cluster Using Windows VM and deploying an application in Windows VM. Explore on Scaling...