<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Install Langfuse :: Ay Docs</title><link>https://aaronyang0628.github.io/docs/installation/monitor/langfuse/index.html</link><description>Official Documentation: https://langfuse.com/docs
🚀Installation Install By 📦Helm 🐙ArgoCD Preliminary 1. Kubernetes is installed; if not, check 🔗link 2. Helm is installed; if not, check 🔗link 3. Ingress is installed; if not, check 🔗link 4. Cert-Manager is installed; if not, check 🔗link 1.prepare namespace and secrets Details kubectl get namespaces monitor &gt; /dev/null 2&gt;&amp;1 || kubectl create namespace monitor kubectl -n monitor create secret generic langfuse-secret \ --from-literal=NEXTAUTH_SECRET=$(tr -dc A-Za-z0-9 &lt;/dev/urandom | head -c 32) \ --from-literal=SALT=$(tr -dc A-Za-z0-9 &lt;/dev/urandom | head -c 32) 2.prepare `langfuse.values.yaml`</description><generator>Hugo</generator><language>en</language><lastBuildDate/><atom:link href="https://aaronyang0628.github.io/docs/installation/monitor/langfuse/index.xml" rel="self" type="application/rss+xml"/></channel></rss>