$ ./google-cloud-sdk/install.sh
If gcloud is not in your path:
$ source ~/.bash_profile
This will open your browser for login to your GCP account
$ gcloud init
$ gcloud components install kubectl
Uninstall your existing kubectl if you see warnings about version clash
$ brew uninstall kubernetes-cli
$ gcloud container clusters list
$ gcloud container clusters get-credentials enfuse-kafka-connect-gke --zone us-central1-a
In the web interface, you can click on a service link, and then toward the bottom of the page you'll see a "port forwarding option", click this to get a command to enable local browser/curl access to the kafka API.