main
  • About
  • Civil Engineering
    • Interview questions
    • Bridge design
  • Google Cloud
    • Code samples
    • kafka
    • Cloud Run
    • persistent disks
    • Spinnaker
    • Assessment questions
    • IAM
    • Cloud Storage
    • VPC
    • Cost optimization
    • Compute Engine
    • App Engine
    • Cloud Vision
    • Spanner
    • Cloud SQL
    • Solutions
      • Static IP - WIP
      • Network performance
      • Building a VPN
      • Build a streaming app
      • ML train with taxi data
    • Dataproc
    • Dataprep
    • BigTable
    • Cloud Fusion
    • Data flow
    • CloudFront
    • APIGEE
    • BigQuery
    • Cloud logging
    • Pubsub
    • Identity Aware Proxy
    • Data center migration
    • Deployment Manager
    • Kubeflow
    • Kubernetes Engine
    • Istio
    • Read the following
    • Storage for cloud shell
    • kms
    • kpt
    • Hybrid cloud with Anthos
    • helm
    • Architecture
    • terraform
    • Network
    • Data studio
    • Actions
    • Jenkins
  • Data Processing
    • Data Lake
    • Data ingestion
    • Data Cleaning - Deduplication
    • Data Cleaning - Transformation
    • Data cleaning - rule definition
    • ETL
  • Machine Learning
    • Tensorflow
    • Tensorflow tips
    • Keras
    • Scikit-learn
    • Machine learning uses
    • Working with Pytorch
    • Federated learning
  • AWS cloud
    • Billing
    • Decrease volume size of EC2
    • Run CVE search engine
    • DataSync
    • EC2 spot instances
  • Java
    • Java
    • NIO
    • System Design
      • Zero trust framework
    • Collections
  • Azure
    • Enterprise Scale
    • API
    • Resource group
    • Create an sql database
  • UBUNTU
    • No Release file
    • STRATO blockchain
    • iperf
    • Rsync
    • curl
    • Shell
    • FAQ - git
  • PH test
    • Syllabus
    • Opportunities
    • Aptitude test
  • Development
    • Course creation
    • web.dev
    • docfx template
  • npm
  • Docker Desktop
  • Nginx
  • English rules
  • Confluent
  • sanity theme
  • Java Native Interface tutorial
  • Putty
  • Personal website host
  • Google search SEO
  • Reading a textbook
  • DFCC Progress
  • STORAGE
    • Untitled
  • Services Definition
    • Cloud VPN and routing
  • Microservices design and Architecture
    • Untitled
  • Hybrid network architecture
    • Untitled
  • Deployment
    • Untitled
  • Reliability
    • Untitled
  • Security
    • Untitled
  • Maintenance and Monitoring
    • Peering
  • Archive
    • parse dml to markdown
Powered by GitBook
On this page

Was this helpful?

  1. Google Cloud

Cloud Run

Working with cloud run

PreviouskafkaNextpersistent disks

Last updated 4 years ago

Was this helpful?

Serverless firebase development -

Logs

history
    1  git clone https://github.com/j143/pet-theory
    2  cd pet-theory/lab06/firebase-import-csv/solution/
    3  ls
    4  npm install
    5  node index.js netflix_titles_original.csv
    6  cd ../..
    7  cd firebase-rest-api/
    8  ls
    9  cd solution-01
   10  ls
   11  npm install
   12  docker build . -t rest-api:0.1
   13  docker tag rest-api:0.1 gcr.io/qwiklabs-gcp-03-83081841cf35/rest-api:0.1
   14  docker push gcr.io/qwiklabs-gcp-03-83081841cf35/rest-api:0.1
   15  curl -X GET https://netflix-dataset-service-vtq4szwwla-uc.a.run.app/
   16  gcloud builds submit rest-api:0.1 --tag=gcr.io/qwiklabs-gcp-03-83081841cf35/rest-api:0.1
   17  gcloud builds submit ../solution-01 --tag=gcr.io/qwiklabs-gcp-03-83081841cf35/rest-api:0.1
   18  cd ..
   19  cd solution-02
   20  gcloud builds submit ../solution-02 gcr.io/qwiklabs-gcp-03-83081841cf35/rest-api:0.2
   21  gcloud builds submit ../solution-02 --tag=gcr.io/qwiklabs-gcp-03-83081841cf35/rest-api:0.2
   22  cd ../..
   23  ls
   24  cd firebase-frontend
   25  ls
   26*
   27  gcloud builds submit . --tag=gcr.io/qwiklabs-gcp-03-83081841cf35/frontend-staging:0.1
   28  gcloud builds submit . --tag=gcr.io/qwiklabs-gcp-03-83081841cf35/frontend-production:0.1
   29  history
https://google.qwiklabs.com/focuses/14677?parent=catalog