Search results for: Dex


Rearchitecting M3DB’s index to reduce peak query latency

Posted on February 24, 2022 | By Ryan Allen

Guest post originally published on Chronosphere’s blog by Ryan Allen  When running M3DB, it is important to monitor the cluster’s health to understand how queries are performing and if the cluster requires additional resources to handle the volume…


Securing Access to your Kubernetes Applications with Dex and RBAC

Posted on June 30, 2021 | By Onkar Bhat and Deepika Dixit

Guest post from Onkar Bhat, Engineering Manager and Deepika Dixit, Software Engineer, Kasten by Veeam Security is a critical requirement for application development, as is configuring authentication and authorization workflows in a way that makes the user experience…


Triton Server accelerates distribution of models based on Dragonfly

Posted on April 15, 2024 | By Yufei Chen, Miao Hao, and Min Huang

Project post by Yufei Chen, Miao Hao, and Min Huang, Dragonfly project This document will help you experience how to use dragonfly with TritonServe. During the downloading of models, the file size is large and there are many…


Streamlining logs with open source, local LLMs

Posted on April 12, 2024

 Community post by Anup Ghatage Log messages are essential for debugging and monitoring applications, but they can often be overly verbose and cluttered, making it difficult to quickly identify and understand critical information. This is especially true in…


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…


Workflow automation & pipeline portability with AI-driven DevEx

Posted on March 27, 2024 | By Abhilash A

Member post originally published on Ozone’s blog by Abhilash A, Product Marketing at Ozone.  What’s the Deal with DevEx? Crack the Code: Ever wondered about developer experience, a.k .a. DevEx? Well, it’s the whole shebang – the vibe, the…


Green Reviews Working Group: Moving towards measuring the sustainability footprint of CNCF projects

Posted on March 19, 2024

Cross-post from the Cloud Native Sustainability blog by Antonio di Turi, Imma Valls, Kristina Devochko, Leonard Pahlke, Niki Manoledaki, Ross Fairbanks In this blog post, we will take a look at how the Green Reviews Working Group is…


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


Why your logging data and bills get out of hand

Posted on February 23, 2024

Member post originally published on Logz.io’s blog by Dotan Horovits In the labyrinth of IT systems, logging is a fundamental beacon guiding operational stability, troubleshooting, and security. In this quest, however, organizations often find themselves inundated with a deluge of…


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