Search results for: etcd


SiliconANGLE: “Kubernetes’ etcd data store becomes top-level CNCF project”

Posted on November 24, 2020

The Cloud Native Computing Foundation today granted top-level project status to etcd, an open-source data management system that serves as a key component of Kubernetes and can be found in many other software projects as well.


Container Journal “etcd data store project key to scaling Kubernetes clusters”

Posted on September 8, 2020

The etcd distributed key/value store is starting to play a key role in the management of fleets of Kubernetes clusters in the enterprise. Currently an incubation-level project being advanced under the auspices of the Cloud Native Computing Foundation…


ContainerJournal: "The CNCF etcd project reaches a significant milestone with completion of security audit"

Posted on August 5, 2020

This week, a third-party security audit was published on etcd, the open source distributed key-value store that plays a crucial role in scaling Kubernetes in the cloud. For etcd, this audit was important in multiple ways. The audit…


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….


Kubernetes in production: operating etcd with etcdadm

Posted on April 16, 2019

There are three high-level requirements to operating an etcd cluster in production: Each etcd member must be bootstrapped: The etcd binary has to be on the host and the runtime parameters must be defined. The list of members…


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