PersistentVolume with external storage support for in-cluster databases #1231
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Today, the in-cluster
redis
database is aDeployment
, as a best practice for such in-cluster scenario it would be great to have it asStatefulSet
with aPersistentVolume
. Maybe with Filestore like illustrated here? Or maybe another storage? That will also illustrate yet another great story with multiple Google Cloud services while showing best practices. This will allow Online Boutique's users (Googlers, etc.) to have a ready to use solution for such stateful workloads scenarios.We maybe don't want to have this as default, and we may want to keep this as
Deployment
by default (?), but maybe to start with a new Online Boutique variation (i.e. Kustomize overlay) would be a great candidate?Tagging @bourgeoisor @ahrarmonsur @charlieyu1996 as I'm sure they could provide more insights around this and maybe planning this for 2023?
The text was updated successfully, but these errors were encountered: