NUMA Awareness in Kubernetes with Topology Manager
Kubernetes is becoming the choice orchestrator for containerized deployments, with users flocking to it. More workloads are becoming performance sensitive to achieve the results now expected of them. …
Talk Title | NUMA Awareness in Kubernetes with Topology Manager |
Speakers | Feng Pan (Software Engineering Manager, Red Hat), Louise Daly (Software Engineer, Intel Corporation) |
Conference | Open Networking Summit Europe |
Conf Tag | |
Location | Antwerp, Belgium |
Date | Sep 23-25, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Kubernetes is becoming the choice orchestrator for containerized deployments, with users flocking to it. More workloads are becoming performance sensitive to achieve the results now expected of them. K8s has started to evolve to cater for such workloads with the creation of the CPU and Device Manager to handle the compute and device resources on a K8s node. However, these components act independently of each other, which results in sub-optimal resource allocations. These less than ideal resource allocations can severely impact performance sensitive workloads. We are working in the K8s community to introduce a Topology Manager component that will co-ordinate these resource allocations, to ensure optimal performance.This talk will introduce and demonstrate the Topology Manager, showcase benchmark results showcasing its benefits and finally discuss the different use cases this applies to.