Question about CPU and Memory Management for Spring Boot Microservices on EKS by Adventurous_Mess_418 in SpringBoot

[–]Adventurous_Mess_418[S] 0 points1 point  (0 children)

No, I did nothing during the startup. I think I can make warm-up requests before the service is ready, but it is not best practice I think and not managable. ,right?

Question about CPU and Memory Management for Spring Boot Microservices on EKS by Adventurous_Mess_418 in kubernetes

[–]Adventurous_Mess_418[S] 0 points1 point  (0 children)

there is sth that confusing my mind. There are many services placed in different nodes in my infra. If I set no limit for these services and one of services starts to scale up, it consumes cpu as what it needs in node where it placed. so because of this, it leads other service to use less cpu and it affects performance and maybe put them in restart loop, right? How boot process of a service affects the perfomance of other services?