Giter Site home page Giter Site logo

mdmourao / google-cloud-associate-cloud-engineer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 766 KB

Google Cloud Associate Cloud Engineer certification is focused on the fundamental skills of deploying, monitoring, and maintaining projects on Google Cloud.

google-cloud-associate-cloud-engineer's Introduction

Google Cloud Certification ๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿš€

Google Cloud Associate Cloud Engineer certification is focused on the fundamental skills of deploying, monitoring, and maintaining projects on Google Cloud.

Notes taken during certification!

Cert: https://www.udemy.com/certificate/UC-1f85356b-1035-4afa-925c-06961c19412a/

Refs Price

https://cloud.google.com/products/calculator

Refs Console

  1. gcloud CLI - https://cloud.google.com/sdk/docs/cheatsheet

Install local: https://cloud.google.com/sdk/docs/install

gcloud container clusters list
gcloud container images list-tags
gcloud compute instances describe

  1. gsutil https://cloud.google.com/storage/docs/gsutil (buckets)

gsutil ls

  1. bq (big query)

bq help

  1. cbt help

Refs APIs from google cloud usage

https://console.cloud.google.com/apis/dashboard
https://cloud.google.com/products/

Examples Commands Used

export PROJECT_ID=$(gcloud info --format='value(config.project)')  

gcloud services enable cloudapis.googleapis.com  container.googleapis.com containerregistry.googleapis.com  

gcloud container clusters create cluster-steam --zone europe-west4-a --num-nodes 2 --enable-autoscaling --min-nodes 1 --max-nodes 3 --enable-autorepair  

gcloud auth configure-docker  

export username=$(gcloud secrets versions access 1 --secret="username" --format='get(payload.data)' | tr '_-' '/+' | base64 -d)  (SECRETS)

export password=$(gcloud secrets versions access 1 --secret="password" --format='get(payload.data)' | tr '_-' '/+' | base64 -d)  

kubectl delete -f MicroServices/ingress.yaml  
helm del nginx-ingress  
helm repo remove ingress-nginx  
gcloud container clusters delete cluster-steam --zone=europe-west4-a  

Always check metrics:

Latency
Traffic
Errors
Saturation

๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿš€๐Ÿš€ Martim Mourรฃo 2023

google-cloud-associate-cloud-engineer's People

Contributors

mdmourao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.