Cloud computing is
distributed computing; distributing computing requires thoughtful planning and
delivery – regardless of the platform choice. The purpose of this document is
to provide thoughtful guidance based on real-world customer scenarios for
building scalable applications
Fail-safe noun. Something designed to work or function automatically to prevent breakdown of a mechanism, system, or the like.
Individuals - whether in the context of employee, citizen, or consumer – demand instant access to application, compute and data services. The number of people connected and the devices they use to connect to these services are ever growing. In this world of always-on services, the systems that support them must be designed to be both available and resilient.
The Fail-Safe initiative is intended to deliver general guidance for building resilient cloud architectures, guidance for implementing those architectures and recipes for implementing these architectures for specific scenarios. This article focuses on the architectural considerations for designing scalable and resilient systems.
- Decompose the Application by Workload: Defining how a workload-centric approach provides better controls over costs, more flexibility in choosing technologies best suited to the workload, and enables a more finely tuned approach to availability and resiliency.
- Establish a Lifecycle Model: Establishing an application lifecycle model helps define the expected behavior of an application in production and will provide requirements and insight for the overall architecture.
- Establish an Availability Model and Plan: The availability model identifies the level of availability that is expected for your workload. It is critical as it will inform many of the decisions you’ll make when establishing your service.
- Identify Failure Points and Failure Modes: To create a resilient architecture, it’s important to understand and identify failure points and modes. Specifically, making a proactive effort to understand and document what can cause an outage will establish an outline that can be used in analysis and planning.
- Resiliency Patterns and Considerations: This section represents the majority of the document, and contains key considerations across compute, storage, and platform services. These considerations focus on proven practices to deliver a healthy application at key considerations across compute, storage, and platform services.
- Design for Operations: In a world that expects services to be “always on”, it’s important that services be designed for operations. This section looks at proven practices for designing for operations that span the lifecycle, including establishing a health model to implementing telemetry to visualizing that telemetry information for the operations and developer audiences.
We will discuss in detail on the bullet point in the coming article.....keep watching
Comments
Post a Comment