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
As this is very simple app, most of its functionality is getting data (no data generation is being done by the end user).
I want to migrate this app to a social app (like user can have post, user can comment and user can react on the post and comment).
For now, I have following 5 services:
post service
comment service
reaction service
user-service
API gateway
and then I'll create helm-charts to deploy these services in k8s and add automation to test our services in higher load (will test the k8s auto-scaling functionality).
The text was updated successfully, but these errors were encountered:
As this is very simple app, most of its functionality is getting data (no data generation is being done by the end user).
I want to migrate this app to a social app (like user can have post, user can comment and user can react on the post and comment).
For now, I have following 5 services:
and then I'll create helm-charts to deploy these services in k8s and add automation to test our services in higher load (will test the k8s auto-scaling functionality).
The text was updated successfully, but these errors were encountered: