Traffic mirroring, also called shadowing, is a concept that has recently gained traction. It is a powerful approach that allows you to assess your...
Category: Traffic mirroring
Traffic shifting and canary rollouts – Implementing Traffic Management, Security, and Observability with Istio
Consider a scenario where you’ve developed a new version of your microservice and are eager to introduce it to your user base. However, you’re...
Managing traffic with Istio – Implementing Traffic Management, Security, and Observability with Istio-2
The provided YAML manifest introduces a DestinationRule resource named frontend within the blog-app namespace. This resource is associated with the...
Managing traffic with Istio – Implementing Traffic Management, Security, and Observability with Istio-1
Istio offers robust traffic management capabilities that form a core part of its functionality. When leveraging Istio for microservice management...
Enforcing TLS within your service mesh – Implementing Traffic Management, Security, and Observability with Istio-3
As we can see, we get an HTTP 404 response from the posts, reviews, and users microservices. The ratings microservice returns a 403 Forbidden...
Software operations – The Role of AI in DevOps
AI is pivotal in modern software operations, revolutionizing how systems are monitored, managed, and optimized. By leveraging ML algorithms, AI...
Enabling automatic sidecar injection – Implementing Traffic Management, Security, and Observability with Istio-2
When we define an Istio gateway, we also need to define a VirtualService resource that uses the gateway and describes the routing rules for the...
Enabling automatic sidecar injection – Implementing Traffic Management, Security, and Observability with Istio-1
Since envoy sidecars are the key technology behind Istio’s capabilities, they must be added to your existing pods to enable Istio to manage them....
Installing Istio – Implementing Traffic Management, Security, and Observability with Istio
The general way of installing Istio is to download Istio using the provided link and run a shell, which will install Istio on our system, including...
Understanding the Istio architecture – Implementing Traffic Management, Security, and Observability with Istio
Istio simplifies microservices management through two fundamental components: Data plane: Thiscomprises the sidecar envoy proxies that Istio...