OpenTelemetry Operator for Kubernetes: Practical Guide

In this article, you will learn how to use the OpenTelemetry Operator. We will explore what a Kubernetes Operator is, how to use it, and tackle common issues you might encounter when setting up the Opentelemetry Operator in your cluster. This is the 4th part of our OpenTelemetry on Kubernetes series. In the previous articles, […]
OpenTelemetry Collector on Kubernetes with Helm Chart – Part 3

In this article, you will learn how to use the OpenTelemetry Helm chart to deploy a collector as a gateway in a Kubernetes cluster. In previous tutorials, I demonstrated how to deploy the OpenTelemetry Collector as both Gateway and Agent on a Kubernetes cluster. It took a lot of work and hours of research. Luckily […]
OpenTelemetry Collector as an Agent on Kubernetes – Part 2

In this article, you will learn how to deploy and configure the OpenTelemetry Collector as an agent on Kubernetes. In part 1, we described how to set up a local Kubernetes environment with Minikube. We configured an OpenTelemetry collector and deployed it to a local Kubernetes cluster. We outlined and explained each of the Kubernetes […]
Distributed Tracing with OpenTelemetry Collector on Kubernetes – Part 1

In this guide, you will learn how to set up a working OpenTelemetry Collector on Kubernetes that is configured to receive data in OTLP format via HTTP or gRPC and send traces for visualization in both Jaeger and Aspecto. The purpose of this tutorial is to simplify the process by going through the main steps […]