Base Infrastructure
Provision a Kubernetes cluster
Section titled “Provision a Kubernetes cluster”Before deploying Cosine, you’ll want an AKS cluster and a couple of secrets that let the platform start cleanly. These are the foundation that everything else depends on:
- Registry authentication so the cluster can pull Cosine images.
- LLM API token for the Azure‑hosted models.
Authenticate to Azure
Section titled “Authenticate to Azure”To make sure you are interacting with the correct cluster, with the correct permissions you need to login to the Azure CLI (az) and export the desired subscription to be used
az loginaz account list --output table
export ARM_SUBSCRIPTION_ID=<your-subscription-id-or-name>Choose your provisioning path
Section titled “Choose your provisioning path”You can set up the cluster in one of three ways, depending on the tooling your team prefers:
Each option ends in the same place: a running Kubernetes cluster with the registry and LLM secrets configured, ready for the Helm deployment.