Introduction and Use of Istio Fault Injection

Introduction and Use of Istio Fault Injection

When moving applications to the cloud, how can we do without containers! Click on the Container Cube above to follow me. Fault Injection Testing Fault injection testing, as the name suggests, checks whether the fault tolerance mechanism of an application works correctly when some components or functionalities of the tested application encounter potential failures, ensuring … Read more

Introduction to Istio Traffic Management

Introduction to Istio Traffic Management

1. Istio Traffic Management Istio is an open-source service mesh that provides a network layer abstraction for distributed microservices architectures. It makes communication between services more reliable and secure, and offers fine-grained traffic management, monitoring, and policy enforcement capabilities. Istio achieves this by inserting a transparent proxy (Envoy) between services to intercept all network communication, … Read more