Challenge 03 - Introduction To Kubernetes

< Previous Challenge - Home - Next Challenge >

Introduction

Now it is time to introduce the container orchestrator we all came for: Kubernetes!

Description

In this challenge we will be provisioning our first Kubernetes cluster using the Azure Kubernetes Service (AKS). This will give us an opportunity to learn how to use the kubectl kubernetes command line tool, as well as using the Azure CLI to issue commands to AKS.

Once the cluster is running:

Success Criteria

  1. The kubectl CLI is installed.
  2. Show that a new, multi-node AKS kubernetes cluster exists.
  3. Show that its nodes are running in multiple availability zones.
  4. Show that it is using basic networking (kubenet)

Learning Resources