See Kubernetes Pod logs
gcloud container clusters get-credentials <enviroment>-cluster --zone us-central1-c <cluster-name-proyect>kubectl get pods -n <connected-cluster-enviroment>kubectl logs -f <name-pod> -c <name-container> -n <enviroment>Last updated