You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we don't have any API Gateway implementation for our services.
It is not a good strategy to not use an API Gateway pattern.
Describe the solution you'd like
Using an edge server such as Netflix Zuul to manage our services with load-balancing, security and reverse proxying.
Describe alternatives you've considered
Making our own implementation with raw http clients with k8s + istio.
Additional context
Zuul needs Eureka service discovery system by default but this can be disabled in it's config.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we don't have any API Gateway implementation for our services.
It is not a good strategy to not use an API Gateway pattern.
Describe the solution you'd like
Using an edge server such as Netflix Zuul to manage our services with load-balancing, security and reverse proxying.
Describe alternatives you've considered
Making our own implementation with raw http clients with k8s + istio.
Additional context
Zuul needs Eureka service discovery system by default but this can be disabled in it's config.
The text was updated successfully, but these errors were encountered: