#API Gateway
2 posts
Route vs Ingress on OpenShift Container Platform (OCP)
Introduction When deploying applications on OpenShift Container Platform (OCP), exposing services to external users requires either Routes or Ingress. Both provide external access to workloads, but…
Is Spring Cloud Gateway an Alternative to Kong
API Gateways are essential components of modern microservices architecture, acting as intermediaries between clients and backend services. Among the many available options, Spring Cloud Gateway and…