Open wkloucek opened 2 years ago
replicas: 1
still present:
app-provider -> https://github.com/owncloud/ocis-charts/issues/48
app-registry -> https://github.com/owncloud/ocis-charts/issues/48
others:
will not change, because they need to be replaced by external scalable service:
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)
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.
postprocessing is not scalable as of oCIS 3.0.0-rc.3
postprocessing is scalable as of oCIS 3.0.0-rc.4
store service is gone
app-provider is gone with the introduction of the collaboration service (which is scaleable)
New kid on the block: OCM
currently there are some services that are not being scaled.
ensure that no service has
replicas: 1
, and that every service has an optional resourceHorizontalPodAutoscaler