Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 971 Bytes

create-aks-cluster.md

File metadata and controls

18 lines (11 loc) · 971 Bytes

Create AKS Cluster

The goal of this step is to create an AKS cluster in Azure.

Requirements

Guide

  1. Create the AKS cluster using the cli or portal. Just make sure that:
    • You have access to service principal used (clientId and password), we will need it later. A way to accomplish is by pre-creating and copying the generated values
    • Do not install HTTP application routing. At the time of writing it does not support custom domains.

First - Previous - Next