Search results for: etcd


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…


Kyverno release 1.11

Posted on November 23, 2023 | By Shuting Zhao

Member post originally published on Nirmata’s blog by Shuting Zhao The Kyverno team is delighted to share a new Kyverno release, v1.11! This release marks a significant milestone for Kyverno, with an extensive development period of around five…


Cloud Native Live: 2-node HA for edge Kubernetes — a new approach

Posted on November 14, 2023

For many edge computing projects, HA is a required capability. Mission-critical edge workloads demand resiliency and fault tolerance.But the cost, space and power needed for a conventional 3-node+ Kubernetes architecture, using the quorum-based etcd data store, is often…


Mechanism and implementation of lease

Posted on November 1, 2023 | By Datenlord

Member post by Datenlord 1. Introduction Xline is an open source distributed KV storage engine for managing small amounts of critical data, with the aim of high performance data access and strong consistency across data centers. Xline provides…


Keeping secrets secure on Kubernetes

Posted on October 10, 2023 | By John Walsh

Member post originally published on the CyberArk blog by John Walsh Handling secrets in cloud-native environments is a challenge for many organizations. Virtually any application requires some sort of secret, such as a database password, a service token,…


Policy management in Kubernetes is changing

Posted on September 14, 2023

Ambassador post originally published on Medium by Emin Alemdar, CNCF Ambassador The Kubernetes API Server is one of the core components of the Kubernetes Control Plane. This component exposes the Kubernetes API and acts like a front end…


Automated security in GitOps pipelines with Weave Policy Engine

Posted on August 31, 2023 | By Twain Taylor

Member post originally published on the Weaveworks blog by Twain Taylor Discover the power of Weave Policy Engine for automated security in GitOps pipelines. Strengthen your Kubernetes applications’ security and compliance with policy-as-code enforcement. Learn more. Enterprises stepping…