Skip to content

Files

Latest commit

 

History

History

aks_calico_ip_range_per_namespace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Calico

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

Egress Gateway is part of Calico Enterprise

Egress Gateway