April 2023
Intermediate to advanced
418 pages
9h 22m
English
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 ...