Search results for: containerd


containerd joins the Cloud Native Computing Foundation

Posted on March 29, 2017

Foundation fostering cross-project collaboration and growth of cloud native ecosystem BERLIN – CloudNativeCon + KubeCon Europe – March 29, 2017 – The Cloud Native Computing Foundation (CNCF), which is sustaining and integrating open source technologies to…


ServerWatch: "Docker donating containerD to Cloud Native Computing Foundation"

Posted on March 16, 2017

In December 2016, Solomon Hykes, the founder of Docker, announced a re-focused containerd (Con-tay-ner-D) initiative, spinning out the core container runtime from the Docker Engine community project. At the time, it wasn’t entirely clear where containerd…


SD Times: "Docker announces intent to donate containerd to the CNCF"

Posted on March 16, 2017

Late last year Docker announced it was releasing its core container runtime as a standalone open-source project with the intent to donate the project to a foundation. Today, the company is making good on that promise…


SDxCentral: "Docker donates containerd to Cloud Native Computing Foundation"

Posted on March 16, 2017

Docker, Inc. plans to donate its containerd open source project to the Cloud Native Computing Foundation (CNCF). Containerd is the core container runtime functionality – the bare-bones software – needed to create a Docker container. In…


Lightweight Dragonfly Deployment: P2P Distribution Without the Database Stack

Posted on August 13, 2026 | Wenbo Qi (Gaius), Dragonfly Maintainer

Dragonfly speeds up file and container image distribution using peer-to-peer (P2P) technology, but a standard installation deploys several components and dependencies. Beyond the Scheduler, Seed Client, and Client that move data, a traditional setup requires a…


Does Kubernetes DRA Replace HAMi?

Posted on August 7, 2026 | Mesut Oezdil

Projects that want to share a GPU on Kubernetes have to work around an API instead of with it. The device plugin interface could count devices, and that was the whole vocabulary: nvidia.com/gpu: 1. It meant one…


Runtime Supply Chain Verification using the Node Resource Interface (NRI)

Posted on July 30, 2026 | Sascha Grunert

The widely used container supply chain verification tools today operate at the Kubernetes API layer as admission webhooks (such as Kyverno, OPA Gatekeeper, and Sigstore Policy Controller). They intercept pod creation, check signatures and attestations, and…


Lima v2.2: Windows guests and TPM 2.0 emulation

Posted on July 28, 2026 | Ansuman Sahoo, Lima Project Maintainer

Following macOS and FreeBSD guests in v2.1, Lima v2.2 takes the next big step: Windows guest support. With this release, a single `limactl` workflow can now boot Linux, macOS, FreeBSD  and Windows virtual machines. Lima v2.2…


CNCF Strengthens Partnership with Broadcom as a Platinum Member to Advance AI-Ready Cloud Native Infrastructure

Posted on July 16, 2026

Collaboration with CNCF reflects Broadcom’s continued investment in open source innovation, cloud native resilience and the technologies powering the next generation of AI workloads Key Highlights SAN FRANCISCO, California  — July 16, 2026 — The Cloud…


Understanding dynamic resource allocation in Kubernetes

Posted on July 1, 2026 | ChengHao Yang, CNCF Ambassador

Dynamic Resource Allocation (DRA) recently reached GA in Kubernetes v1.35, and I believe many of us are eager to give it a try. Adding to the momentum, NVIDIA has moved dra-driver-nvidia-gpu into Kubernetes SIGs, with the…