# opentelemetry-operator **Repository Path**: mirrors_confluentinc/opentelemetry-operator ## Basic Information - **Project Name**: opentelemetry-operator - **Description**: Kubernetes Operator for OpenTelemetry Collector - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-26 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Continuous Integration][github-workflow-img]][github-workflow] [![Go Report Card][goreport-img]][goreport] [![GoDoc][godoc-img]][godoc] # OpenTelemetry Operator for Kubernetes The OpenTelemetry Operator is an implementation of a [Kubernetes Operator](https://coreos.com/operators/). The operator manages: * [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector) * auto-instrumentation of the workloads using OpenTelemetry instrumentation libraries ## Documentation * [API docs](./docs/api.md) ## Getting started To install the operator in an existing cluster, make sure you have [`cert-manager` installed](https://cert-manager.io/docs/installation/) and run: ```bash kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/latest/download/opentelemetry-operator.yaml ``` Once the `opentelemetry-operator` deployment is ready, create an OpenTelemetry Collector (otelcol) instance, like: ```yaml kubectl apply -f - <