├── GCP Cloud Architect Crash Course Intro Pearson February 2019 Rev7.pdf ├── GCP Crib Sheet.pdf ├── GCP Devveloper ExamTop Ten Things to Know for Exam.pdf ├── GCP Top Ten Things to Know for Exam Cloud Engineer Udemy.pdf ├── GKE-Demo-Commands.txt ├── Google Cloud Platform Associate Cloud Engineer.pdf ├── Kubernetes Engine Course Definition list rev1.pdf ├── Kubernetes Engine Course Command List Rev6.pdf ├── Kubernetes Engine Course Command List Rev7.pdf ├── Kubernetes Engine Course Short YAML Example Rev1.pdf ├── Kubernetes Engine Reference Exercises Rev1.pdf ├── Kubernetes Engine Reference Links rev1.pdf ├── Libra Testnet on Google Cloud Platform Rev2.pdf ├── MiniKube on Compute Engine rev1.pdf ├── Practice Questions GCP Cloud Architect Course Pearson Without Answers rev1.pdf ├── Practice Questions GCP Cloud Developer Course Pearson With Answers rev2.pdf ├── Practice Questions GCP Cloud Engineer Course Pearson Without Answers rev1.pdf ├── README.md ├── Resources to use for studying for GCP Cloud Architect Updated05042018.pdf ├── Resources to use for studying for GCP Cloud Engineer Updated08022018.docx ├── Resources to use for studying for GCP Cloud Engineer Updated08022018.pdf └── gcloud config get.docx /GCP Cloud Architect Crash Course Intro Pearson February 2019 Rev7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/GCP Cloud Architect Crash Course Intro Pearson February 2019 Rev7.pdf -------------------------------------------------------------------------------- /GCP Crib Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/GCP Crib Sheet.pdf -------------------------------------------------------------------------------- /GCP Devveloper ExamTop Ten Things to Know for Exam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/GCP Devveloper ExamTop Ten Things to Know for Exam.pdf -------------------------------------------------------------------------------- /GCP Top Ten Things to Know for Exam Cloud Engineer Udemy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/GCP Top Ten Things to Know for Exam Cloud Engineer Udemy.pdf -------------------------------------------------------------------------------- /GKE-Demo-Commands.txt: -------------------------------------------------------------------------------- 1 | export PROJECT_ID="$(gcloud config get-value project -q)" 2 | 3 | docker build -t gcr.io/$PROJECT_ID/hello-app:v1 . 4 | 5 | docker images 6 | 7 | gcloud container clusters create hello-cluster --num-nodes=3 8 | 9 | gcloud config set compute/zone us-central1-b 10 | 11 | gcloud container clusters create hello-cluster --num-nodes=3 12 | 13 | gcloud docker -- push gcr.io/${PROJECT_ID}/hello-app:v1 14 | 15 | kubectl run hello-web --image=gcr.io/${PROJECT_ID}/hello-app:v1 --port 8080 16 | 17 | kubectl get pods 18 | 19 | kubectl expose deployment hello-web --type=LoadBalancer --port 8080 20 | 21 | Kubectl get Service 22 | 23 | kubectl scale deployment hello-web --replicas=3 24 | 25 | Add (Expand) 26 | -------------------------------------------------------------------------------- /Google Cloud Platform Associate Cloud Engineer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Google Cloud Platform Associate Cloud Engineer.pdf -------------------------------------------------------------------------------- /Kubernetes Engine Course Definition list rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Kubernetes Engine Course Definition list rev1.pdf -------------------------------------------------------------------------------- /Kubernetes Engine Course Command List Rev6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Kubernetes Engine Course Command List Rev6.pdf -------------------------------------------------------------------------------- /Kubernetes Engine Course Command List Rev7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Kubernetes Engine Course Command List Rev7.pdf -------------------------------------------------------------------------------- /Kubernetes Engine Course Short YAML Example Rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Kubernetes Engine Course Short YAML Example Rev1.pdf -------------------------------------------------------------------------------- /Kubernetes Engine Reference Exercises Rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Kubernetes Engine Reference Exercises Rev1.pdf -------------------------------------------------------------------------------- /Kubernetes Engine Reference Links rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Kubernetes Engine Reference Links rev1.pdf -------------------------------------------------------------------------------- /Libra Testnet on Google Cloud Platform Rev2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Libra Testnet on Google Cloud Platform Rev2.pdf -------------------------------------------------------------------------------- /MiniKube on Compute Engine rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/MiniKube on Compute Engine rev1.pdf -------------------------------------------------------------------------------- /Practice Questions GCP Cloud Architect Course Pearson Without Answers rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Practice Questions GCP Cloud Architect Course Pearson Without Answers rev1.pdf -------------------------------------------------------------------------------- /Practice Questions GCP Cloud Developer Course Pearson With Answers rev2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Practice Questions GCP Cloud Developer Course Pearson With Answers rev2.pdf -------------------------------------------------------------------------------- /Practice Questions GCP Cloud Engineer Course Pearson Without Answers rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Practice Questions GCP Cloud Engineer Course Pearson Without Answers rev1.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GCPSAFARI 2 | GCP Class Repository 3 | Class study materials for pearson safari 4 | -------------------------------------------------------------------------------- /Resources to use for studying for GCP Cloud Architect Updated05042018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Resources to use for studying for GCP Cloud Architect Updated05042018.pdf -------------------------------------------------------------------------------- /Resources to use for studying for GCP Cloud Engineer Updated08022018.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Resources to use for studying for GCP Cloud Engineer Updated08022018.docx -------------------------------------------------------------------------------- /Resources to use for studying for GCP Cloud Engineer Updated08022018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/Resources to use for studying for GCP Cloud Engineer Updated08022018.pdf -------------------------------------------------------------------------------- /gcloud config get.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecloudtechguy/GCPSAFARI/a6842b926f6c77ad7d87152e8a83974d385d7e72/gcloud config get.docx --------------------------------------------------------------------------------