logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Alexander Kanevskiy, Swati Sehgal, David Porter, Sascha Grunert, Evan Lezar
2023-04-19

tldr - powered by Generative AI

The presentation discusses the importance of resource management in Kubernetes and highlights new features and enhancements in the ecosystem, such as the Container Device Interface (CDI) and Cgroups V2.
  • The CDI allows for sharing of GPUs and devices across different containers and pods, as well as dynamic partitioning and mixing and matching of devices.
  • Topology-aware scheduling is not the only use case for Node Resource Information (NRI) plugins, and top-level attributes can be used for other capabilities as well.
  • Cgroups V2 provides new resource management capabilities, such as memory QoS and PSI metrics, and there are plans to explore i/o isolation and network QoS guarantees.
  • The speaker encourages feedback from the audience on resource management challenges and desired features.
Authors: Marlow Weston, Swati Sehgal
2022-05-18

tldr - powered by Generative AI

The presentation discusses the intricacies of managing CPUs in Kubernetes and the various options available for resource management.
  • Early Kubernetes had simple resource management with only CPU and memory as native resources
  • Resource Management Working Group was formed to enhance Kubernetes to support diverse and complex classes of applications
  • There are currently three options for resource management: CRIRM, CPU Pooler, and CMK
  • Community discussion is ongoing to address gaps in CPU management
  • Kubernetes has various operational areas organized as SIGs and working groups