CNCF tools

OpenTelemetry Blog icon
OpenTelemetry Blog

Inside the LLM Call: GenAI Observability with OpenTelemetry

Your AI agent just took 45 seconds to answer a simple question. Was it the model? A slow tool call? A retry loop? Every time an application calls an LLM, a chain of model calls,...

0
Kubernetes Blog icon
Kubernetes Blog

Kubernetes v1.36: Advancing Workload-Aware Scheduling

AI/ML and batch workloads introduce unique scheduling challenges that go beyond simple Pod-by-Pod scheduling. In Kubernetes v1.35, we introduced the first tranche of workload-aw...

0
Argo CD Releases icon
Argo CD Releases

v3.2.12

Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.12/manifests/install.yaml HA: kubectl crea...

0
Argo CD Releases icon
Argo CD Releases

v3.4.2

Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifest...

0
Kubernetes Blog icon
Kubernetes Blog

Kubernetes v1.36: PSI Metrics for Kubernetes Graduates to GA

Since its original implementation in the Linux kernel in 2018, Pressure Stall Information (PSI) has provided users with the high-fidelity signals needed to identify resource sat...

0
OpenTelemetry Blog icon
OpenTelemetry Blog

Introducing OTel Blueprints and Reference Implementations

It’s not uncommon for end users adopting OpenTelemetry to, at some point in their journey, ask themselves: “Why is this stuff so complex?”. Full adoption normally requires under...

0
Falco Blog icon
Falco Blog

Blog: Introducing Prempti: Falco meets AI coding agents

Today's developer workflow is increasingly reliant on AI coding agents. Tools like Claude Code sit in your terminal, read your files, run shell commands, make network requests,...

0