cd infra
terraform init
terraform apply
$resourceGroup = $(terraform output -raw resource_group_name)
$aksClusterName = $(terraform output -raw aks_cluster_name)
az aks get-credentials --resource-group $resourceGroup --name $aksClusterName
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.2/manifests/tigera-operator.yaml
kubectl create -f installation.yaml
kubectl apply -f ip_pools.yaml
kubectl apply -f ../workloads.yaml
Files
aks_calico_ip_range_per_namespace
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||