Step 0 - Setup
For this deployment we will use Azure. The next tools will be used during this deployment :
Terraform (install guide)
Helm (install guide)
Git (install guide)
azure cli (install guide)
kubectl (install guide)
Before start, an Azure Blob Storage Container is needed to store the terraform states. (guide to create an azure container). As good practice, this resource group, storage account and blob storage container are called tfstates
.
You can create the terraform states container in Azure web console or with az
cli using the commands:
To finish the preparation step, let's get the template to create the Advanced Analytics cluster with ZebClient
Last updated