Search results for: connect rpc


Newbie No More: Lessons from My First KubeCon + CloudNativeCon as a Speaker

Posted on June 10, 2025 | Sandipan Panda

Introduction April in London has never felt so electric. From the first footstep in the ExCeL halls to the hallway conversations, KubeCon + CloudNativeCon Europe 2025 was a whirlwind of new ideas, familiar faces, and those…


Securing Kubernetes Traffic with Calico Ingress Gateway

Posted on June 6, 2025 | Reza Ramezanpour

Kubernetes, Envoy, GatewayAPI, cert-manager, CNI, Calico If you’ve managed traffic in Kubernetes, you’ve likely navigated the world of Ingress controllers. For years, Ingress has been the standard way of getting our HTTP/S services exposed. But let’s…


Understanding Kubernetes Gateway API: A Modern Approach to Traffic Management

Posted on May 2, 2025

Traffic management in Kubernetes can be complex, especially with modern applications composed of multiple services like frontends, APIs, and backends spread across hybrid and multi-cloud environments. As these environments grow, ensuring secure, efficient, and reliable communication…


Announcing Dapr AI Agents

Posted on March 12, 2025 | Mark Fussell (Dapr Maintainer and STC member), Yaron Schneider (Dapr Maintainer and STC member), Roberto Rodriguez (Dapr Maintainer)

The Dapr project is excited to announce Dapr Agents, a framework for developers to simplify the creation of AI agents that reason, act, and collaborate using LLMs. Today, we are excited to announce Dapr Agents, a…


Dapr in Two Minutes: Simplifying Distributed Application Development

Posted on March 11, 2025 | Whitney Lee

Dapr (Distributed Application Runtime) takes the pain out of building distributed applications by offering developers simple “building block” APIs to manage the challenges of connecting with complex infrastructure. Developers can use these APIs to interact with…


Announcing the Beta Release of OpenTelemetry Go Auto-Instrumentation using eBPF

Posted on March 3, 2025 | Tyler Yahn and Mike Dame

The OpenTelemetry community is excited to announce the beta release of the OpenTelemetry Go Auto-Instrumentation project! This milestone brings us closer to our mission of making observability simple, accessible, and effective for Go applications. What is…


Dragonfly v2.2.0 has been released

Posted on January 7, 2025

Dragonfly v2.2.0 is released! 🎉🎉🎉 Thanks the contributors who made this release happend and welcome you to visit d7y.io website. Features Client written in Rust The client is written in Rust, offering advantages such as ensuring…


Announcing Linkerd 2.17: Egress, rate limiting, and federated services

Posted on December 5, 2024

Project post originally published on the Linkerd blog by William Morgan Today we’re happy to announce the release of Linkerd 2.17, a new version of Linkerd that introduces several major new features to the project: egress…


OpenTelemetry Collector: everything a developer needs to know

Posted on October 7, 2024

Member post originally published on the Middleware blog by Keval Bhogayata In distributed applications with complex, resource-intensive microservices—each of which generates a mountain of telemetry data—collecting and managing telemetry with your application can be cumbersome and inefficient….


A guide to modern Kubernetes network policies

Posted on August 28, 2024 | Scott Rigby

Member post originally published on Bouyant’s blog by Scott Rigby In the world of Kubernetes, network policies are essential for controlling traffic within your cluster. But what are they really? And why, when and how should…