Category: Azure

Kubernetes on Azure: Setting up a cluster on Microsoft Azure (with Azure AKS)

Kubernetes on Azure: Setting up a cluster on Microsoft Azure (with Azure AKS) Prerequisites Before you begin, you will need the following: A Microsoft Azure account with administrative access A basic understanding of Kubernetes concepts A local machine with the az and kubectl command-line tools installed Step 1: Create an Azure Kubernetes Service Cluster Azure Kubernetes Service (AKS) is a managed Kubernetes service that makes it easy to run Kubernetes on Azure without the need to manage your own Kubernetes control plane. To create…