Our project is undergoing a refactor to a micro-services architecture, and we are currently considering different API gateway solutions.
We did our research, looked at the official sites for several solutions, went over some technical comparisons of different solutions, and read articles about our top picks.
So far our main contenders are Apachee APISIX and Kong, but we are quite torn between them and would like to get a general opinion from actual users.
Below are outlined the different properties and requirements of the project, I would appreciate it if any of you can point out some pros and cons of a solution you are familiar with in regard to them, and it would be great if someone facing similar requirements could share their experience with actually integrating one.
General Info
- The project is of medium scale, has an active user base, and sees daily use around the clock with an incoming traffic count of a few thousand per minute on the backend.
- The project is hosted in a private network, and no cloud services are utilized, so we are looking for a good on-prem solution.
- Looking for a rather lightweight solution.
Technical Info and Requirements
- AD FS-based authentication.
- Significant reliance on JWT.
- Using WebSocket in some micro-services, specifically Socket.io.
- Kubernetes deployment, supported by Helm.
- Full-stack under Monorepo.
- Repository and CI/CD are hosted and managed on GitLab.
- The team is trained in several coding languages but prefers working mainly with Typescript as we use React for the front-end, and NestJS for the back-end.
Thank you!