You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the opentelemetry-operator is deployed, create the OpenTelemetry Collector (otelcol) instances, ServiceAccount and other necessary resources, run:
The loadbalancer and backends OpenTelemetryCollector are recognised by the opentelemetry-operator, which then creates the appropriate deployment resources.
The loadbalancer ServiceAccount is used to assign to the pods corresponding to the deployment loadbalancer and backends.
The loadbalancer-role Role grants get, list, and watch permissions on endpoint resources in its namespace. Having these permissions is essential for a kubernetes service resolver to work properly.
The loadbalancer-rolebinding RoleBinding is used to bind Role loadbalancer-role to ServiceAccount loadbalancer.