https://cluster-api.sigs.k8s.io/user/quick-start.html by docker, calico, on macOS.
Install tools.
direnv allow
make setup
Create management cluster and workload cluster.
make cluster
Test connectivity between pods.
make test
Destroy clusters.
make clean