Application Logging of Java Spring Boot Containerized App in AKS

Eason
Geek Culture
Published in
5 min readJun 27, 2021

I haven’t shared story about Application Containerization and Azure Kubernetes Service (AKS) for a while already. Recently, I’m working with development teammates and providing advisory about logging practices for containerized apps (Java Spring Boot) which running inside AKS.

AKS have out-of-the-box containers logging and monitoring integration with Azure Monitor (Container Insight with Log Analytics). Container Insights used a containerized version of the Log Analytics agent (aka OMS agent) and running inside AKS…

--

--