krakend
KrakenD is an open-source API gateway written in Go that enables developers to expose a single, cohesive API surface by composing multiple backend services. It acts as a reverse proxy in front of microservices, handling routing, aggregation, and transformation of requests and responses.
Configuration is declarative in a single config file (JSON or YAML). Each endpoint specification includes the
Key features include high performance and a stateless architecture, which suit cloud-native deployments. It provides request
Deployment and ecosystem: KrakenD is designed for containerized environments and can be run in Docker and Kubernetes.
Licensing and editions: The KrakenD Community Edition is released under an open-source license (Apache 2.0). A