In order to get a quick Kubernetes cluster for local development on macOS we can turn to Colima . Long story short, we can leverage Colima by itself to create the entire setup with networking to skip a lot of fuss.
To get started:
brew install colima
If you don’t already have the Kubernetes command line interface, kubectl , you should also install that now in order to interact with your cluster.
[Read More]