Systems | Development | Analytics | API | Testing

Managing Across Schedulers: HPC Meets Kubernetes

Almost every infrastructure team running modern AI is wrestling with the same question. The orchestrator their AI workloads want, Kubernetes, and the orchestrator their HPC environment was built on, Slurm, pull in different directions. This piece, drawn from the HPCKP 2026 session of the same name, looks at why that tension exists, what the workloads actually look like, how teams are bridging the two today, and where the pattern is heading.

Instant Kubernetes Observability with Proxymock #speedscale #kubernetes #ebpf #devops #cloudnative

Learn how to get instant observability into your Kubernetes cluster by installing the Speedscale operator and proxymock tool. In this step-by-step tutorial, we walk you through setting up the operator to capture live network traffic (including encrypted traffic, API calls, and database calls) without complex instrumentation or manual configuration.
Sponsored Post

The Kubeshark Workflow That Doesn't Stop at the Dashboard

The Observability Gap shows up the moment you try to reproduce a production bug locally. Your traces tell you a request was slow. Your logs tell you which line printed. Neither tells you what was actually on the wire: the headers, the JSON body, the surprise field your client started sending last Tuesday. Until now, closing that gap meant SSHing to a node, attaching a debugger, or shipping a sidecar through change review.

How ClearML Fits Into a Zero-Trust Kubernetes Architecture

Zero trust is an architectural principle, not a product. It means assuming breach, verifying every connection explicitly, and granting the minimum access required for each interaction. This post covers how those principles apply to Kubernetes AI infrastructure and specifically how ClearML’s security model slots into each layer: network segmentation, workload identity, access controls, and audit logging. Kubernetes AI infrastructure and where ClearML fits into the model.

Running Kafka in Kubernetes: What We Learned

Apache Kafka is mission-critical for many organizations—but where you deploy it matters just as much as how you use it. In this video, two OpenLogic experts discuss why they increasingly encourage customers to move their Kafka clusters to Kubernetes and utilize the Strimzi operator, and what that shift unlocks from an operational, scalability, and resilience standpoint.