Common patterns
Provision an AKS cluster
An Azure infrastructure pattern, deployed with formae.
A managed AKS cluster with a private container registry and its own networking.
One forma provisions the resource group, a virtual network and AKS subnet, an
Azure Container Registry, and the AKS managed cluster with a single system node
pool.
Deploy. Apply the example forma. formae orders the resources by their
dependencies automatically, so the resource group comes up before the network,
and the network before the cluster:
Verify. Once the command completes, the cluster is under management:
Tear down. Remove everything the forma created:
The full forma is in the
kubernetes example.

