Open
Description
For the CAPI management server - install via KIND on Docker Desktop on a mac (M4, M4pro)
- see Kubernetes on Macbook pro 16 M4 Max on multiple VMWare Fusion 13 Ubuntu 24.04 VMs #75
- see Kubernetes on Mac Mini M4 Pro Machines using Thunderbolt 5 networking on VMWare Fusion 13 Ubuntu 24.04 VMs #110
- see Kubernetes Multitenant clusters via CAPI pipeline#13
- https://cluster-api.sigs.k8s.io/user/quick-start
- https://kind.sigs.k8s.io/docs/user/quick-start
[ $(uname -m) = arm64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-darwin-arm64
chmod +x ./kind
mv ./kind ~/opt/kind