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.

Illustration for best of OpenShift articles, 2022
Article

Top Kubernetes and OpenShift resources of 2022

Heiker Medina

We've rounded up some of our favorite Kubernetes and OpenShift content from 2022, including stories about microservices and container optimization, along with top announcements.

Node.js container with S2I feature image
Article

How to deploy Next.js applications to Red Hat OpenShift

Michael Dawson

Next.js is one of many popular frameworks for deploying sites based on Node.js. In this article, you'll learn how to deploy Next.js applications using the ubi8/nodejs-16 and ubi8/nodejs-16-minimal containers available from Red Hat. We will also show you how to deploy the containers to Red Hat OpenShift.

Vulnerability analysis of Golang applications and more with Red Hat CodeReady Dependency Analytics v0.3.2
Article

3 ways to embed a commit hash in Go programs

Panagiotis Georgiadis

Embedding a commit hash into your application helps keep track of software versioning during development and prevents you from overwriting previous versions. There are three ways you can do this when writing Go code. Which is best for you?