PinnedSayed Imran·Apr 21, 2025Multi-Cluster Networking with Multi-Cloud : Migrating to Google Kubernetes Engine with IstioAs organizations expand their cloud strategy, they often manage workloads across multiple Kubernetes clusters, sometimes spanning…A response icon1A response icon1
PinnedInGoogle Cloud - CommunitybySayed Imran·Oct 4, 2024Leveraging Istio to connect External VM to Kubernetes (GKE)This article explores how to extend Kubernetes service mesh capabilities beyond the cluster by leveraging Istio to seamlessly connect an…
PinnedSayed Imran·Apr 12, 2025Conversing with GKE Clusters: Google’s Agent Development Kit in ActionWhen Google Cloud Next 2025 dropped the curtain on the Agent SDK (a.k.a. ADK) — their shiny new toolset for building conversational agents…A response icon2A response icon2
PinnedInGoogle Cloud - CommunitybySayed Imran·Apr 7, 2025Seamless TLS for Istio on GKE: Auto-Provisioning Certificates with a Custom Admission ControllerIstio has become the de facto standard for managing service-to-service communication in Kubernetes, offering powerful features like traffic…
PinnedInGoogle Cloud - CommunitybySayed Imran·Feb 17, 2024Empowering Kubernetes Operator Development with Kopf: Introduction to Operators (Part-1)In recent years, Kubernetes has become the de facto standard for container orchestration, enabling developers to manage containerized…
Sayed Imran·Jun 29, 2025Traffic Management with Istio | Istio + Flagger | Part-4Welcome to the final part of the Traffic Management with Istio series. So far, we’ve manually deployed application versions and configured…
Sayed Imran·Jun 23, 2025Traffic Management using Istio | Traffic Shifting | Part-3In this third part of our traffic management series with Istio, we will dive into deploying a canary release for a sample application and…
Sayed Imran·May 29, 2025Traffic Management using Istio | Mirroring | Part-2In the world of microservices and Kubernetes, releasing new versions of applications with confidence requires more than just solid CI/CD…A response icon1A response icon1
Sayed Imran·May 22, 2025Traffic Management using Istio | Request Routing | Part-1Managing traffic in a microservices architecture is no longer just about sending requests from point A to point B — it’s about doing so…A response icon2A response icon2
Sayed Imran·Mar 3, 2024Empowering Kubernetes Operator Development with Kopf: Deploying to Kubernetes EKS(Part-3)In my previous article on Getting Started with Writing Operator, I built a simple operator which launched a Kubernetes Deployment and…