# Install Kilo for wireguard ```bash= kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/crds.yaml kubectl apply -f kilo-k3s-cilium.yaml ``` # topology ```bash= for node in $(kubectl get nodes | grep -i ssd | awk '{print $1}'); do kubectl annotate node $node kilo.squat.ai/location="$node" --overwrite; done ```