Google Cloud Well-Architected Framework skill for the Reliability pillar
Overview
The Reliability pillar of the Google Cloud Well-Architected Framework provides
principles and recommendations to help you design, deploy, and manage reliable,
resilient, and highly available workloads in Google Cloud. A reliable system
consistently performs its intended functions under defined conditions, is
resilient to failures, and recovers gracefully from disruptions, thereby
minimizing downtime, enhancing user experience, and ensuring data integrity.
Core principles
The recommendations in the reliability pillar of the Well-Architected Framework
are aligned with the following core principles:
Define reliability based on user-experience goals: Measurement of
reliability should reflect the actual experience of the system's users rather
than merely relying on infrastructure metrics. Focus on outcomes that matter
most to users. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/define-reliability-based-on-user-experience-goals.md.txt
Set realistic targets for reliability: Determine appropriate Service
Level Objectives (SLOs) that balance the cost and complexity of maximizing
availability against business requirements. Provide guidance on defining
Service Level Objectives (SLOs) based on monitoring signals, error budgets,
and user experience goals. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/set-targets.md.txt
Build highly available systems through resource redundancy: Eliminate
single points of failure by duplicating critical components across zones and
regions to maintain operations during localized outages. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/build-highly-available-systems.md.txt
Take advantage of horizontal scalability: Design system architectures to
scale horizontally (adding more instances) to seamlessly accommodate load
fluctuations and improve overall fault tolerance. Incorporate proactive
capacity planning to monitor and adjust project quotas and resource
availability anticipating sudden load spikes. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/horizontal-scalability.md.txt
Detect potential failures by using observability: Implement thorough
monitoring, logging, and alerting systems to proactively detect, diagnose,
and address anomalies before they cause user-facing issues. Monitor the
golden signals (latency, traffic, errors, and saturation) and set up alerts
for when the signals cross specified thresholds. Use Cloud Monitoring to
build comprehensive dashboards for the golden signals. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/observability.md.txt
Design for graceful degradation: Architect systems to maintain critical
functionality, even if at reduced performance or with limited features, when
dependencies fail or the system experiences extreme stress. To avoid
cascading failures, recommend setting up alerts to detect failures early,
using the circuit-breaker pattern, handling timeouts effectively to release
blocked resources, utilizing retries with exponential backoff and jitter to
avoid overwhelming recovering backend systems, and returning custom error
responses or static fallback pages. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/graceful-degradation.md.txt
Perform testing for recovery from failures: Build confidence in system
resilience by continuously simulating failures and verifying the
effectiveness of automated and manual recovery procedures. Grounding
document:
https://docs.cloud.google.com/architecture/framework/reliability/perform-testing-for-recovery-from-failures.md.txt
Perform testing for recovery from data loss: Regularly test backup and
restore protocols to ensure rapid recovery from data corruption or loss,
remaining within the defined Recovery Time Objective (RTO) and Recovery Point
Objective (RPO). Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/perform-testing-for-recovery-from-data-loss.md.txt
Conduct thorough postmortems: Foster a blameless culture by investigating
outages comprehensively to understand root causes, followed by implementing
measures that prevent recurrence. Grounding document:
https://docs.cloud.google.com/architecture/framework/reliability/conduct-postmortems.md.txt
Relevant Google Cloud products
The following are examples of Google Cloud products and features that are
relevant to reliability:
- Compute: Compute Engine Managed Instance Groups (MIGs), Google Kubernetes
Engine (GKE), Cloud Run
- Networking: Cloud Load Balancing, Cloud CDN, Cloud DNS
- Storage and databases: Cloud Storage (multi-region), Cloud SQL High
Availability, Spanner, Filestore, Firestore
- Operations: Cloud Monitoring, Cloud Logging, Google Cloud Managed Service
for Prometheus
- Disaster recovery: Backup and DR Service, Filestore backups
Workload assessment questions
Ask appropriate questions to understand the reliability-related requirements and
constraints of the workload and the user's organization. Choose questions from
the following list:
- How does your organization define and measure the reliability of your systems
in relation to user experience?
- How does your organization approach setting reliability targets for your
services?
- What is your organization's strategy for ensuring high availability through
resource redundancy?
- How does your organization leverage horizontal scalability to maintain
performance and reliability?
- How does your organization utilize observability (metrics, logs, traces) to
gain insights and detect potential failures?
- How does your organization manage alerting based on observability data to
ensure timely responses to significant issues without causing alert fatigue?
- What measures does your organization take to ensure systems can gracefully
degrade during high load or partial failures?
- How frequently and comprehensively does your organization test for recovery
from system failures (e.g., regional failovers, release rollbacks)?
- What is your organization's approach to testing for recovery from data loss?
- How does your organization conduct and utilize postmortems after incidents?
Validation checklist
Use the following checklist to evaluate the architecture's alignment with
reliability recommendations:
- User-focused SLIs and SLOs are explicitly defined and actively monitored.
- The architecture avoids single points of failure through cross-zone or
cross-region redundancy.
- Autoscaling is enabled to handle variable demand without manual intervention.
- Application and infrastructure health checks are configured to trigger
automated failovers.
- Regular backup schedules are in place, and restoration processes are routinely
tested.
- The system architecture incorporates patterns like circuit breakers, retries
with exponential backoff, and rate limiting to support graceful degradation.
- Game days or chaos engineering practices are regularly held to validate
failure recovery.
- A formalized, blameless postmortem process exists to ensure organizational
learning from operational incidents.
Source: google/skills → skills/cloud/google-cloud-waf-reliability/SKILL.md
1---2name: google-cloud-waf-reliability3description: >- Generates guidance for reliability, resilience, availability, redundancy, fault-tolerance, and disaster recovery (DR) for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework. Use when the user asks to evaluate, design, or improve the reliability, resilience, availability, or disaster recovery capabilities of Google Cloud workloads.4---567# Google Cloud Well-Architected Framework skill for the Reliability pillar89## Overview1011The Reliability pillar of the Google Cloud Well-Architected Framework provides12principles and recommendations to help you design, deploy, and manage reliable,13resilient, and highly available workloads in Google Cloud. A reliable system14consistently performs its intended functions under defined conditions, is15resilient to failures, and recovers gracefully from disruptions, thereby16minimizing downtime, enhancing user experience, and ensuring data integrity.1718## Core principles1920The recommendations in the reliability pillar of the Well-Architected Framework21are aligned with the following core principles:2223- **Define reliability based on user-experience goals**: Measurement of24 reliability should reflect the actual experience of the system's users rather25 than merely relying on infrastructure metrics. Focus on outcomes that matter26 most to users. Grounding document:27 https://docs.cloud.google.com/architecture/framework/reliability/define-reliability-based-on-user-experience-goals.md.txt2829- **Set realistic targets for reliability**: Determine appropriate Service30 Level Objectives (SLOs) that balance the cost and complexity of maximizing31 availability against business requirements. Provide guidance on defining32 Service Level Objectives (SLOs) based on monitoring signals, error budgets,33 and user experience goals. Grounding document:34 https://docs.cloud.google.com/architecture/framework/reliability/set-targets.md.txt3536- **Build highly available systems through resource redundancy**: Eliminate37 single points of failure by duplicating critical components across zones and38 regions to maintain operations during localized outages. Grounding document:39 https://docs.cloud.google.com/architecture/framework/reliability/build-highly-available-systems.md.txt4041- **Take advantage of horizontal scalability**: Design system architectures to42 scale horizontally (adding more instances) to seamlessly accommodate load43 fluctuations and improve overall fault tolerance. Incorporate proactive44 capacity planning to monitor and adjust project quotas and resource45 availability anticipating sudden load spikes. Grounding document:46 https://docs.cloud.google.com/architecture/framework/reliability/horizontal-scalability.md.txt4748- **Detect potential failures by using observability**: Implement thorough49 monitoring, logging, and alerting systems to proactively detect, diagnose,50 and address anomalies before they cause user-facing issues. Monitor the51 golden signals (latency, traffic, errors, and saturation) and set up alerts52 for when the signals cross specified thresholds. Use Cloud Monitoring to53 build comprehensive dashboards for the golden signals. Grounding document:54 https://docs.cloud.google.com/architecture/framework/reliability/observability.md.txt5556- **Design for graceful degradation**: Architect systems to maintain critical57 functionality, even if at reduced performance or with limited features, when58 dependencies fail or the system experiences extreme stress. To avoid59 cascading failures, recommend setting up alerts to detect failures early,60 using the circuit-breaker pattern, handling timeouts effectively to release61 blocked resources, utilizing retries with exponential backoff and jitter to62 avoid overwhelming recovering backend systems, and returning custom error63 responses or static fallback pages. Grounding document:64 https://docs.cloud.google.com/architecture/framework/reliability/graceful-degradation.md.txt6566- **Perform testing for recovery from failures**: Build confidence in system67 resilience by continuously simulating failures and verifying the68 effectiveness of automated and manual recovery procedures. Grounding69 document:70 https://docs.cloud.google.com/architecture/framework/reliability/perform-testing-for-recovery-from-failures.md.txt7172- **Perform testing for recovery from data loss**: Regularly test backup and73 restore protocols to ensure rapid recovery from data corruption or loss,74 remaining within the defined Recovery Time Objective (RTO) and Recovery Point75 Objective (RPO). Grounding document:76 https://docs.cloud.google.com/architecture/framework/reliability/perform-testing-for-recovery-from-data-loss.md.txt7778- **Conduct thorough postmortems**: Foster a blameless culture by investigating79 outages comprehensively to understand root causes, followed by implementing80 measures that prevent recurrence. Grounding document:81 https://docs.cloud.google.com/architecture/framework/reliability/conduct-postmortems.md.txt8283## Relevant Google Cloud products8485The following are _examples_ of Google Cloud products and features that are86relevant to reliability:8788- **Compute**: Compute Engine Managed Instance Groups (MIGs), Google Kubernetes89 Engine (GKE), Cloud Run90- **Networking**: Cloud Load Balancing, Cloud CDN, Cloud DNS91- **Storage and databases**: Cloud Storage (multi-region), Cloud SQL High92 Availability, Spanner, Filestore, Firestore93- **Operations**: Cloud Monitoring, Cloud Logging, Google Cloud Managed Service94 for Prometheus95- **Disaster recovery**: Backup and DR Service, Filestore backups9697## Workload assessment questions9899Ask appropriate questions to understand the reliability-related requirements and100constraints of the workload and the user's organization. Choose questions from101the following list:102103- How does your organization define and measure the reliability of your systems104 in relation to user experience?105- How does your organization approach setting reliability targets for your106 services?107- What is your organization's strategy for ensuring high availability through108 resource redundancy?109- How does your organization leverage horizontal scalability to maintain110 performance and reliability?111- How does your organization utilize observability (metrics, logs, traces) to112 gain insights and detect potential failures?113- How does your organization manage alerting based on observability data to114 ensure timely responses to significant issues without causing alert fatigue?115- What measures does your organization take to ensure systems can gracefully116 degrade during high load or partial failures?117- How frequently and comprehensively does your organization test for recovery118 from system failures (e.g., regional failovers, release rollbacks)?119- What is your organization's approach to testing for recovery from data loss?120- How does your organization conduct and utilize postmortems after incidents?121122## Validation checklist123124Use the following checklist to evaluate the architecture's alignment with125reliability recommendations:126127- User-focused SLIs and SLOs are explicitly defined and actively monitored.128- The architecture avoids single points of failure through cross-zone or129 cross-region redundancy.130- Autoscaling is enabled to handle variable demand without manual intervention.131- Application and infrastructure health checks are configured to trigger132 automated failovers.133- Regular backup schedules are in place, and restoration processes are routinely134 tested.135- The system architecture incorporates patterns like circuit breakers, retries136 with exponential backoff, and rate limiting to support graceful degradation.137- Game days or chaos engineering practices are regularly held to validate138 failure recovery.139- A formalized, blameless postmortem process exists to ensure organizational140 learning from operational incidents.141142---143144**Source:** [`google/skills`](https://github.com/google/skills) → `skills/cloud/google-cloud-waf-reliability/SKILL.md`