Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

main.md

File metadata and controls

35 lines (23 loc) · 1.05 KB

Azure provider

Prerequisites

  1. kubectl CLI installed locally.
  2. az CLI utility installed (part of azure-cli).
  3. Azure account with the required resource providers registered.

Resource providers registration

The following resource providers should be registered in your Azure account:

  • Microsoft.Compute
  • Microsoft.Network
  • Microsoft.ContainerService
  • Microsoft.ManagedIdentity
  • Microsoft.Authorization

You can follow the official documentation guide to register the providers.

Azure cluster parameters

Follow the Azure cluster parameters guide to setup mandatory parameters for Azure clusters.

Azure machine parameters

Follow the Azure machine parameters guide if you want to setup/modify the default machine parameters.

Azure hosted control plane

Follow the Hosted control plane guide to deploy hosted control plane cluster on Azure.