Search results for: werf


Announcing the OpenFeature Web SDK v1

Posted on March 19, 2024

We are excited to announce the availability of the OpenFeature Web SDK v1. The Web SDK represents a culmination of years of research and industry consensus. It was built from the ground up to be performant, powerful, and…


Chaos engineering in 2024 with LitmusChaos

Posted on March 19, 2024

Project post by Prithvi Raj, Community Manager, LitmusChaos + Saranya Jena, Maintainer, LitmusChaos With the cloud native community increasingly adopting more services and deployments, the idea of reliability has grown into seeing Chaos Engineering as a must.  Chaos…


WebAssembly on Kubernetes: from containers to Wasm (part 01)

Posted on March 12, 2024 | By Seven Cheng

Community blog by Seven Cheng WebAssembly (Wasm) was originally created for the browser, and it has become increasingly popular on the server-side as well. In my view, WebAssembly is gaining popularity in the Cloud Native ecosystem due to its…


Unlocking ArgoCD: your complete guide to declarative installation and management with the App of Apps approach

Posted on March 7, 2024

Community post originally published on Medium by Maryam Tavakkoli This article outlines my hands-on experience with implementing ArgoCD in our project. Drawing from these experiences, I’ve tried to simplify the process of declarative installation and efficient management using…


Announcing Vitess 19

Posted on March 6, 2024 | By Vitess Maintainers

Project post cross-posted from GitHub by the Vitess Maintainers We’re thrilled to announce the release of Vitess 19, our latest version packed with enhancements aimed at improving scalability, performance, and usability of your database systems. With this release,…


How to deploy Hashicorp Vault in Kubernetes

Posted on March 1, 2024 | By Shubham Kumar

Member post originally published on Devtron’s blog by Shubham Kumar TL;DR: In this article we’ll learn about how to deploy Hashicorp vault in Kubernetes and how to fetch secrets from vault and integrate it with your applications on…


Flagger vs Argo rollouts vs service meshes: a guide to progressive delivery in Kubernetes

Posted on February 27, 2024 | By Scott Rigby

Member post originally published on Bouyant’s blog by Scott Rigby Progressive delivery is a vital tool for ensuring that new code is deployed safely to production with automated protections if things go wrong. But how do we accomplish…


Launching the new GitOps Associate Certification (CGOA)

Posted on February 21, 2024

Together with Linux Foundation Training and Certification and the Continuous Delivery Foundation, we are happy to announce the GitOps Associate (CGOA) certification, designed for DevOps engineers and team members, platform and software engineers, CI/CD practitioners, and other team…


Securing OpenTofu with Nirmata powered by Kyverno

Posted on February 21, 2024 | By Anusha Hegde

Member post originally published on Nirmata’s blog by Anusha Hegde As Infrastructure as Code (IaC) continues to gain popularity among DevOps practitioners for its efficiency and scalability, the recent Terraform license ambiguity has prompted the emergence of alternative…


When do you need attributes in fine-grained authorization?

Posted on February 12, 2024 | By Omri Gazitt

Member post originally published on Aserto’s blog by Omri Gazitt, CEO, Aserto Fine-grained authorization is the process of verifying that a subject (typically a user) has permission to perform an action on a specific resource (for example, a…