You can load credentials for each of your clusters using gcloud container clusters get-credentials , which accepts the --project flag. After the credentials are cached locally, you can use the --context flag (as Yu-Yu explains in his answer) to switch between clusters for each command.
source share