Note to quickly deploy Envoy Gateway for experiment on a Mac using Colima (or a Linux)
# clean up colima install BEWARE!! older version of colima sometimes are failing
rm -rf ~/.colima ~/.lima
# start colima with kubernetes option and disable Traefik
colima start --kubernetes --kubernetes-disable=traefik --arch aarch64 --vm-type=vz --vz-rosetta --cpu 2 --memory 4