# Create a Kubernetes Cluster in Azure

In 
Published 2022-12-03

Prerequisites:

  • We have an Azure account and a subscription created.

Once we are logged in the Azure console, can go to the "All resources" page.

Click on "Containers" and we will see the following page:

Click on "Create" under "Azure Kubernetes Service (AKS)".

Choose the subscription, the resource group, the cluster and Primary node pool details. Click on "Next: Node Pool".

We can let the default values and click on "Next: Access".

We can let the default values and click on "Next: Networking".

Enable HTTP application routing and click on "Next: Integrations".

Create a new Azure Container Registry or not and click on "Next: Advanced".

We can let the default values and click on "Next: Tags".

Choose some tags if you want and click on "Next: Review + Create" button.

You will see that the configuration is valid, and you can click on "Create" in order to create the cluster.

You will se a page showing "Deployment is in progress". When the Kubernetes cluster is ready, you will receive a message.