Colin J Lacycolinj.hashnode.dev·Nov 24, 2023Turn Those 403s into 302s Using EnvoyFilters and Inline Lua ScriptsIf you use Envoy Proxy as part of your service mesh - e.g. if you use Istio - you can turn user-facing 403 access denied responses into 302 redirects, which can then point users to a form where they can request access. It's a much nicer experience fo...Discussenvoy
Fykafyka.hashnode.dev·Sep 17, 2023Istio Service Mesh - simplifiedIstio Architecture Service Mesh → Paradigm or Pattern Istio → Implementation of Service Mesh Comparison: Service MeshIstio Control PlaneIstiod Sidecar ProxyEnvoy Proxy Here, Envoy proxy is in itself an independent open-source project us...Discuss·30 reads#istio
Chris Phanblog.galistack.com·Aug 5, 2023Kubernetes: End-to-end traffic on AWS EKS using ALB & Istio service meshIn this article, we discover seamless end-to-end traffic management on AWS EKS using ALB and Istio. From setting up ALB as an Ingress Controller to leveraging Istio's powerful service mesh capabilities, we'll guide you through the entire process step...Discuss·54 readsKubernetes
Abhishek Singhopscribe.site·Jul 28, 2023Understanding Istio Service Mesh: A Comprehensive GuideIn the world of microservices, managing communication between services can be a daunting task. This is where Istio and service mesh come into play, simplifying the complex configurations and enhancing the security of applications with sensitive user ...Discuss·10 likes·27 reads#istio
Mohd Imranimransaifi.hashnode.dev·Jul 2, 2023Istio and Service mesh explained - What, Why & How?In the era of cloud-native applications and distributed systems, managing and securing the communication between microservices has become increasingly complex. This is where Service Mesh comes into the picture, providing a dedicated infrastructure la...Discuss·4 likes·94 reads#istio
Subham SarkarforT L D Rtldrthis.hashnode.dev·Aug 10, 2023What is a Service Mesh ? 🤔In today's world, microservices and service-oriented architectures are becoming increasingly popular, and with good reason. They offer flexibility, scalability, and agility, allowing organizations to quickly deploy new services and react to failures....DiscussEngineeringMicroservices
Abhishek Singhopscribe.site·Jun 23, 2023Hosting a Django Application on Kubernetes with PostgreSQL Database and Istio as IngressIntroduction: In the world of modern application development, containerization and orchestration have become essential for scalability, reliability, and seamless deployment. Kubernetes, a powerful container orchestration platform, offers a robust sol...Discuss·10 likes·944 readsDjango
Ajay Singhajaysingh.hashnode.dev·May 6, 2023Service Mesh and Istio: The Solution to Challenges in Microservices ArchitectureIntroduction As microservices architecture grows in popularity, the need for a reliable and secure way to manage communication between microservices becomes increasingly important. This is where service mesh comes in. In this article, we'll take a lo...Discuss·48 reads#istio
Marino WijayPromarinow.hashnode.dev·Mar 29, 2023A DeepDive Into Testing WireMock On K8s With IstioIstio, Kubernetes, and WireMock? Yup! It's a powerful combination! Recap In my previous blog https://marinow.hashnode.dev/how-to-not-stub-your-toe-in-production, we discussed ideas on how you can combine the power of Istio and WireMock Stub functiona...Discuss·11 likes·1.2K readswiremock
Marino WijayPromarinow.hashnode.dev·Mar 21, 2023How To Not Stub Your Toe In ProductionApplication testing from the Network and Platform Engineering lens I’ve hit a stub, what did I do…right?! Coming from a networking engineering background, it’s always challenging to understand the behaviours of applications and how they’re expected t...Eddie Jaoude and 1 other are discussing this2 people are discussing thisDiscuss·15 likes·367 readsAPIs