Day 14: Draft

GOOGLE公云使用案例

大纲

  1. Introduction(Global view)
  2. How to choose ?
  3. Practice

Storage (冷资料/热资料)

Terms

  1. Minimum storage duration
    https://stackoverflow.com/questions/64442551/meaning-of-minimum-storage-duration-of-google-cloud-storage

  2. Storage classes
    https://cloud.google.com/storage/docs/storage-classes

    Hot Hotter Colder Cold
    Standard Nearline Coldline Archive
  3. Location
    https://cloud.google.com/storage/docs/locations

  4. Google Storage-Pricing
    https://cloud.google.com/storage/pricing#archival-pricing

中/英 图解


Source:

  1. GCP SketchNotes

应用

Region Class Data Function Mini. Duration EX Lab
Multi-Regional Storage Hot 异地备份 billing
Nearline Storage Cold 资料备份 30 Days 通联资料
Coldline Storage Cold 线上备份、救援回复 90 Days 契约(稽核用) Cloud Storage: Qwik Start - Cloud Console

Reference


Monitor / Alert( 如何监控服务 / 如何发送告警讯息 )

How ➔ 如何监控服务

  1. Create an uptime check
  2. Monitor uptime checks

How ➔ 如何发送告警讯息

  • Notification channels

Practice

Quest: Monitor and Log with Google Cloud Operations Suite

Document

https://cloud.google.com/monitoring

Cloud Monitoring - 影片笔记

  • How Cloud Monitoring can help you monitor,troubleshoot, and improve your infrastructure and applications performance?

  • Google Cloud's observability offerings

    • Provide visibility across your apps and infrastructure,regardless of whether your app is running in Google Cloud, On-Premises(本地), or in other clouds.

  • Impossible all day looking at dashboards

    • Provide alerting where you can create policies

    • Allow you to define custom metrics unique to your application and business use cases

  • Using the Metrics Explorer and Monitoring Query Language

    • Analze these metrics on the fly (即时分析指标)
      identify correlations, and easily add the corresponding charts to a dashboard.
  • Consolid view (综合视角)

    • Health and Performance of apps and infrastructure
  • Spot anomalies

    • Using Google's data visualization tools, out-of-the-box dashboards
  • How to access ?

    • Access Cloud Monitoring on the Google Cloud Console
      or using the APIs
      • GKE: Monitoring is enabled by default for clusters
      • VM: Install agent to get started
      • All GCP services: Pre-configured to automatically collect metrics

Refence:

YT-Cloud Monitoring in a minute


Recommend Service( AI / Machine Learning )

Google Search's Related Result:

GCP x Qwiklabs - free

Google 机器学习三大服务:

  1. AutoML
  2. Cloud ML Engine
  3. ML API

Reference:

  1. https://blog.gcp.expert/google-cloud-automl-ml-engine-ml-api/

  2. https://cloud.google.com/automl/

  3. https://cloud.google.com/ml-engine/


<<:  110/14 - EasyPermissions与他的快乐伙伴

>>:  Day 14 VMA来袭

JS Library 学习笔记:首先当然来试试 jQuery (二)

//jQuery 使用Id指定 $('#my-div') //jQuery 使用Class指定 $(...

Day 11 python Pandas

今天我们要介绍的是python的Pandas,所谓的Pandas就是python里面的其中一个套件。...

30天打造品牌特色电商网站 Day.15 微互动设计按钮实作(1)

网站的各种按钮及动态互动是UX使用者经验最直接接触的地方,透过设计能让使用者直觉操作,也能带来良好的...

每日挑战,从Javascript面试题目了解一些你可能忽略的概念 - Day16

tags: ItIron2021 Javascript 前言 昨天我们用了最~简单的层面讲解了什麽是...

Day02 - Pure Function

yo! what's up! 本篇文章会简单地介绍基本的 Functional Programmin...