Changes for page XWiki (Helm)

Last modified by Itzhak Daniel on 2024/04/29 16:35

From version 3.1
edited by Itzhak Daniel
on 2024/04/28 16:07
Change comment: There is no comment for this version
To version 4.1
edited by Itzhak Daniel
on 2024/04/28 16:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,9 +13,16 @@
13 13  Here is the list of things you need to have:
14 14  
15 15  * Kubernetes 1.27 (probably will work with later versions as well).
16 -** Automatic storage provisioner (see Behemoth LTD special case).
16 +** Automatic storage provisioner (Behemoth LTD special case).
17 17  * Helm 3.12 (probably will work with later versions as well).
18 18  
19 19  == Deploying ==
20 20  
21 -We're going to deploy XWiki in a stateful way, the Database (MySQL) and the App, each will have a volume to store their content.
21 +We're going to deploy XWiki as a [[statefulset>>https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/]], the Database (MySQL) and the App, each will have a volume to store their content.
22 +
23 +=== Note about Storage ===
24 +
25 +Behemoth LTD is running an on-prem Kubernetes solutions, we (currently?) don't have any shared storage solution ([[ceph>>https://docs.ceph.com/]], [[nfs>>https://github.com/kubernetes-csi/csi-driver-nfs]], [[...>>https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner]]) , which require two things:
26 +
27 +1. Creating the path/loop device prior of creating PV.
28 +1. The PV is manually created.