Course Intern
Links icon
Discord Instagram LinkedIn Telegram Twitter
30 Days GCP
GCRF program
Learn to Earn
Hiring!
Course Intern
  • GSP-343: Optimize Costs for Google Kubernetes Engine

    May 19, 2021 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-343: Optimize Costs for Google Kubernetes Engine

    Task 1 : Create cluster and deploy an app 1ZONE=us-central1-a 2 3gcloud container clusters create onlineboutique-cluster \ 4 --project=${DEVSHELL_PROJECT_ID} --zone=${ZONE} \ 5 --machine-type=n1-standard-2 --num-nodes=2 6 7kubectl create namespace dev 8kubectl create namespace prod 9 10kubectl config set-context …

    Read More
  • GSP-306: Migrate a Mysql Database to Google Cloud Sql

    May 19, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-306: Migrate a Mysql Database to Google Cloud Sql

    1export ZONE=us-central1-a 2 3gcloud sql instances create wordpress --tier=db-n1-standard-1 --activation-policy=ALWAYS --gce-zone $ZONE 4 5gcloud sql users set-password --host % root --instance wordpress --password Password1* 6 7export ADDRESS=<external IP of blog vm/32> 8 9gcloud sql instances patch wordpress …

    Read More
  • GSP-329: Integrate With Machine Learning APIs

    May 19, 2021 · 4 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-329: Integrate With Machine Learning APIs

    Run in Cloud Shell 1export SANAME=challenge 2gcloud iam service-accounts create $SANAME 3gcloud projects add-iam-policy-binding $DEVSHELL_PROJECT_ID --member=serviceAccount:$SANAME@$DEVSHELL_PROJECT_ID.iam.gserviceaccount.com --role=roles/bigquery.admin 4gcloud projects add-iam-policy-binding $DEVSHELL_PROJECT_ID …

    Read More
  • GSP-787: Insights From Data With Bigquery Challenge Lab

    May 19, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-787: Insights From Data With Bigquery Challenge Lab

    From Navigation Menu -> BigQuery. Task - 1 : Total Confirmed Cases 1SELECTsum(cumulative_confirmed)astotal_cases_worldwide2FROM`bigquery-public-data.covid19_open_data.covid19_open_data`3WHEREdate='2020-04-15'Task - 2 : Worst Affected Areas …

    Read More
  • GSP-330: Implement DevOps in Google Cloud

    May 19, 2021 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-330: Implement DevOps in Google Cloud

    1gcloud config set compute/zone us-east1-b 2 3git clone https://source.developers.google.com/p/$DEVSHELL_PROJECT_ID/r/sample-app 4 5gcloud container clusters get-credentials jenkins-cd 6 7kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value account) 8 …

    Read More
  • GSP-101: Google Cloud Essential Skills

    May 19, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-101: Google Cloud Essential Skills

    Task 1 : Create a Compute Engine instance, add necessary firewall rules Goto Compute Engine -> VM Instannces -> Create Instance. 1Name :<Given in the lab>2Zone :<Given in the lab>3Series :N14Boot Disk :Default56Tick :Allow HTTP Traffic7Allow HTTPS Traffic Click Create. Task 2 : Configure Apache2 …

    Read More
  • GSP-665: Exploring the Public Cryptocurrency Datasets Available in BigQuery

    May 19, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-665: Exploring the Public Cryptocurrency Datasets Available in BigQuery

    Task - 5.1 : Store the transaction hash of the large mystery transfer of 194993 BTC in the table 51 inside the lab dataset: …

    Read More
  • GSP-327: Engineer Data in Google Cloud

    May 18, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-327: Engineer Data in Google Cloud

    Please execute the following tasks: Task - 1: Clean your training data …

    Read More
  • GSP-318: Deploy to Kubernetes in Google Cloud

    May 18, 2021 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-318: Deploy to Kubernetes in Google Cloud

    Please enter the following commands: Task - 1 : Create a Docker image and store the Dockerfile 1gcloud auth list 2gsutil cat gs://cloud-training/gsp318/marking/setup_marking_v2.sh | bash 3gcloud source repos clone valkyrie-app 4cd valkyrie-app 5cat > Dockerfile <<EOF 6FROM golang:1.10 7WORKDIR /go/src/app …

    Read More
  • GSP-314 : Deploy and Manage Cloud Environments with Google Cloud

    May 18, 2021 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-314 : Deploy and Manage Cloud Environments with Google Cloud

    Task 1 : Create Production Environment SSH to kraken-jumphost and run 1cd /work/dm 2sed -i s/SET_REGION/us-east1/g prod-network.yaml 3 4gcloud deployment-manager deployments create prod-network --config=prod-network.yaml 5 6gcloud config set compute/zone us-east1-b 7 8gcloud container clusters create kraken-prod \ 9 …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Search

