﻿---
title: Kubernetes observability with Elastic OpenTelemetry
description: Kubernetes observability setup with {{edot}}, covering components, deployment, customization, and application instrumentation.
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7434/solutions/observability/get-started/opentelemetry/use-cases/kubernetes
products:
  - Elastic Cloud Serverless
  - Elastic Distribution of OpenTelemetry Collector
  - Elastic Observability
applies_to:
  - Serverless Observability projects: Generally available
  - Elastic Stack: Generally available
  - Elastic Distribution of OpenTelemetry Collector: Generally available
---

# Kubernetes observability with Elastic OpenTelemetry
The [quickstart guides](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7434/solutions/observability/get-started/opentelemetry/quickstart) for Kubernetes install a set of different Elastic Agents and Elastic OTel SDKs to cover collection of OpenTelemetry data for infrastructure monitoring, logs collection and application monitoring.
The Kubernetes setup relies on the OpenTelemetry Operator, configured to automate orchestration of Elastic OpenTelemetry as follows:
- Elastic Agent Cluster: Collection of cluster metrics.
- Elastic Agent Daemon: Collection of node metrics, logs, and application telemetry.
- Elastic Agent Gateway: Preprocessing, aggregation, and ingestion of data into Elastic.
- Elastic OTel SDKs: Annotated applications are auto-instrumented with [Elastic OTel SDKs](https://docs-v3-preview.elastic.dev/elastic/opentelemetry/tree/main/reference/edot-sdks).

The following diagram summarizes the previous components and how they interact with Elastic:
![K8s-architecture](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7434/solutions/observability/get-started/opentelemetry/images/EDOT-K8s-architecture.png)
Read on to learn how to:
- Install the [OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator/) using the [kube-stack Helm chart](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-kube-stack).
- Use the Elastic Agents to send Kubernetes logs, metrics, and application traces to an Elasticsearch cluster.
- Use the operator for applications [auto-instrumentation](https://opentelemetry.io/docs/kubernetes/operator/automatic/) in all supported languages.