Search results for: etcd


Open sourcing the etcd Security Audit

Posted on August 5, 2020

Guest post from Sahdev Zala and Xiang Li, maintainers for etcd We are proud to announce that the etcd team has successfully completed a 3rd party security audit for the etcd latest major release 3.4. The third party…


Performance optimization of etcd in web scale data scenario

Posted on May 9, 2019

By Xingyu Chen, Software Engineer at Alibaba Cloud Abstract etcd is an open source distributed kv storage system that has recently been listed as a sandbox incubation project by CNCF. etcd is widely used in many distributed systems….


SDxCentral: "Etcd joins CNCF’s growing cache of open source projects"

Posted on December 11, 2018

That list’s newest member was added today as etcd slid under that umbrella as an Incubating project. Etcd is the primary storage location for Kubernetes and needs to be established before Kubernetes can be run on a system.


CNCF to host etcd

Posted on December 11, 2018 | By Kristen Evans

Today, the Cloud Native Computing Foundation (CNCF) Technical Oversight Committee (TOC) voted to accept etcd as an incubation-level hosted project from KubeCon + CloudNativeCon Seattle. etcd is a distributed key value store that provides a reliable way to…


Membership change source code interpretation

Posted on April 4, 2024 | By DatenLord

Member post originally published on Medium by DatenLord Background In distributed system application scenarios, it is inevitable to add or delete nodes or replace nodes, the simplest solution is to temporarily shut down the cluster, then directly modify…


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…


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…


Codebreaking clouds: hacking cloud native environments through VAPT mastery

Posted on December 13, 2023 | By Simone Ragonesi

Member post originally published on SighUP’s blog by Simone Ragonesi Discover all you need to know about Cloud-Native Vulnerability Assessment and Penetration Testing (VAPT) with practical examples. Introduction This article embarks on a journey into the realm of Cloud-Native…


Karmada brings Kubernetes multi-cloud capabilities to CNCF Incubator

Posted on December 12, 2023

The CNCF Technical Oversight Committee (TOC) has voted to accept Karmada as a CNCF incubating project.  Karmada is a Kubernetes management system that enables users to run cloud native applications across multiple Kubernetes clusters and clouds with no…