Red Hat OpenShift

$ dotnet run
Article

Build .NET container images with Tekton

Tom Deseyn

Learn how to build and push .NET container images in Tekton pipelines without a Dockerfile. See how the dotnet-publish-image task simplifies your CI/CD workflow.

ai-ml
Article

How we rewrote a production UI without stopping it

Riccardo Forina

Learn how we replaced an entire React application while keeping the original version running in production. Discover the key architectural decisions that ensured success.

Kubernetes + OpenShift featured image
Article

Red Hat build of Kueue 1.3: Enhanced batch workload management on Kubernetes

Kevin Hannon

Explore new features in Red Hat build of Kueue 1.3, including integration with JobSet for efficient batch job scheduling, support for LeaderWorkerSet for distributed ML workloads, and the introduction of v1beta2 APIs. Learn how to get started with the updated Kueue operator.

Featured image for agentic AI
Article

Deploying agents with Red Hat AI: The curious case of OpenClaw

Nati Fridman +2

Explore how Red Hat AI simplifies agent deployment with OpenClaw, showcasing model inference, safety guardrails, agent identity, and persistent state. Learn about vLLM, Llama Stack, and Models-as-a-Service (MaaS) options, and discover the benefits of agent identity and zero trust with Kagenti and AuthBridge.

The words Red Hat Data Grid on a black background with Red Hat logo to the left.
Article

Install Red Hat Data Grid operator in a disconnected environment

Francisco De Melo Junior

Learn how to install the Red Hat Data Grid operator in a disconnected OpenShift environment, with step-by-step instructions and details on the core components and architecture. This article also covers how the Data Grid operator manages operands and how Operator Lifecycle Manager installs operators.

Video Thumbnail
Video

Deploying open source AI agents on OpenShift using OpenClaw

Grace Ableidinger +1

Learn how to run OpenClaw on Red Hat OpenShift with production-grade security and observability. We cover default-deny network policies for blast radius containment, container-level sandboxing with OpenShift, Kubernetes Secrets for credential management, and end-to-end OpenTelemetry tracing with MLflow, so every decision your AI agent makes is isolated, auditable, and safe by default. Whether you're a developer exploring AI agents for the first time or a platform engineer thinking about running agentic workloads at scale, this is the infrastructure story that makes it production-ready.

Featured image for agentic AI
Article

Distributed tracing for agentic workflows with OpenTelemetry

Fabio Massimo Ercoli

Learn how to set up distributed tracing for an agentic workflow based on lessons learned while developing the it-self-service-agent AI quickstart. This post covers configuring OpenTelemetry to track requests end-to-end across application workloads, MCP servers, and Llama Stack.

Feature image for Red Hat OpenShift
Article

Blast radius validation: Large and small Red Hat OpenShift nodes

Chris Janiszewski +1

This article evaluates the impact of deploying larger, higher-density "monster" servers on blast radius failure recovery time compared to smaller nodes in Red Hat OpenShift and Kubernetes platforms. The testing focuses on validating real-world architectural concerns, including whether higher core density increases operational risk, whether evacuation and recovery times are worse with larger, higher core-count nodes, and whether blast radius is driven by node size, or by imbalance of compute, storage, and networking performance.

Red Hat Developer Toolset
Article

Reproducible builds in Project Hummingbird

Jonathan Lebon

Learn how to reproduce Hummingbird images using cosign and podman. This process ensures software supply chain security by verifying the image's bit-for-bit identity. Discover the steps to rebuild a Hummingbird image and maintain reproducibility.