Skip to main content

Helm

This guide will help you add Pyroscope to Kubernetes using Helm.

Getting started with Helm#

To install the pyroscope we are going to use the helm chart. Helm must be installed to use the chart. Please refer to Helm's documentation to get started.

Add the Pyroscope Helm repository#

helm repo add pyroscope-io https://pyroscope-io.github.io/helm-chart

Install Pyroscope#

helm install pyroscope pyroscope-io/pyroscope 

Verify that Pyroscope is running in your environment:#

kubectl get pods

Recommendations#

Check the Troubleshooting/FAQ page for recommendations on how to run pyroscope in production.