Configuring Azure Kubernetes Service (AKS)
Difficulty: Intermediate
Duration: 1 minute and 18 seconds
Students: 5,526
Rating: 4.8/5
This lesson is focused on how to get a Kubernetes cluster up and running on Azure. It does not cover all of the details of how Kubernetes works because it’s not necessary to know all of those details to configure a basic Kubernetes cluster.
The lesson starts with a brief overview of what Kubernetes does and what a Kubernetes cluster looks like. After that, you’ll see a demo of how to create a cluster using AKS. Finally, you’ll see how to manage a cluster using the kubectl command.
Learning Objectives
- Create and configure an Azure Kubernetes Service cluster
Intended Audience
- Anyone who would like to learn the basics of using Azure Kubernetes Service
Prerequisites
- General IT knowledge
- Linux experience (recommended)
- A Microsoft Azure account is recommended if you want to do the demos yourself (sign up for a free trial at https://azure.microsoft.com/free if you don’t have an account)
Resources
The GitHub repository for this lesson is at https://github.com/cloudacademy/configuring-aks.