Xline command deduplication mechanism (part one) — introduction to RIFL
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
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
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…
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
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
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
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
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
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
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…