Challenge 13 - Deploy an AKS Kubernetes Cluster

< Previous Challenge - Home

Introduction

The goals of this challenge include understanding:

Description

Deploy an AKS Cluster

Your challenge is to:

Deploy an App on to the AKS Cluster

Now that your cluster is running, we want to deploy a sample app to the cluster. We’re going to use a tool called a deployment script to do this. Fortunately, the heavy lifting has been done for you!

Remember when we covered modules back in Challenge 6? We created our own modules. But there are also public modules you can use. For this challenge, we’re going to use a module called AKS Run Command Script, which allows you to run a command on a Kubernetes cluster by calling a deployment script under the covers.

You can find the module and how to use it here: AKS Run Command Script

Thus, your challenge is to:

Success Criteria

Learning Resources