DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Turbocharging Host Workloads with Calico eBPF and XDP

2 years ago thenewstack.io
Turbocharging Host Workloads with Calico eBPF and XDP

Summary: This is a summary of an article originally published by The New Stack. Read the full original article here →

In Linux, network-based applications rely on the kernel’s networking stack to establish communication with other systems. https://link.tigera.io/ufol2 (eXpress Data Path) is an eBPF-based high-performance datapath inside the Linux kernel that allows you to bypass the kernel’s networking stack and directly handle packets at the network driver level.

This can greatly reduce overhead, improve overall system performance and improve network-based applications by shortcutting the normal networking path of ordinary traffic.

HEPs can be associated with host network cards and allow you to apply network security policies to the traffic generated by the workload on the host.

By default, networking in Linux is stateless, meaning that each incoming and outgoing traffic flow must be specified before it can be processed by the system networking stack.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com