app data inside kubernetes #14055
Labels
Doc Rehaul
Issues related to documentation rehaul
Documentation Pod
Issues related to user education
Documentation
Improvements or additions to documentation
Medium
Issues that frustrate users due to poor UX
Needs More Info
Needs additional information
Task
A simple Todo
https://docs.appsmith.com/setup/kubernetes
https://app.intercom.com/a/apps/y10e7138/inbox/inbox/all/conversations/164629100110897
We need to add info on :
Where will the data be saved when we deploy the container to Kubernetes?"
When we deploy appsmith on a aws/eks cluster these are the sequence of steps.
- we use EFS(like docker volume) to store the 'stacks' directory.
- We create a PV(persistent volume ).
- appsmith-pods/deployment makes a PVC(persistent volume claim)
and there by access the stacks directory to perform all reading/writing operation.
In the regular deployment(non-aws), the same follows.
The text was updated successfully, but these errors were encountered: