<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Langfuse :: Tag :: Ay Docs</title><link>https://aaronyang0628.github.io/docs/tags/langfuse/index.html</link><description/><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 08 May 2026 15:00:59 +0800</lastBuildDate><atom:link href="https://aaronyang0628.github.io/docs/tags/langfuse/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Langfuse</title><link>https://aaronyang0628.github.io/docs/installation/monitor/langfuse/index.html</link><pubDate>Fri, 08 May 2026 15:00:59 +0800</pubDate><guid>https://aaronyang0628.github.io/docs/installation/monitor/langfuse/index.html</guid><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></item></channel></rss>