Configuring GKE-Native Monitoring and Logging Reviews
16163 reviews
Shounak B. · Reviewed over 5 years ago
Shounak B. · Reviewed over 5 years ago
Required directory is not available to complete this lab.
Mrudul P. · Reviewed over 5 years ago
Required directory is not available to complete this lab.
Mrudul P. · Reviewed over 5 years ago
Jackson C. · Reviewed over 5 years ago
Welcome to Cloud Shell! Type "help" to get started. Your Cloud Platform project in this session is set to qwiklabs-gcp-04-538ef28a90b5. Use “gcloud config set project [PROJECT_ID]” to change to a different project. student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ gcloud config list project [core] project = qwiklabs-gcp-04-538ef28a90b5 Your active configuration is: [cloudshell-20195] student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ export my_zone=us-central1-a student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ export my_cluster=standard-cluster-1 student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ source <(kubectl completion bash) student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ gcloud container clusters create $my_cluster \ > --num-nodes 3 --enable-ip-alias --zone $my_zone \ > --enable-stackdriver-kubernetes WARNING: Newly created clusters and node-pools will have node auto-upgrade enabled by default. This can be disabled using the `--no-enable-autoupgrade` flag. WARNING: Starting with version 1.18, clusters will have shielded GKE nodes by default. WARNING: The Pod address range limits the maximum size of the cluster. Please refer to https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr to lear n how to optimize IP address allocation. This will enable the autorepair feature for nodes. Please see https://cloud.google.com/kubernetes-engine/docs/node-auto-repair for more information on node autorepairs . Creating cluster standard-cluster-1 in us-central1-a... Cluster is being health-checked (master is healthy)...done. Created [https://container.googleapis.com/v1/projects/qwiklabs-gcp-04-538ef28a90b5/zones/us-central1-a/clusters/standard-cluster-1]. To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/us-central1-a/standard-cluster-1?project=qwiklabs-gcp-04-5 38ef28a90b5 kubeconfig entry generated for standard-cluster-1. NAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS standard-cluster-1 us-central1-a 1.14.10-gke.36 34.72.56.132 n1-standard-1 1.14.10-gke.36 3 RUNNING student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ gcloud container clusters get-credentials $my_cluster --zone $my_zone Fetching cluster endpoint and auth data. kubeconfig entry generated for standard-cluster-1. student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ kubectl get daemonsets.apps -n kube-system prometheus-to-sd NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE prometheus-to-sd 3 3 3 3 3 beta.kubernetes.io/os=linux 48s student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ git clone https://github.com/GoogleCloudPlatform/gke-logging-sinks-demo Cloning into 'gke-logging-sinks-demo'... remote: Enumerating objects: 24, done. remote: Counting objects: 100% (24/24), done. remote: Compressing objects: 100% (21/21), done. remote: Total 273 (delta 8), reused 11 (delta 3), pack-reused 249 Receiving objects: 100% (273/273), 474.52 KiB | 18.25 MiB/s, done. Resolving deltas: 100% (137/137), done. student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ ln -s ~/training-data-analyst/courses/ak8s/v1.1 ~/ak8s student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ cd ~/ak8s/Monitoring/ -bash: cd: /home/student_04_bf6dc214acf5/ak8s/Monitoring/: No such file or directory student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ kubectl create -f hello-v2.yaml error: the path "hello-v2.yaml" does not exist student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ cd ~/ak8s/ -bash: cd: /home/student_04_bf6dc214acf5/ak8s/: No such file or directory student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ cd ~/ak8s -bash: cd: /home/student_04_bf6dc214acf5/ak8s: No such file or directory student_04_bf6dc214acf5@cloudshell:~ (qwiklabs-gcp-04-538ef28a90b5)$ ll ~ total 60 drwxr-xr-x 9 student_04_bf6dc214acf5 rvm 4096 Jul 21 14:05 ./ drwxr-xr-x 4 root root 4096 Jul 21 14:00 ../ lrwxrwxrwx 1 student_04_bf6dc214acf5 student_04_bf6dc214acf5 69 Jul 21 14:05 ak8s -> /home/student_04_bf6dc214acf5/training-data-analyst/courses/ak8s/v1.1 -rw------- 1 student_04_bf6dc214acf5 student_04_bf6dc214acf5 591 Jul 21 14:06 .bash_history -rw-r--r-- 1 student_04_bf6dc214acf5 rvm 220 Apr 17 2019 .bash_logout -rw-r--r-- 1 student_04_bf6dc214acf5 rvm 3706 Jul 21 14:00 .bashrc drwxr-xr-x 3 student_04_bf6dc214acf5 rvm 4096 Jul 21 14:00 .cache/ drwxr-xr-x 2 student_04_bf6dc214acf5 student_04_bf6dc214acf5 4096 Jul 21 14:00 .docker/ drwxr-xr-x 7 student_04_bf6dc214acf5 student_04_bf6dc214acf5 4096 Jul 21 14:05 gke-logging-sinks-demo/ drwxr-xr-x 4 student_04_bf6dc214acf5 student_04_bf6dc214acf5 4096 Jul 21 14:05 .kube/ drwxr-xr-x 9 student_04_bf6dc214acf5 student_04_bf6dc214acf5 4096 Jul 21 14:00 .minikube/ -rw-r--r-- 1 student_04_bf6dc214acf5 rvm 807 Apr 17 2019 .profile -rw-r--r-- 1 student_04_bf6dc214acf5 student_04_bf6dc214acf5 913 Jul 21 14:00 README-cloudshell.txt drwxr-xr-x 2 student_04_bf6dc214acf5 root 4096 Jul 21 14:00 .theia/ drwxr-xr-x 3 student_04_bf6dc214acf5 rvm 4096 Jul 21 14:00 .yarn/
John A. · Reviewed over 5 years ago
andrew h. · Reviewed over 5 years ago
Otto Y. · Reviewed over 5 years ago
Doug B. · Reviewed over 5 years ago
Needs to be updated
John H. · Reviewed over 5 years ago
Lab had multiple issues where I had to re-follow steps as newly created resources went away and checks failed.
Matthew B. · Reviewed over 5 years ago
Ann M. · Reviewed over 5 years ago
Ryan A. · Reviewed over 5 years ago
Incorrect github repo, some steps were not clear.
Shawn R. · Reviewed over 5 years ago
there was a problem with the git repository
John P. · Reviewed over 5 years ago
the repo to clone is incorrect and should be https://github.com/GoogleCloudPlatform/training-data-analyst
Chris D. · Reviewed over 5 years ago
Broken git clone command/URL
Alec N. · Reviewed over 5 years ago
Tim O. · Reviewed over 5 years ago
git clone command is incorrect, should be git clone https://github.com/GoogleCloudPlatform/training-data-analyst
Eric R. · Reviewed over 5 years ago
Juan Francisco M. · Reviewed over 5 years ago
The instructions are wrong for Step 1 in "Deploy a sample workload to your GKE cluster." It is clearly the wrong repository. Also the Resource Dashboard is now "GKE" not "Kubernetes Engine (new)"
Jeremy T. · Reviewed over 5 years ago
The instructions are wrong for Step 1 in "Deploy a sample workload to your GKE cluster." It is clearly the wrong repository.
Jeremy T. · Reviewed over 5 years ago
I did not find this lab very useful. First, it provides the wrong git repo to clone (gke-logging-sinks-demo vs training-data-analyst). Beyond that, most of the images are out of date. I was able to make my way through it, but beyond knowing where to look in the console, I don't feel this lab provided me any useful skills with logging or monitoring.
Jerry C. · Reviewed over 5 years ago
Carmine I. · Reviewed over 5 years ago
Carmine I. · Reviewed over 5 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.