Red Hat OpenShift

Video Thumbnail
Video

Exploring the power of OpenTelemetry on Kubernetes | DevNation Tech Talk

Pavol Loffay +1

Modern cloud-native applications are incredibly complex systems. Keeping the systems healthy and meeting SLAs for our customers is crucial for long-term success. In this session, we will dive into the three pillars of observability - metrics, logs, tracing - which form the foundation of successful troubleshooting in distributed systems. You'll learn the gotchas and pitfalls of rolling out the OpenTelemetry stack on Kubernetes to effectively collect all your signals without worrying about a vendor lock in. Additionally we will replace parts of the Prometheus stack to scrape metrics with OpenTelemetry collector and operator.

RHOSAK share feature image
Article

Stream processing with ksqlDB in OpenShift Streams for Apache Kafka

Daniele Martinoli +1

Apache Kafka is an open-source distributed streaming platform used for stream processing, real-time data pipelines, and data integration at scale. SQL (Structured Query Language) is a standardized programming language that is used to manage relational databases and perform various operations on their data. This first article in a series of three describes how we can leverage on ksqlDB to process Apache Kafka streams using the industry standard SQL query language.