<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6" -->

---
title: OpenTelemetry: OTel Collectors in Kubernetes and...
description: A hands-on guide to deploying OpenTelemetry Collectors in Kubernetes and integrating them with the VictoriaMetrics stack (VictoriaMetrics, VictoriaLogs,...
canonical: https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: OpenTelemetry: OTel Collectors in Kubernetes and VictoriaMetrics Stack integration | daily.dev
og:description: A hands-on guide to deploying OpenTelemetry Collectors in Kubernetes and integrating them with the VictoriaMetrics stack (VictoriaMetrics, VictoriaLogs,...
og:url: https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6
og:image: https://api.daily.dev/og/posts/RV0ruEMf6.png
og:image:alt: OpenTelemetry: OTel Collectors in Kubernetes and VictoriaMetrics Stack integration
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenTelemetry: OTel Collectors in Kubernetes and VictoriaMetrics Stack integration

**[ITNEXT](https://daily.dev/sources/itnext)** · 26 min read · 3 upvotes · 0 comments

## Summary

A hands-on guide to deploying OpenTelemetry Collectors in Kubernetes and integrating them with the VictoriaMetrics stack (VictoriaMetrics, VictoriaLogs, VictoriaTraces). Covers the OTel Collector architecture including Gateway and DaemonSet Agent roles, full Helm chart configurations for both, pipeline setup for metrics and logs, handling high-cardinality label issues, log transformation with the transform processor, and how OTel metric naming differs from Prometheus format in Grafana queries.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://itnext.io/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-d907ed0a15a0>

## Similar posts on daily.dev

- [How OpenTelemetry Works: Tracing, Metrics and Logs on Kubernetes](https://daily.dev/posts/how-opentelemetry-works-tracing-metrics-and-logs-on-kubernetes-jkeuosuir) · The New Stack · 0 upvotes · 0 comments
- [OTel and mesh-derived metrics: A 2026 reference](https://daily.dev/posts/otel-and-mesh-derived-metrics-a-2026-reference-vrkb9i0np) · CNCF · 0 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#observability](https://daily.dev/tags/observability), [#opentelemetry](https://daily.dev/tags/opentelemetry)

[View this post on daily.dev](https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"OpenTelemetry: OTel Collectors in Kubernetes and VictoriaMetrics Stack integration","url":"https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6"},"datePublished":"2026-07-07T09:31:24.478Z","dateModified":"2026-07-07T09:31:49.317Z","description":"A hands-on guide to deploying OpenTelemetry Collectors in Kubernetes and integrating them with the VictoriaMetrics stack (VictoriaMetrics, VictoriaLogs,...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/94e0d8da3e8a217358997b68325a8bc8?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/94e0d8da3e8a217358997b68325a8bc8?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"ITNEXT","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"ITNEXT","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2","url":"https://daily.dev/sources/itnext"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/opentelemetry-otel-collectors-in-kubernetes-and-victoriametrics-stack-integration-rv0ruemf6","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,observability,opentelemetry","timeRequired":"PT26M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"ITNEXT","item":"https://daily.dev/sources/itnext"},{"@type":"ListItem","position":3,"name":"OpenTelemetry: OTel Collectors in Kubernetes and VictoriaMetrics Stack integration"}]}
```

