简体   繁体   中英

Deployed One laravel app on AWS Elastic Beanstalk & EKS Same Database RDS Why getting fast Response in Elastic Beanstalk

Deployed One laravel app on AWS Elastic Beanstalk & EKS Cluster Using Same Database RDS Why I am getting fast Response in Elastic Beanstalk while in EKS there delay of 3.02 ms.

there not much data in database

I found the issue of network. it was network between EKS & RDS so taking too much time to load the whole website.

For elastic beanstalks connection with RDS is from outside and speedy so site loading time was less over there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM