pliniogsnascimento / aks-cilium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AKS with Cilium

This repo provides an aks cluster with Cilium as a CNI Plugin. Since kube-proxy configuration is on preview at azure(docs here), i'll be switching to EKS first.

Install

terraform apply

Usage

terraform plan -out out.plan -var-file=./environments/dev.tfvars
terraform apply "out.plan"

About


Languages

Language:HCL 94.7%Language:Makefile 5.3%