Search results for: etcd


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


Codebreaking clouds: hacking cloud native environments through VAPT mastery

Posted on December 13, 2023 | 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…


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…


Kyverno release 1.11

Posted on November 23, 2023 | 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…


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


Mechanism and implementation of lease

Posted on November 1, 2023 | 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….


Keeping secrets secure on Kubernetes

Posted on October 10, 2023 | 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…


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…


Automated security in GitOps pipelines with Weave Policy Engine

Posted on August 31, 2023 | 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….


Beginner’s guide to Kuma service mesh

Posted on August 28, 2023

Guest post originally published on the InfraCloud blog by Sonali Srivastava The concept of service mesh emerged as a response to the growing popularity of cloud native environments, microservices architecture, and Kubernetes. It has its roots…