Skip to content

Instantly share code, notes, and snippets.

@Rand0mB0t
Last active October 26, 2020 08:38
Show Gist options
  • Save Rand0mB0t/1baceae3c41fa66b6b9e1436e98c51ab to your computer and use it in GitHub Desktop.
Save Rand0mB0t/1baceae3c41fa66b6b9e1436e98c51ab to your computer and use it in GitHub Desktop.
Container Registry
- immutable artifacts
- Artifact repository
- binary authorization
- IAM policy per environemnt ( have an overview of this )
cloud build
- Deployment to different services ( App Engine, GKE, Function, clour Run, Firebase)
- configuration
- pipeline triggers
- cloud build github app
- Cloud source Repos
- Cloud Pub/Sub
Spinnaker
- Deployment strategies ( this is like canary, Blue/green and so on )
- Testing new version
- configuration
Kubernetes
- configuration
- secret storage method
- secret rotaion and config changes
Stackdriver logging
- log-based metric
- Enabling Vpc flow logs, cloud audit logs
- exporting logs to may be bigquery, gcs( project levl/ org level )
- logs from compute engine, GKE
- third party logs
- application logs to stackdriver api directly
- basic and advance logging filters
- logging exclusion
- IAM
- restrict access to audit logs
- restrict export configuration
Stackdriver Tracer/profiler
- Check performance
- What will be the impact to the user
- Be able to analyse answer what can be imporved
Stackdriver Debugger
- debug the app engine code
- debugger snapshots
- debugger Logpoints
Deployment Strategies
- Canary deployment
- B/G deployment [promoting from staging to production]
Review SRE practice
- SLI
- SLO
- SLA
- Error Budget
- Incident
- Incident management
- Postmortem
Make sure you know all the services of Stackdriver (cloud Operations),
Log Based metrics and integration with Fluentd.
Understand advanced logs filtering. Review some examples of advance log filters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment