-
ะกััะปะณะฐั
yum install -y vsftpd
-
SSL าฎาฏัะณัั
export PROJECT_ID="INSERT-PROJECT-ID" | |
export PROJECT_NUMBER="INSERT-PROJECT-NUMBER" | |
export STATE_BUCKET="INSERT-STATE-BUCKET-NAME" | |
gcloud storage buckets create gs://$STATE_BUCKET --project=$PROJECT_ID --default-storage-class=STANDARD --location=EUROPE-WEST1 --uniform-bucket-level-access | |
gcloud iam workload-identity-pools create github \ | |
--project=$PROJECT_ID \ | |
--location="global" \ |
@echo off | |
setlocal EnableDelayedExpansion | |
ver | find "10." > nul | |
if errorlevel 1 ( | |
echo Your Windows version is not Windows 10... yet. Brace yourself, Windows 10 is coming^^! | |
pause | |
exit | |
) |
#!/bin/bash | |
# Ubuntu 16.04 | |
# Prometheus installation. It's a lousy script though. | |
# Example: | |
# chmod +x prometheus.sh | |
# sudo pwd | |
# ./prometheus.sh |
A collection of case studies, white papers, articles, books, and other resources to help prepare you for a Google Cloud Platform certification or two.
- Cloud Certification Forum on Google Cloud Connect
- Deconstructing a Customer Case: Cloud Architect Exam - Customer case analysis on JencoMart, MountKirk Games, Dress4Win and TerramEarth
- Cloud Architect Practice Exam
- Qwiklabs GCP Quest
If you interested in a particular topic, a good place to start is the Tutorials and Solutions section of cloud.google.com
. Search by keyword or browse around. Otherwise, I've currated some of the articles I think would be helpful and added t
- Good luck to everyone taking this exam!
- Skimmed through documents mentioned in https://medium.com/@earlg3/google-cloud-architect-exam-study-materials-5ab327b62bc8
- It is a good idea to take the practice exam https://cloud.google.com/certification/practice-exam/cloud-architect. It will give a taste of what the real exam feel like in a lighter fashion. There are right answers given after the exam. I found it is worth the time.
- If you have more time, might be a good idea to watch the Google Cloud Next 2017: https://www.youtube.com/playlist?list=PLIivdWyY5sqI8RuUibiH8sMb1ExIw0lAR
- IMHO Comparing to the AWS certification exams, it feels like harder than the associate exams but easier than the professional level exams. AWS exams have been designed to have more matching answers, it is a matter to choose what matches most.
- Case studies: All the case studies except JencoMart are on my exam. Dress4win got 6 or 7. Please note I have found some question is very generic, not entirely related to the case study
-
https://cloud.google.com/certification/cloud-architect Definitely go through the Case Studies as they cover at least 30% of the exam questions. You do have a window pane of the case studies available for you to refer to.
-
https://cloud.google.com/certification/practice-exam/cloud-architect I found this as a good gauge of how 'ready' you are for the exam. It does give you a good sense of what the exam will be like
-
https://gcp.solutions Cookbook of GCP Solutions
Dataflow lifecycle | |
migration concerns from migrating from on-premises over into google cloud | |
code snippet to troubleshoot and diagnose | |
Part 2 - Hands-on with tools | |
Role of Cloud Architect | |
plans, designs and builds the infrastructure for an org to host their workload on GCP; able to plan to scale; | |
scalability and automation |
-
https://kukulinski.com/10-most-common-reasons-kubernetes-deployments-fail-part-1/
- CrashLoopBackoff
-
https://akomljen.com/troubleshoot-applications-running-on-kubernetes/
-
https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
-
https://sysdig.com/blog/greed-good-troubleshooting-kubernetes/
-
https://docs.bitnami.com/kubernetes/how-to/troubleshoot-kubernetes-deployments/