*[`10.32.251.227`](https://netbox.hsrn.nyu.edu/ipam/ip-addresses/572/): HTTP server with OS images, used to install machines via iDRAC virtual optical drive (e.g. go to iDRAC "attached media" and enter `http://10.32.251.227/ubuntu-22.04.iso` in "path")
# Notes
* You can list all LoadBalancer Services using: `kubectl get svc -A -o json | jq -r '.items[] | select(.spec.type == "LoadBalancer") | .metadata.namespace + "|" + .metadata.name + "|" + (.metadata.annotations["metallb.universe.tf/loadBalancerIPs"] // .spec.loadBalancerIP)' | column -t -s\|`