Login:
gcloud auth login
Setup cluster
gcloud container clusters get-credentials CLUSTER_NAME
Deploy (deployment):
kubectl apply -f src/deployment.yaml
Deploy (service)
kubectl apply -f src/service.yaml
List of contexts
kubectl config get-contexts
Remove context from config (not from server)
kubectl config delete-context CONTEXT_NAME
Links: