Use one of the following as a Kubernetes cluster.
- Docker for Desktop with Kubernetes enabled
- Minikube
- Sign up for free Google Cloud account and get credits worth 300$. This should enable you to create a Kubernetes cluster using GKE and use that for hands on
brew cask install minikube
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 \
&& sudo install minikube-linux-amd64 /usr/local/bin/minikube
Go to preferences & enable Kubernetes
Go to Kubernetes Engine section in Google Cloud console