Kubernetes Daemonset

Sign up for your free gProfiler account, click on Install Service on the left hand menu, then Daemonset under Installation Methods. You’ll receive a unique API key, and will choose a service name and namespace for your installation.

The deployment code and the .yaml file in the Deploy gProfiler section will update automatically with the values you chose. Download the Daemonset .yaml file to your machine and copy the code generated in the blue box. Before pasting and running the code in the terminal, ensure that you have Kubernetes (kubectl) on your machine, and then proceed.

Running the code with your <gprofiler_token> and <gprofiler_service> values that appear on your Getting Started - Install Service page, tells the machine to deploy a gProfiler agent connected to your account (via API) as part of the Daemonset on your local pod.

Last updated