Green Reviews Working Group: Moving towards measuring the sustainability footprint of CNCF projects
Cross-post from the Cloud Native Sustainability blog by Antonio di Turi, Imma Valls, Kristina Devochko, Leonard Pahlke, Niki Manoledaki, Ross Fairbanks In this blog post, we will take a look at how the Green Reviews Working…
Project post cross-posted from GitHub by the Vitess Maintainers We’re thrilled to announce the release of Vitess 19, our latest version packed with enhancements aimed at improving scalability, performance, and usability of your database systems. With…
Why your logging data and bills get out of hand
Member post originally published on Logz.io’s blog by Dotan Horovits In the labyrinth of IT systems, logging is a fundamental beacon guiding operational stability, troubleshooting, and security. In this quest, however, organizations often find themselves inundated with a…
Analysis of Xline Jepsen tests
Member post by DatenLord Table of Contents Abstract In this article, we will mainly introduce the application of Jepsen in the testing of a distributed KV storage Xline. This includes an introduction to the chaos engineering…
Cloud native disaster recovery for stateful workloads
TAG post originally published on Github by TAG Storage NOTE: this document is available via this link: https://bit.ly/cncf-cloud-native-DR Introduction The purpose of this document is to introduce a new way of thinking about disaster recovery in…
From attendees to organizers: a community story
KCD post by Matteo Bianchi, Marcel Kerker and Carlos Mestre del Pino Less than a year ago some of us attended our first Kubernetes Community Day ever, in Amsterdam and we would never have guessed that…
Creating infra using Backstage templates, Terraform and GitHub actions.
Community post originally published on Medium by Sagar Parmar Introduction Backstage is an open-source platform for constructing Internal Developer Portals (IDPs). Internal Developer Portals serve as a one-stop shop, that provides a unified view of all…
Xline command deduplication mechanism (part one) — introduction to RIFL
Member post by DatenLord Why is deduplication of commands necessary? In a system that receives external commands, it is common for a command to be executed at least once, which we refer to as at-least-once semantics….
Time-series data ingestion from Rust WebAssembly application, leveraging GreptimeDB and WasmEdge
Member post originally published on Medium by Greptime What is WebAssembly WebAssembly is a new instruction format that offers cross-platform compatibility and execution speeds close to native machine code. By compiling C/C++ or Rust code into…
Dragonfly accelerates distribution of large files with Git LFS
Project post by Wenbo Qi of Dragonfly What is Git LFS? Git LFS (Large File Storage) is an open-source extension for Git that enables users to handle large files more efficiently in Git repositories. Git is…