Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 23, 2024Kubernetes 101: Part 6Sidecars Here you can see a small seat alongside the bike, right? That’s sidecar In reality, within a pod, it can have a container a sidecar container which supports this main container. They both share the same storage and network Sidecar containe...Discussistio service mesh
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...Discuss·39 readsenvoy