Colima is a simple way to run Docker or Kubernetes locally on your Mac. It is very light and takes little resources on my M1 machine.

You can install it with Homebrew brew install colima. Then you just need to start it with colima start and you have a running docker environment to deploy and test containers in.

Starting kubernetes is very simple too, just use colima start --kubernetes