English

Automating Microservices Test Failure Analysis using Kubernetes Cluster Logs

Software Engineering 2023-06-14 v1 Machine Learning

Abstract

Kubernetes is a free, open-source container orchestration system for deploying and managing Docker containers that host microservices. Kubernetes cluster logs help in determining the reason for the failure. However, as systems become more complex, identifying failure reasons manually becomes more difficult and time-consuming. This study aims to identify effective and efficient classification algorithms to automatically determine the failure reason. We compare five classification algorithms, Support Vector Machines, K-Nearest Neighbors, Random Forest, Gradient Boosting Classifier, and Multilayer Perceptron. Our results indicate that Random Forest produces good accuracy while requiring fewer computational resources than other algorithms.

Keywords

Cite

@article{arxiv.2306.07653,
  title  = {Automating Microservices Test Failure Analysis using Kubernetes Cluster Logs},
  author = {Pawan Kumar Sarika and Deepika Badampudi and Sai Prashanth Josyula and Muhammad Usman},
  journal= {arXiv preprint arXiv:2306.07653},
  year   = {2023}
}
R2 v1 2026-06-28T11:03:45.508Z