google cloud storage Link to heading
There are 4 types of storage:
- standard storage
- frequently accessed, so called hot data.
- nearline storage
- read or modify on average ONCE per month or less
- coldline storage
- read or modify at most once per quater
- archive storage
- data archiving.
google cloud resource hierarchy Link to heading
organization (think it as a folder representing org) -> folders (think it as a folder rep teams) -> projects -> resources.
networking Link to heading
google has edge point.
google cloud compute services Link to heading
It seems like google wants to replace stackdriver with its rebranded operation suites. Each services is not an exact mapping of the couterpart of old service, but a combination and even a new thing.
operations suites (former stackdriver) Link to heading
this suite works on google cloud only.
- cloud debugger: inspect application without stopping the running app.
- cloud trace: collect latency data from applications (similar to opentelemetry).
- cloud profiler: get cpu and mem info from applications.
rebranded operation suite Link to heading
- cloud monitoring: collects metrics, events, and metadata, etc. works on not only google cloud but hybrid env.
- cloud logging: store, search, analyze, monitor and alert on logging data and events.
- error reporting: aggregate and display errors in centralized management interface.