owncloud / ocis-charts

:chart_with_upwards_trend: Helm Charts for ownCloud's OCIS
https://owncloud.dev/ocis/deployment/kubernetes/
Apache License 2.0
48 stars 27 forks source link

scale all services #15

Open wkloucek opened 2 years ago

wkloucek commented 2 years ago

currently there are some services that are not being scaled.

ensure that no service has replicas: 1, and that every service has an optional resource HorizontalPodAutoscaler

wkloucek commented 2 years ago

replicas: 1 still present:

others:

will not change, because they need to be replaced by external scalable service:

genofire commented 1 year ago

with NFS on Pods it should also be able to scale with persistent: https://kubernetes.io/docs/concepts/storage/volumes/#nfs

or as PersistentVolumen (where you can set nfs mount options)

wkloucek commented 1 year ago

with NFS on Pods it should also be able to scale with persistent: https://kubernetes.io/docs/concepts/storage/volumes/#nfs

or as PersistentVolumen (where you can set nfs mount options)

Sadly the services mentioned in this ticket can also not be scaled by using NFS / RWX storage. There needs to be some changes on application level to have scalability.

wkloucek commented 1 year ago

postprocessing is not scalable as of oCIS 3.0.0-rc.3

wkloucek commented 1 year ago

postprocessing is scalable as of oCIS 3.0.0-rc.4

wkloucek commented 8 months ago

store service is gone

wkloucek commented 2 months ago

app-provider is gone with the introduction of the collaboration service (which is scaleable)

d7oc commented 1 month ago

New kid on the block: OCM