How to Optimize Kubernetes Pod & JVM’s CPU/Memory size for a Large Number of Concurrent Users

ibsleah
ibscts
Published in
5 min readDec 5, 2023

--

There are many use cases where we developers need to provision (optimize) the size of CPU & Memory resources not only in the Kubernetes’s Pod but also in the JVM inside the container.

In this article, we overview the process of updating the above mentioned configuration, in an imaginary application, for both UI and API side.

Photo by Stephen Dawson on Unsplash

--

--