Search results for: werf


werf 2.0 with Nelm, and what it brings to the cloud native community

Posted on June 5, 2024

Member post originally published on the Palark blog by Dmitry Shurupov, editor-in-chief, Palark In the recent werf v2.0 release, the CI/CD solution has unveiled a new deployment engine called Nelm. It has replaced Helm while retaining backward compatibility and introducing new…


How we combined OpenTelemetry traces with Prometheus metrics to build a powerful alerting mechanism

Posted on July 20, 2023 | Ran Nozik

Member post originally published on the Helios blog by Ran Nozik Leveraging open source projects and creative thinking helped us deliver trace-based alerts to our customers swiftly and efficiently. One of the qualities of engineering team…


Operating OpenTelemetry at scale with OpAMP

Posted on July 13, 2026 | Dotan Horovits, CNCF Ambassador 

As more organizations move to use OpenTelemetry in production at scale, with multiple Collectors across heterogeneous environments, a new challenge arises: how to remotely manage, configure, and update this agent fleet in a consistent and secure…


Security Profiles Operator v1: Stable APIs, Security Hardened, and Shaping Upstream Kubernetes

Posted on June 26, 2026 | Sascha Grunert (Red Hat)

Linux provides powerful kernel-level security mechanisms, seccomp, SELinux, and AppArmor, that restrict what containerized workloads can do. Each uses profiles that define permitted behavior, but writing, distributing, and maintaining those profiles by hand is tedious and…


Breaking free of a single datacenter: Practical geo-distributed AI operations with the k0smos platforms 

Posted on June 8, 2026 | Prithvi Raj (Mirantis), Alexander Acker (Logsight.ai), and Soeren Becker (Logsight.ai)

Breaking the single datacenter assumption Modern AI architectures are built on the assumption of centralized, homogeneous data centers. In reality, infrastructure is messy. For most organizations, compute resources are fragmented across private clouds, research environments, and…


The Kubernetes integration tax: Prometheus, Cilium and production reality

Posted on May 28, 2026 | Rishi Mondal, SRE at Obmondo and CNCF KubeStellar Maintainer

I still remember the first time we lost sleep over something that wasn’t a bug. It was a Tuesday. Grafana dashboards showed blank panels for Cilium network metrics. Hubble was working fine — DNS visibility, TCP…


GPU autoscaling on Kubernetes with KEDA: Building an external scaler

Posted on May 27, 2026 | Pavan Madduri (Senior Cloud Platform Engineer @ Grainger | CNCF Golden Kubestronaut)

If you run GPU workloads on Kubernetes — vLLM, Triton, training jobs, or the newer agentic inference stacks — you’ve probably hit a familiar problem: the default autoscaling path still reasons about CPU and memory, while…


Why Kubernetes policy enforcement happens too late—and what to do about it

Posted on May 25, 2026 | Sajal Nigam, CNCF Community Member

Kubernetes has become the backbone of modern cloud-native infrastructure. Its flexibility lets teams move fast, compose complex systems from modular components, and deploy across environments with relative ease. But that flexibility comes with a well-known cost:…


Cloud Native Computing Foundation Announces OpenTelemetry’s Graduation, Solidifying Status as the De Facto Observability Standard

Posted on May 21, 2026

The milestone for OpenTelemetry reflects widespread production adoption and a stable, vendor-neutral observability standard   Key Highlights: MINNEAPOLIS – OBSERVABILITY SUMMIT – May 21, 2026 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for…


Extending AI gateways with Rust: Custom transformations in kgateway

Posted on May 15, 2026 | Michael Uzukwu, kgateway Contributor

Every gateway ships with a set of built-in policies. Authentication. Rate limiting. Request routing. Prompt guards. These cover most use cases. But what about the ones they don’t cover? What if you need to add a…