Do I need persistence volume for Squidex deployed in GKE

I am trying to deploy Squidex to GKE using the squidex-docker poject in github.
The mongo database are stateful. But there is no persistence volume defined in the Squidex pod.
Is the Squidex pod a stateless pod?

But I also see the asset folder in the application, I wonder if it has the data that I need persist?

If you host to GKE I would use google storage as an asset store. Then Squidex is stateless.

See: https://github.com/Squidex/squidex/blob/master/src/Squidex/appsettings.json#L183

1 Like