Cloud Application Performance: Common Reasons for Slow-Downs
It happens often that an application, when running on bare metal, performs well. However, after the application is packed into an image, tested on Docker/Podman, then migrated to Kubernetes, performance plummets. With an increasing number of database calls issued by the application, the application response times increase. This common situation is often due to data transfer induced I/O delays.