2. Create Azure Kubernetes Service(AKS) - AnbuMani27/Kubernetes-with-Helm-Charts GitHub Wiki

Create Azure Kubernetes Service(AKS) via below steps,

  1. Please login into Azure Portal via URL

  2. Search for AKS in the search panel.

    alt text

  3. Click add button and select 'Add Kubernetes cluster'

    alt text

  4. Enter unique details and select resource group, make sure you select 'node size' as b2ms for the node size and Node count as 1.

    alt text

  5. Then, Click Node Pools and Enable Virtual Node

    alt text

  6. At last, Click on Review + Create to Validate Configuration. Once validation Passed and then click on 'Create' to Create AKS Cluster.