Deploying on Azure
When deploying to Azure, ensure that you have:
- An Azure account with billing enabled. (Remember, deploying clusters will incur charges. Make sure to destroy resources when you're finished with them!)
- A public DNS zone hosted in Azure DNS. To set this up, you can follow this guide.
- A user account with
Owner
access. You can use this guide to set it up, or this guide to grant permissions to an existing user. - The Azure CLI (az) and kubelogin installed and configured to use this user. You can use this and this guides to install the CLI.