Search results for: grpc


gRPC-Web is going GA

Posted on October 24, 2018 | By Luc Perkins

On behalf of the Cloud Native Computing Foundation, I’m excited to announce the GA release of gRPC-Web, a JavaScript client library that enables web apps to communicate directly with backend gRPC services, without requiring an HTTP server to act as…


gRPC on HTTP/2: Engineering a robust, high performance protocol

Posted on August 31, 2018

This guest post was written by Jean de Klerk, Developer Program Engineer, Google In a previous article, we explored how HTTP/2 dramatically increases network efficiency and enables real-time communication by providing a framework for long-lived connections. In this article,…


InfoQ: "Cloud Native Computing Foundation (CNCF) adds Linkerd, gRPC, and CoreDNS to growing portfolio"

Posted on March 26, 2017

Since the beginning of 2017 the Cloud Native Computing Foundation (CNCF), an open source foundation dedicated to advancing the development of cloud native services, has added three new projects to their portfolio for hosting and stewardship, including: linkerd,…


ServerWatch: "Cloud Native Computing Foundation adds Google gRPC project"

Posted on March 2, 2017

The Cloud Native Computing Foundation (CNCF) which itself is a Linux Foundation Collaborative Project, is expanding its roster of supported projects today with the addition of the gRPC project.


TechCrunch: "Google contributes its gRPC framework to the Cloud Native Computing Foundation"

Posted on March 2, 2017

Google today announced that it is donating gRPC, its high performance remote procedure call (RPC) framework, to the Cloud Native Computing Foundation (CNCF). The CNCF is already the open-source home of the Google-incubated Kubernetes container orchestration tool and…


Forbes: "gRPC – The protocol Of microservices joins the Cloud Native Computing Foundation"

Posted on March 2, 2017

The Cloud Native Computing Foundation (CNCF) announced that it is adding the gRPC open source protocol to its existing list of projects. The Technical Oversight Committee voted for gRPC, making it the sixth project managed by the foundation.


Cloud Native Computing Foundation to host gRPC from Google

Posted on March 1, 2017 | By Natasha Woods

CNCF is the new home for gRPC and its existing ecosystem projects (https://github.com/grpc and https://github.com/grpc-ecosystem). The sixth project voted in by CNCF’s Technical Oversight Committee (TOC), gRPC is a modern, open source, high performance remote procedure call (RPC)…


CNCF celebrates successful mentees from LFX Program Term 1 2024!

Posted on June 19, 2024

Congratulations to CNCF’s 2024 Term 1 (March – May) LFX Program mentees who have finished the program successfully! Following a three-month program working with 28 different Graduated, Incubating, and Sandbox projects, including Antrea, Istio, KubeEdge, OpenTelemetry, and Prometheus…


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 in multi-zone…


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