Skip to content

app data inside kubernetes #14055

Closed
Closed
@harshilp24

Description

@harshilp24

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.

Metadata

Metadata

Assignees

Labels

Doc RehaulIssues related to documentation rehaulDocumentationImprovements or additions to documentationDocumentation PodIssues related to user educationMediumIssues that frustrate users due to poor UXNeeds More InfoNeeds additional informationTaskA simple Todo

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions