paper-with-me

Papers

Evaluating Kubernetes Performance for GenAI Inference: From Automatic Speech Recognition to LLM Summarization

2026-02-03 · Sai Sindhur Malleni, Raúl Sevilla, Aleksei Vasilevskii, José Castillo Lema, André Bauer arxiv

As Generative AI (GenAI), particularly inference, rapidly emerges as a dominant workload category, the Kubernetes ecosystem is proactively evolving to natively support its unique demands. This industry paper demonstrates how emerging Kubernetes-native projects can be combined to deliver the benefits of container orchestration, such as scalability and resource efficiency, to complex AI workflows. We implement and evaluate an illustrative, multi-stage use case consisting of automatic speech recognition and summarization. First, we address batch inference by using Kueue to manage jobs that transcribe audio files with Whisper models and Dynamic Accelerator Slicer (DAS) to increase parallel job execution. Second, we address a discrete online inference scenario by feeding the transcripts to a Large Language Model for summarization hosted using llm-d, a novel solution utilizing the recent developments around the Kubernetes Gateway API Inference Extension (GAIE) for optimized routing of inference requests. Our findings illustrate that these complementary components (Kueue, DAS, and GAIE) form a cohesive, high-performance platform, proving Kubernetes' capability to serve as a unified foundation for demanding GenAI workloads: Kueue reduced total makespan by up to 15%; DAS shortened mean job completion time by 36\%; and GAIE working in conjunction with llm-d improved tail Time to First Token latency by up to 90% even under high loads.

📄 PDF Abstract BibTeX arXiv:2602.04900

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

Experience Deploying Containerized GenAI Services at an HPC Center

2025-09-24 · Angel M. Beltre, Jeff Ogden, Kevin Pedretti arxiv

Generative Artificial Intelligence (GenAI) applications are built from specialized components -- inference servers, object storage, vector and graph databases, and user interfaces -- interconnected via web-based APIs. Wh…

Generative AI on the Edge: Architecture and Performance Evaluation

2024-11-18 · Zeinab Nezami, Maryam Hafeez, Karim Djemame, Syed Ali Raza Zaidi

6G's AI native vision of embedding advance intelligence in the network while bringing it closer to the user requires a systematic evaluation of Generative AI (GenAI) models on edge devices. Rapidly emerging solutions bas…

CPURaspberry Pi 5

Is Solving Better Than Evaluating GenAI Solutions?

2026-07-30 · Ethan Dickey, Marios Mertzanidis, Alexandros Psomas arxiv

As Generative AI (GenAI) tools become increasingly capable of generating solutions to computing assignments, the computing education community is exploring pedagogical approaches that emphasize solution evaluation, verif…

Enabling Adversarial Robustness in AI Models through Kubeflow MLOps

2026-05-14 · Stavros Bouras, Ioannis Korontanis, Antonios Makris, Konstantinos Tserpes arxiv

AI models are increasingly deployed in cloud-native environments to support scalable and automated services. However, while platforms such as Kubernetes provide strong infrastructure orchestration, security mechanisms sp…

Adversarial Robustness

Katib: A Distributed General AutoML Platform on Kubernetes

2019-01-01 · USENIX Conference on Operational Machine Learning 2019 2019 1 · Jinan Zhou, Andrey Velichkevich, Kirill Prosvirov, Anubhav Garg 외

Automatic Machine Learning (AutoML) is a powerful mechanism to design and tune models. We present Katib, a scalable Kubernetes-native general AutoML platform that can support a range of AutoML algorithms including both h…

AutoMLHyperparameter OptimizationManagementNeural Architecture Search