Setting Up a Kubernetes Cluster on AKS
This chapter will cover setting up a Kubernetes cluster on Azure Kubernetes Service (AKS). We will create a new AKS cluster using the Azure CLI and Azure portal. Then, we will deploy an application on AKS using multiple methods: the portal, the Azure CLI, Azure Resource Manager (ARM) templates, and Azure DevOps Starter.
In this chapter, we’re going to cover the following main topics:
- Exercise 1 – creating an AKS cluster using the Azure CLI
- Exercise 2 – creating an AKS cluster using the Azure portal
- Exercise 3 – deploying an AKS cluster and running an application using the Azure CLI
- Exercise 4 – deploying an AKS cluster using an ARM template
- Exercise 5 – deploying an AKS cluster using Azure DevOps Starter
- Exercise 6 – debugging your application using Bridge to Kubernetes