Colima allows runtime to allow containers
Colima kube helps orchestrate the containers
brew install docker brew install colima
# start colima start # start with kubernetes colima start --with-kubernetes # stop colima stop
colima status kubectl config kubectl config current-context kubectl get all kubectl get all --all-namespaces kubectl get pods