5

Managing Application Resiliency

Application resiliency is the ability of software applications to withstand faults and failures without any noticeable degradation of quality and level of service for its consumer. The move from monoliths to microservices has exacerbated the need for application resiliency in software design and architecture. In monolith applications, there is a single code base and single deployment whereas, in microservice-based architecture, there are many independent code bases each with its own deployment. When leveraging Kubernetes and other similar platforms, you also need to cater to deployment flexibility and the fact that multiple application instances are being deployed and scaled elastically; these dynamic instances ...

Get Bootstrapping Service Mesh Implementations with Istio now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.