diff --git a/Kubernetes-server-installation.md b/Kubernetes-server-installation.md new file mode 100644 index 0000000..add31ec --- /dev/null +++ b/Kubernetes-server-installation.md @@ -0,0 +1,20 @@ +As trilium can be run in Docker it also can be deployed in Kubernetes. +Trilium can be applied to Kubernetes manually or per helm chart. + +The recommended way is helm. + +# Helm Install + +Unofficial helm chart by [ohdearaugustin](https://github.com/ohdearaugustin): https://github.com/ohdearaugustin/charts + +## Add helm repository + +``` +helm repo add https://ohdearaugustin.github.io/charts/ +"" has been added to your repositories +``` + +## How to install a chart +Just `helm install /trilium-notes`. + +For more information on using Helm, refer to the Helm documentation. \ No newline at end of file