An Approach To Automating Application Resiliency #testing With #kubernetes
▻https://hackernoon.com/an-approach-to-automating-application-resiliency-testing-with-kubernetes
Table of contentIf you’ve never failed, you’ve never livedReliability and ResiliencySo let it break… but plan for it!Why Kubernetes?Organize the resistance with ToxiProxyResiProxy: a Kubernetes companionHappy vs Alternate pathKeep calm and under control with KarateConclusionIf you’ve never failed, you’ve never livedWithout too much pessimism applied to micro-services, this common saying is also sensible: failures are an intrinsic characteristic of any distributed system. Hundreds of independent entities trying to communicate and collaborate to achieve a greater good… at least one of them is sure to fail.Trying to avoid all of these failures is wishful thinking and can sometimes lead to an extra complexity that can directly impact an architecture, its cost, and in particular limit its capacity to (...)

