<?xml version="1.0" encoding="UTF-8"?>
<article article-type="research-article" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<front>
<journal-meta>
<journal-id journal-id-type="publisher">global-journal-of-computer-science-and-technology-b-cloud-distributed</journal-id>
<journal-title-group>
<journal-title>Global Journal of Computer Science and Technology - B: Cloud &amp; Distributed</journal-title>
</journal-title-group>
<issn publication-format="print">0975-4350</issn>
<issn publication-format="electronic">0975-4172</issn>
<publisher><publisher-name>Global Journals Publishing Group Incorporated</publisher-name></publisher>
<self-uri xlink:href="https://globaljournals.org/journal-seo-export/jats/156360.xml" />
</journal-meta>
<article-meta>
<article-id pub-id-type="doi">10.34257/GJCSTB156360</article-id>
<article-id pub-id-type="publisher-id">156360</article-id>
<title-group>
<article-title>Dynamic Resource Orchestration for Distributed LLM Inference in Heterogeneous Kubernetes Clusters</article-title>
<subtitle>Adaptive Resource Orchestration for LLM Clusters</subtitle>
</title-group>
<contrib-group>
<contrib contrib-type="author"><name><surname>Vani</surname><given-names>Mehul</given-names></name><xref ref-type="aff" rid="aff1" />
</contrib>
</contrib-group>
<aff id="aff1">UNITED STATES</aff>
<pub-date publication-format="electronic" date-type="pub" iso-8601-date="2026-02-11">
<day>11</day>
<month>02</month>
<year>2026</year>
</pub-date>
<volume>26</volume>
<issue>1</issue>
<fpage>1</fpage>
<lpage>8</lpage>
<abstract><p>Large-scale Large Language Model (LLM) inference systems deployed in distributed cloud environments face significant challenges in maintaining low latency, efficient GPU utilization, and energy-aware scheduling across heterogeneous hardware. Traditional Kubernetes-based orchestration frameworks are not optimized for the dynamic memory and compute characteristics of transformer workloads, often resulting in resource fragmentation and increased scheduling latency. This paper proposes Adaptive Resource Orchestration (ARO), a telemetry-driven framework designed for distributed LLM inference in heterogeneous GPU clusters. ARO introduces a Rack Affinity Group (RAG) hierarchical indexing mechanism that reduces scheduling search complexity to O(log N * M) while enabling topology-aware resource placement. The framework integrates multi-objective optimization to balance inference latency, energy efficiency, and GPU utilization. Experimental evaluation on a 32-node heterogeneous GPU cluster (H100, A100, and T4) demonstrates significant improvements over baseline Kubernetes scheduling approaches, including up to 84% reduction in P99 latency and 112% improvement in inference energy efficiency (68 tokens/J). These results highlight the importance of hardware-aware orchestration for improving performance and energy efficiency in distributed AI infrastructure.</p></abstract>
<kwd-group kwd-group-type="author-generated">
<kwd>Keywords - Kubernetes</kwd>
<kwd>LLM Inference</kwd>
<kwd>Adaptive Resource Orchestration</kwd>
<kwd>Multi-Objective Optimization</kwd>
<kwd>Heterogeneous GPU Clusters</kwd>
<kwd>Transformer Sharding</kwd>
<kwd>Latency Optimization</kwd>
<kwd>Energy-Efficient Scheduling</kwd>
<kwd>Distributed AI Infrastructure</kwd>
<kwd>Hierarchical Resource Indexing.</kwd>
</kwd-group>
<self-uri content-type="pdf" xlink:href="https://doc.globaljournals.org:/mhvuwq_156360/article/adaptive-resource-orchestration-for-llm-clusters.pdf?v=13e53cecc71a#" />
<self-uri content-type="html" xlink:href="https://globaljournals.org/scholarly-articles/dynamic-resource-orchestration-for-distributed-llm-inference-in-heterogeneous-kubernetes-clusters/" />
</article-meta>
</front>
<body>
<sec>
<title>Full Text</title>
<p>In large scale LLM infrastructure latency plays a very pivotal part as it brings more faster processing with it for faster user experience. Frequent changes in latency brought by inter-connected components is a significant factor of bottleneck in large LLM orchestration. This change in trend with the growing demand of technology has become non-trivial to improvise the infrastructure. The use of LLM and its growing traction has changed over time from the last few years. The paper emphasizes a new technique ARO (Adaptive Resource Orchestration) method which would be a major stepping stone to outcast the scheduling difficulties that are associated with the transformers sharding framework in a distributed environment. In RAG (Rack affinity group) hierarchical indexing is utilized in the framework by dividing the hardware. This brings sense on complexity in scheduling which gets reduced in terms of logarithmically with O(logN·M). From the study performed in this paper it showcases 84% reduction of latency with P99 under ARO implementation. Efficiency was 68 Tokens which is approximately 112% increase. So this result is very critical to take into studies performed with ARO where it separates GPU scaling from the power inefficiencies. These factors are very important when we are dealing with Kubernetes where it reduces the energy cost spent in the distributed infrastructure.</p>
</sec>
</body>
</article>