-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Kubernetes server installation
zadam edited this page Jun 12, 2022
·
5 revisions
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.
Trilium docker container needs to be run with root privileges, while Kubernetes by default runs containers under unprivileged users. You will have to configure this in Deployment descriptor.
Unofficial helm chart by ohdearaugustin: https://github.com/ohdearaugustin/charts
helm repo add <repo_name> https://ohdearaugustin.github.io/charts/
"<repo_name>" has been added to your repositories
Just helm install <repo_name>/trilium-notes
.
For more information on using Helm, refer to the Helm documentation.
Back to Overview
- Screenshot tour
- Basic concepts
- Installation & setup
- Advanced usage
- Developer guides
- FAQ
- Troubleshooting