Simple Plausible Analytics on Kubernetes
18 Apr 2021 / Mihai NueleanuHere's a simple, self-hosted configuration for Plausible Analytics, meant for deploying to Kubernetes.
Note: All the code and instructions have been uploaded to github: https://github.com/dotmethodme/plausible-kubernetes
How to
- Go to https://github.com/dotmethodme/plausible-kubernetes and clone the repository. All yaml files are inside the folder named
base
- Open
postgress.yaml
. Edit thePOSTGRES_PASSWORD
field and set a randomly generated password for the postgres database - Open
ingress.yaml
. Insert your chosen domain name into the host fields - Open
secret.yaml
. Configure the marked fields. - Apply the configuration with
kubectl apply -f ./base
Comments