Search results for: dex


Green Reviews Working Group: Moving towards measuring the sustainability footprint of CNCF projects

Posted on March 19, 2024

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…


Announcing Vitess 19

Posted on March 6, 2024 | Vitess Maintainers

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

Posted on February 23, 2024

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

Posted on February 19, 2024 | DatenLord

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

Posted on February 15, 2024

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

Posted on February 1, 2024 | Matteo Bianchi, Marcel Kerker and Carlos Mestre del Pino

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.

Posted on January 29, 2024 | Sagar Parmar

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

Posted on January 19, 2024 | DatenLord

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

Posted on January 17, 2024

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

Posted on January 15, 2024 | Wenbo Qi

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…