Press enter to search

    Admin

    Technologist, perpetual student, teacher, continual incremental improvement.
    Read More

    Featured Posts

    • GSP-323: Perform Foundational Data, ML, and AI Tasks in Google Cloud
    • GSP-330: Implement DevOps in Google Cloud

    Recent Posts

    • GSP-354 : Building and Deploying Machine Learning Solutions with Vertex AI
    • GSP-374 : Predict Soccer Match Outcomes with BigQuery ML
    • GSP-342: Ensure Access & Identity in Google Cloud
    • Hacktoberfest 2021
    • Hands on Session On Developing A Zip Archive using Python
    • Google Associate Android Developer Certification
    • Google Cloud Career Readiness Program
    • Google Data Analytics Professional Certificate
    • Google UX Design Professional Certificate
    • Google Project Management Professional Certificate

    Categories

    QWIKLABS 29 GOOGLE-COURSES 7 EVENTS 3

    Tags

    GOOGLECLOUDREADY-FACILITATOR-PROGRAM 31 QWIKLABS 31 30-DAYS-OF-GOOGLE-CLOUD 30 EVENTS 3 LEARN-TO-EARN-CLOUD-CHALLENGE 2 PYTHON-PROJECT 2 ANDROID-DEVELOPER-CERTIFICATE-COURSE 1 COURSERA-GOOGLE-IT-SUPPORT-PROFESSIONAL-CERTIFICATE 1 DATA-ENGINEERING-ANALYTICS-COURSES-GOOGLE-CLOUD-TRAINING 1 FREE-SWAGS 1 GOOGLE-ANDROID-DEVELOPER-CERTIFICATE-COURSE 1 GOOGLE-ASSOCIATE-ANDROID-DEVELOPER 1 GOOGLE-CLOUD-CAREER-READINESS-PROGRAM 1 GOOGLE-COURSERA-PROJECT-MANAGEMENT-CERTIFICATE 1
    All Tags
    30-DAYS-OF-GOOGLE-CLOUD30 ANDROID-DEVELOPER-CERTIFICATE-COURSE1 COURSERA-GOOGLE-IT-SUPPORT-PROFESSIONAL-CERTIFICATE1 DATA-ENGINEERING-ANALYTICS-COURSES-GOOGLE-CLOUD-TRAINING1 EVENTS3 FREE-SWAGS1 GOOGLE-ANDROID-DEVELOPER-CERTIFICATE-COURSE1 GOOGLE-ASSOCIATE-ANDROID-DEVELOPER1 GOOGLE-CLOUD-CAREER-READINESS-PROGRAM1 GOOGLE-COURSERA-PROJECT-MANAGEMENT-CERTIFICATE1 GOOGLE-COURSES1 GOOGLE-DATA-ANALYTICS-OFFERED-BY-GOOGLE1 GOOGLE-DATA-ANALYTICS-PROFESSIONAL-CERTIFICATE1 GOOGLE-IT-SUPPORT-PROFESSIONAL-CERTIFICATE1 GOOGLE-PROJECT-MANAGEMENT-PROFESSIONAL-CERTIFICATE1 GOOGLE-UX-DESIGN-COURSE-EARN-A-CREDENTIAL-FROM-GOOGLE1 GOOGLE-UX-DESIGN-PROFESSIONAL-CERTIFICATE1 GOOGLECLOUDREADY-FACILITATOR-PROGRAM31 GROW-WITH-GOOGLE-LEARN-ANALYTICS-FOR-FREE1 HACKTOBERFEST-20211 INDEX1 LEARN-IT-SUPPORT-FROM-GOOGLE1 LEARN-TO-EARN-CLOUD-CHALLENGE2 PYTHON-PROJECT2 QWIKLABS31 UX-DESIGN-CERTIFICATE-USER-EXPERIENCE-GROW-WITH-GOOGLE1 WEATHER-APP-IN-PYTHON1 WEATHER-APP-IN-PYTHON-DJANGO1 ZIP-ARCHIVE1
    [A~Z][0~9]
    Course Intern

    Copyright  COURSE INTERN. All Rights Reserved