English

Migrating Existing Container Workload to Kubernetes -- LLM Based Approach and Evaluation

Software Engineering 2024-08-22 v1

Abstract

Although Kubernetes has become a widespread open-source system that automates the management of containerized applications, its complexity can be a significant barrier, particularly for application developers unfamiliar with it. One approach employs large language models (LLMs) to assist developers in generating Kubernetes manifests; however it is currently impossible to determine whether the output satisfies given specifications and is comprehensible. In this study, we proposed a benchmarking method for evaluating the effectiveness of LLMs in synthesizing manifests, using the Compose specification -- a standard widely adopted by application developers -- as input. The proposed benchmarking method revealed that LLMs generally produce accurate results that compensate for simple specification gaps. However, we also observed that inline comments for readability were often omitted, and completion accuracy was low for atypical inputs with unclear intentions.

Keywords

Cite

@article{arxiv.2408.11428,
  title  = {Migrating Existing Container Workload to Kubernetes -- LLM Based Approach and Evaluation},
  author = {Masaru Ueno and Tetsuya Uchiumi},
  journal= {arXiv preprint arXiv:2408.11428},
  year   = {2024}
}

Comments

submitted to ICSME 2024 Industry Track

R2 v1 2026-06-28T18:19:10.907Z