Search results for: werf


werf

Accepted to CNCF on December 13, 2022

werf is a solution for implementing efficient and consistent software delivery to Kubernetes. It covers the entire CI/CD lifecycle and all related artifacts, glues commonly used tools (Git, Docker/Buildah, Helm, K8s) and facilitates best practices.

CNCF On demand webinar: From improving Helm to developing Nelm- the evolution of deployments in werf

Posted on June 6, 2024

We will share how real-world challenges helped us figure out what a deployment tool should look like, and why we eventually abandoned Helm as a deployment subsystem for werf and began developing Nelm, a backward-compatible alternative…


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…


CNCF On demand webinar: Why werf for CI/CD in Kubernetes?

Posted on June 29, 2023

In this presentation, we will explore werf, an Open Source CLI tool that recently became a CNCF project, designed to implement consistent and efficient software delivery to Kubernetes with your CI/CD system of choice.


CNCF On-Demand Webinar:How to enable powerful connectivity between Edge sources & Kubernetes backend

Posted on June 23, 2021

As Kubernetes has become the de-facto standard for deploying container-based workloads, it has introduced features to allow clusters to exist across multiple clouds, and even run on edge computing devices. However, Kubernetes isn’t inherently aware of…


Delivering cloud-native apps to Kubernetes using werf

Posted on October 2, 2020

werf is a CLI tool that glues well-established software (Git, Docker, Kubernetes, Helm, a variety of container registries & CI systems) to facilitate applications’ delivery. In this webinar, developers, release engineers & SREs will learn how…


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:…