Deploy Microservices Locally Using Kubernetes Kind
Running microservices locally in a production-like Kubernetes environment helps catch infrastructure issues early,
before they ever reach UAT or production. This guide walks through setting up a local Kubernetes cluster using Kind (Kubernetes in Docker),
building Docker images for the FreightFlow Nexus services, and deploying them using Kustomize overlays.