Tagged articles
4 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
Sep 6, 2023 · Cloud Native

DeeTune: Baidu’s eBPF‑Based Cloud‑Native Network Framework for Service Topology, Traffic Recording, and Non‑Intrusive Monitoring

DeeTune is Baidu’s eBPF‑based cloud‑native network framework that automatically builds complete service topologies, records configurable inter‑service traffic, and provides non‑intrusive metric monitoring with minimal CPU and memory overhead, enabling efficient fault localization and performance analysis across heterogeneous PaaS and container environments.

BaiduNetwork Frameworkcloud-native
0 likes · 15 min read
DeeTune: Baidu’s eBPF‑Based Cloud‑Native Network Framework for Service Topology, Traffic Recording, and Non‑Intrusive Monitoring
Cloud Native Technology Community
Cloud Native Technology Community
Nov 27, 2019 · Cloud Native

Topology‑Aware Service Routing in Kubernetes v1.17

The article explains the new Kubernetes v1.17 topology‑aware service routing feature, describing its purpose, underlying concepts such as topology domains and endpoint slices, the implementation details in kube‑proxy, how to enable it with feature gates and topologyKeys, and the practical benefits of reduced network latency and cost.

Cloud NativeEndpointSliceKubernetes
0 likes · 13 min read
Topology‑Aware Service Routing in Kubernetes v1.17
dbaplus Community
dbaplus Community
Jan 15, 2017 · Backend Development

Automating Service Flow Mapping for Microservice Architectures

This article explains the challenges of visualizing service relationships in microservice environments and presents a fully automated, non‑intrusive approach that captures static topology and runtime characteristics through middleware and client hijacking, source tracing, and IPO modeling to build accurate service flow graphs.

Backend Architectureautomated monitoringmiddleware hijacking
0 likes · 20 min read
Automating Service Flow Mapping for Microservice Architectures