Search results for: Dex


CURP state machine engine

Posted on January 2, 2024 | By DatenLord

Member post by DatenLord In the previous article on code interpretation, we briefly explained how the CurpServer of Xline is implemented. Now, let’s delve deeper into some core data structures in the CurpServer, particularly the conflict_checked_channel and command…


Extending GitOps: Effortless continuous integration and deployment on Kubernetes

Posted on December 26, 2023

Member post originally published on the Amplication blog by Levi Van Noort Introduction: Over the last decade, there have been notable shifts in the process of delivering source code. One of the more recent adaptations on the deployment…


TorchServe accelerates the distribution of models based on Dragonfly

Posted on December 6, 2023 | By Congwang Li

Project post by Congwang Li, Dragonfly This document will help you experience how to use dragonfly with TorchServe. During the downloading of models, the file size is large and there are many services downloading the files at the…


Implementation of CURP Server

Posted on November 27, 2023

Member post by DatenLord In the previous article, An Introduction to the CURP Protocol, we gave a preliminary introduction to the CURP Protocol. Now, let’s continue from where we left off and delve into the internal workings of…


Hugging Face accelerates distribution of models and datasets based on Dragonfly

Posted on November 16, 2023

Project post by Gaius, Dragonfly Maintainer This document will help you experience how to use dragonfly with hugging face. During the downloading of datasets or models, the file size is large and there are many services downloading the…


Decoding workload specification for effective platform engineering

Posted on November 13, 2023 | By Atulpriya Sharma

Member post originally published on InfraCloud’s blog by Atulpriya Sharma In an ideal world, developers focus on coding applications while the operations team focuses on their seamless deployments of workloads to different environments. However, this is far from…


Mechanism and implementation of lease

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


Reducing your environmental impact with the Linkerd service mesh

Posted on October 10, 2023

Community post by Catherine Paganini Overview Since its inception, Linkerd has always focused on having the smallest possible resource footprint. That makes it not only the most efficient and cost-effective service mesh on the market, but also the…


Jaeger with Opentelemetry in an easy way

Posted on October 2, 2023 | By Afzal Ansari

Guest post originally published on Afzal Ansari’s Blog by Afzal Ansari What if you didn’t find the information by searching through the documentation when you didn’t understand it beforehand in a complex environment? You’d get stuck. You are right,…


Recommended architectures for PostgreSQL in Kubernetes

Posted on September 29, 2023 | By Gabriele Bartolini

Member post by Gabriele Bartolini, VP of Cloud Native at EDB “You can run databases on Kubernetes because it’s fundamentally the same as running a database on a VM”, tweeted Kelsey Hightower just a few months ago. Quite…