The last thing we are going to take a look at is how easy is it to launch a Kubernetes cluster in the three main public clouds. In the previous chapter, we launched a Kubernetes cluster locally using the built-in functionality of the Docker Desktop applications. To start with, we are going to look at the quickest way to get started with Kubernetes on public clouds, starting with Microsoft Azure.
Kubernetes in Microsoft Azure, Google Cloud, and Amazon Web Services
Azure Kubernetes Service
The Azure Kubernetes Service (AKS), is an extremely simple service to launch and configure. I will be using the Azure command-line tools on my local machine; you will also be able to use the command-line tools by using the Azure Cloud Shell...