Helm
This guide will help you add Pyroscope to Kubernetes using Helm.
#
Getting started with HelmTo 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 charthelm repo add pyroscope-io https://pyroscope-io.github.io/helm-chart
#
Install the Pyrocope Helm chart:helm install pyroscope pyroscope-io/pyroscope
#
Verify that Pyroscope is running in your environment:kubectl get pods