In this video, learn how to design and implement an Azure Kubernetes Service cluster.
- [Instructor] So now that you know … what an Azure Kubernetes Service is, … let's start learning about how to create one. … Before you can create your AKS resource, … you need some input parameters. … First of all, you need either an Azure AD service principal … or an Azure managed identity to provide for the cluster. … That's needed for the AKS cluster … to authenticate against Azure, … and create resources on your behalf, such as load balancers, … virtual machines, or network security groups. … Next, you will need a pair of SSH keys … to authenticate yourself into the Azure … AKS cluster nodes themselves. … And lastly, you will need a resource group, … and access to create new services … into that resource group. … In practice, if this is the first time … anyone is creating AKS service in your subscription. … You may also need to have privileges … to register the actual resource provider. … Typically this will be an honor role … in the whole subscription scope. … To create the Azure Kubernetes Service cluster, …
Released
7/31/2020Learn more about the AZ-400 exam at https://docs.microsoft.com/en-us/learn/certifications/exams/az-400.
- Building and running Dockerfiles
- Mounting data volumes
- Creating an Azure Container Registry
- Running apps from ACR
- Deploying ACR apps in ACI
- Creating AKS clusters
- Deploying apps to AKS
Share this video
Embed this video
Video: Create an AKS cluster