Changes for page XWiki (Helm)
Last modified by Itzhak Daniel on 2024/04/29 16:35
From version 2.1
edited by Itzhak Daniel
on 2024/04/28 15:57
on 2024/04/28 15:57
Change comment:
There is no comment for this version
To version 3.1
edited by Itzhak Daniel
on 2024/04/28 16:07
on 2024/04/28 16:07
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,4 +6,16 @@ 6 6 7 7 [[Behemoth LTD>>https://www.behemoth.co.il/]] was in a search for a 'knowledge base' software, a central place to collect and collaborate on documents which hold information, instructions, guide, etc. The requirement was simple, it required to be able to run on Kubernetes without too much customization, building, testing and other complex CI/CD prerequisite. 8 8 9 -Things may change in the future, as Kubernetes become the de-facto way to run Apps, so do some homework before continuing, Awesome Selfhosted. 9 +Things may change in the future, as Kubernetes becomes the de-facto way to run Apps, so do some homework before continuing, [[Awesome Selfhosted>>https://github.com/awesome-selfhosted/awesome-selfhosted#wikis]]. 10 + 11 +== Requirements == 12 + 13 +Here is the list of things you need to have: 14 + 15 +* Kubernetes 1.27 (probably will work with later versions as well). 16 +** Automatic storage provisioner (see Behemoth LTD special case). 17 +* Helm 3.12 (probably will work with later versions as well). 18 + 19 +== Deploying == 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.