In a cloud-native ecosystem, containerized apps are usually distributed across clusters and nodes. Sometimes these microservices misbehave or even fail, so it’s important to incorporate resiliency techniques in the architecture of cloud-native apps.
In a Kubernetes environment, an app is …