Horizontal scalability on k8s #3208
fabricebrito
announced in
General
Replies: 1 comment 1 reply
-
The frontend of the app should be exported as static html/css/js files via The backend of the app can scale to as many instances as required, provided all are using the same Take care when uploading files to store them to some kind of centralized storage like s3, otherwise the builtin |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering how a reflex app can scale on k8s. I guess that with several users accessing an app, a single pod won't be enough.
Would scaling additional frontend and backend containers in different pods work?
Beta Was this translation helpful? Give feedback.
All reactions