惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
Y
Y Combinator Blog
V
V2EX
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog
博客园 - 叶小钗
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
B
Blog
G
Google Developers Blog
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
N
Netflix TechBlog - Medium
腾讯CDC

The Cloud Experience Everywhere articles

Responsible AI in enterprise applications: A practical security and governance guide AI Factory economics: Determining its financial viability Enterprise test automation: Building resilient tests that survive change Evolve from traditional cost management to portfolio economics with hybrid FinOps HPE Terraform Provider 2.0 for HPE Morpheus Software, VMaaS, and HPE OpsRamp Software The virtualization strategy: Why the decision goes beyond the hypervisor Increase VM density with HPE Morpheus Software memory overcommitment Reduce alert fatigue in cloud monitoring with HPE Morpheus Software Edge AI with HPE ProLiant Compute DL380 Gen12 & NVIDIA Blackwell for Azure Local Here is a checklist to optimize software spending and reduce software audit risk. GraphQL Mesh: Unleash Unified APIs for modern enterprise integration Data protection, VM flexibility & visibility: What’s New in HPE Private Cloud PC3000 The Great VM Reset: Field lessons from HPE Discover Las Vegas 2026 HPE Morpheus Software 9.0: Take back control of hybrid cloud operations HPE Morpheus Software v9.0: HVM hypervisor features and enhancements HPE Services help customers to predict the future with smart unified cloud management Automating Kubernetes observability to simplify operations and speed onboarding HPE Services at HPE Discover Las Vegas 2026: Driving innovation in clouds & platforms From supply chain to customer decisions: Actionable product carbon footprint data Migrate to the HPE Terraform provider with confidence using tfmigrator How companies can harness GitOps and IaC to build agile private clouds Achieving continuous cloud compliance with policy as code frameworks Protect your HPE Morpheus Software virtual machines on HPE SimpliVity PC1000 The new ITIL Version 5: Why now is the moment to transform, with HPE Announcing HPE Terraform provider v1.5.0—and the road since v1.1 Sovereign AI for the workplace and why it’s now a board-level topic What I learned about Epistemia: A new way to build AI you can trust Strategy is the easy part, but can you deliver? Simplify HPE Morpheus Software automation with the new visual workflow builder AI evolution: Shifting from training to inference needs infrastructure modernization
Engineering modern resilient-by-design applications for h...
2026-03-18 · via The Cloud Experience Everywhere articles

Design resilient enterprise applications for hybrid cloud. Learn how telemetry-aware adaptation, modernization, and services-led transformation enable stable SLAs and operational continuity.

Resilience is commonly defined as the capacity to withstand or recover quickly from difficulties; the ability to return to an original state after disruption.

Over the past decade, modern enterprises have invested heavily in engineering resilience into infrastructure layers. High-availability clusters, self-healing storage systems, redundant networking fabrics, elastic cloud platforms, automated failover orchestration, and policy-driven security controls have become standard architectural practices. Even cybersecurity models now assume breach and are designed for containment rather than prevention alone.

Infrastructure has evolved to detect anomalies, redistribute load, and restore stability with minimal human intervention.

Yet the application layer, comprising the software that directly implements business logic, has remained comparatively fragile. While infrastructure has evolved toward self-correction, many enterprise applications still rely on static timeout values, rigid retry loops, fixed concurrency limits, and manual toggles during incidents. This asymmetry introduces risk. When downstream latency increases or a dependency degrades, a non-adaptive application may continue issuing high concurrency requests. Instead of absorbing volatility, it amplifies it. What begins as a localized delay can cascade into thread exhaustion, database contention, and service-level agreement breaches.

Hence, the next evolution lies in engineering resilience into the application itself.

HPE20160726063_800_0_72_RGB.jpgVolatility in hybrid architecture

In hybrid cloud, dependency variability is normal, not exceptional. Multi-region databases introduce replication lag. Edge aggregation systems exhibit fluctuating network latency. AI inference services may respond unpredictably under burst workloads. Third-party APIs operate outside direct control. Microservices orchestrated on Kubernetes platforms introduce scheduling delays, pod restarts, and dynamic scaling behavior.

Applications increasingly interact with multiregion databases, edge data aggregation systems, AI inference services, third-party application programming interface (APIs), and distributed microservices running on Kubernetes platforms. Infrastructure elasticity provides the foundation for scale in hybrid and cloud environments, enabling resources to be dynamically allocated and workloads to be distributed efficiently as demand fluctuates. This flexibility allows organizations to respond quickly to changing business needs and unexpected spikes in usage. However, while elastic infrastructure is essential for maintaining high availability and operational continuity, it alone cannot compensate for brittle application behavior.

Applications that are not designed to adapt to changing conditions, such as fluctuating latency, degraded dependencies, or unexpected failures, can undermine even the most resilient infrastructure. To truly harness the benefits of infrastructure elasticity, application resilience, and runtime adaptability must be engineered as core components of the overall architecture.

Similarly, rigid database interaction models may amplify contention even when underlying compute resources remain healthy. Without implementing adaptive logic at the application level, including telemetry-driven adjustments and behavioral modifications, enterprises risk cascading failures, increased contention, and breaches of service-level agreements.

This shifts resilience from infrastructure containment to application-level anticipation.

True resilience in hybrid cloud requires:

  • Infrastructure intelligence
  • Platform elasticity
  • Application behavioral adaptation

All three must operate in coordination.

Extending telemetry beyond infrastructure

Modern enterprise environments already generate rich telemetry at the hardware and platform layers. Systems such as HPE InfoSight leverage this data to optimize performance and anticipate infrastructure anomalies before they impact production systems.

The next logical evolution is extending this telemetry-driven intelligence upward into the application runtime.

Instead of reacting only to threshold-based alerts, applications can consume signals about dependency health, latency distributions, and resource saturation. This enables runtime logic to adjust concurrency levels, alter retry strategies, introduce backoff controls, or prioritize workloads dynamically.

Telemetry-aware applications shift from static logic to adaptive behavior.

This approach complements broader modernization initiatives that aim to transform static legacy systems into adaptive, cloud-ready architectures. Observability, when embedded directly into runtime logic, becomes an active control mechanism rather than a passive monitoring tool.

fig 1.jpg

Figure 1. Evolution from static to adaptive, telemetry-driven, resilient-by-design runtime architecture

Role of modernization

Most enterprise applications in production today were not architected for adaptive behavior. Monolithic architectures, tightly coupled database schemas, and synchronous call chains limit the ability to introduce adaptive control mechanisms.

Transitioning toward resilient-by-design principles often requires:

  • Refactoring monolithic applications into modular service-based architectures
  • Modernizing database access patterns to reduce contention risk
  • Embedding observability and telemetry integration into the runtime
  • Replatforming workloads onto containerized or hybrid platforms
  • Optimizing runtime logic to align with dynamic infrastructure behavior
  • Introducing asynchronous communication where appropriate

These are not purely infrastructure initiatives; they are application engineering transformations.

Services-led modernization efforts play a critical role in enabling this shift. By aligning application design, database optimization, and runtime behavior with hybrid infrastructure capabilities, enterprises can progressively embed resilience without disrupting business continuity.

This transformation is especially relevant as organizations migrate workloads to hybrid consumption models such as GreenLake, where elasticity and distributed deployment introduce new behavioral considerations at the application layer.

Completing the resilience stack

Infrastructure resilience alone is no longer sufficient in distributed hybrid environments. Self-healing storage, automated failover clusters, and elastic compute provide foundational durability. However, true operational continuity demands applications that are telemetry-aware, behaviorally adaptive, and engineered to anticipate instability rather than merely survive it.

Resilient-by-design software completes the stack by aligning infrastructure intelligence, platform elasticity, and adaptive runtime logic into a cohesive,
self-healing system.

When applications understand the health of their dependencies and respond dynamically, they prevent cascading failures. They reduce unnecessary retries. They protect databases from overload. They maintain stable service levels even under volatile conditions.

In hybrid enterprise environments, resilience must move up the stack.

And the application layer is where it now matters the most.

Learn more at hpe.com/in/en/application-modernization-services.html

By Author:
Nachammai Nagappan
Technology Consultant,
Professional Services Global Competency Center,
HPE Services