Istio provides several tools to visualize traffic through our mesh through Istio add-ons. While Prometheus is the central telemetry data...
Category: Revisiting the Blog App
Traffic mirroring – Implementing Traffic Management, Security, and Observability with Istio-2
Following the completion of the Argo CD synchronization process, we’ll proceed to refresh the page five times. Subsequently, we can inspect the...
Traffic mirroring – Implementing Traffic Management, Security, and Observability with Istio-1
Traffic mirroring, also called shadowing, is a concept that has recently gained traction. It is a powerful approach that allows you to assess your...
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...
Creating secure ingress gateways – Implementing Traffic Management, Security, and Observability with Istio
Secure ingress gateways are nothing but TLS-enabled ingress gateways. To enable TLS on an ingress gateway, we must provide it with a private key...
Securing your microservices using Istio – Implementing Traffic Management, Security, and Observability with Istio
Running microservices in production offers numerous advantages, such as independent scalability, enhanced agility, reduced scope of change,...
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...
Envoy proxies – Implementing Traffic Management, Security, and Observability with Istio
Envoy proxies play a pivotal role in enabling various aspects of your service mesh. These Layer 7 proxies are uniquely capable of making crucial...