1. IBM Instana Observability Documentation: "Installing the Instana agent on Kubernetes". This official documentation explicitly lists the Operator as the recommended installation method. It states, "The recommended way to install the Instana agent on Kubernetes is by using the Instana Agent Operator." The page details the steps for deploying the agent using the Operator, Helm Chart, or a YAML file (DaemonSet), with the Operator being the primary recommendation.
Source: IBM Documentation, Instana Observability, "Installing the Instana agent on Kubernetes".
2. IBM Instana Observability Documentation: "Host agent installation". This page provides an overview of installation methods for various platforms. For Kubernetes, it directs users to the specific Kubernetes installation guide, which prioritizes the Operator method. The sections for other operating systems like Linux detail the use of package managers (like RPM and DEB), clearly distinguishing them from the Kubernetes approach.
Source: IBM Documentation, Instana Observability, "Host agent installation".