Search results for: grpc


The trouble with Topology Aware Routing: Sacrificing reliability in the name of cost savings

Posted on June 17, 2024

Member post originally published on the Buoyant blog by William Morgan Topology Aware Routing is a feature of Kubernetes that prevents cluster traffic within one availability zone from crossing to another availability zone. For high-traffic applications deployed…


How Katalyst guarantees memory QoS for colocated applications

Posted on April 25, 2024

Member post originally published on Katalyst’s blog In the previous post[1], we introduced Katalyst – a QoS-based resource management system that helps ByteDance improve resource efficiency through colocation of online and offline workloads. In the colocation…


Triton Server accelerates distribution of models based on Dragonfly

Posted on April 15, 2024 | 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…


Applicability of Open Policy Agent (OPA) in telecom domain

Posted on April 8, 2024 | Rakesh Girija Ramesan Nair and Sherni Liz Samuel

Member post by Rakesh Girija Ramesan Nair, Senior Technology Architect, and Sherni Liz Samuel, Technology Architect, Infosys Limited Abstract: This blog brings forth the key focus areas & challenges in the Telecom domain related to policies…


WebAssembly on Kubernetes: the practice guide (part 02)

Posted on March 28, 2024 | Seven Cheng

Community post by Seven Cheng | View part one here In the previous article, I gave an overview of Wasm’s features and advantages. I also explained how to run Wasm modules within container environments. In this…


CNCF Graduated projects have been busy! Here are the latest updates

Posted on March 13, 2024

We’re excited to announce a slew of graduated project updates. Read on for some, but not all, of the latest news from the project teams, or get the comprehensive details on the video (which will preview…


Announcing Vitess 19

Posted on March 6, 2024 | 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…


Anatomy of a CVE

Posted on February 13, 2024 | Simone Ragonesi and Sara Trappetti

Member post originally published on SighUp’s blog by Simone Ragonesi and Sara Trappetti Introduction In this article, we will conduct an in-depth exploration of an impactful vulnerability affecting various container runtimes. A few days ago, the email inbox…


KubeCon + CloudNativeCon Europe Paris co-located event deep dive: AppDeveloperCon Europe

Posted on February 13, 2024

Happening 19 March 2024 in Paris Co-chairs: Mark Fussell (Diagrid) , Roland Huss (Redhat), Paul Schweigert (IBM) AppDeveloperCon is for developers and architects at all levels. Traditionally KubeCon is focused on infrastructure technologies and operations so…


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