Search results for: dex


Analysis of Xline Jepsen tests

Posted on February 19, 2024 | By 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 framework Jepsen,…


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 a cloud…


From attendees to organizers: a community story

Posted on February 1, 2024 | By 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 some months…


Creating infra using Backstage templates, Terraform and GitHub actions.

Posted on January 29, 2024 | By 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 our resources….


Xline command deduplication mechanism (part one) — introduction to RIFL

Posted on January 19, 2024 | By 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. If a…


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 WebAssembly, program…


Dragonfly accelerates distribution of large files with Git LFS

Posted on January 15, 2024 | By 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 a version…


Platform engineering maturity at KubeCon + CloudNativeCon NA 2023

Posted on January 3, 2024 | By Mathieu Benoit

Ambassador post originally published on Medium by Mathieu Benoit Platform Engineering was a huge theme at KubeCon NA 2023 in Chicago. More than ever before. More and more companies have initiatives to streamline platform engineering best practices and…


CURP state machine engine

Posted on January 2, 2024 | By DatenLord

Member post by DatenLord In the previous article on code interpretation, we briefly explained how the CurpServer of Xline is implemented. Now, let’s delve deeper into some core data structures in the CurpServer, particularly the conflict_checked_channel and command…


Extending GitOps: Effortless continuous integration and deployment on Kubernetes

Posted on December 26, 2023

Member post originally published on the Amplication blog by Levi Van Noort Introduction: Over the last decade, there have been notable shifts in the process of delivering source code. One of the more recent adaptations on the deployment…