Solved

Increase resources on specific POD IFS CLOUD

  • 12 February 2024
  • 3 replies
  • 68 views

Badge +6

Hi, 

Can someone guide me how to increase resoruces on specific POD in K8S? 
 

icon

Best answer by hhanse 12 February 2024, 14:40

View original

3 replies

Userlevel 5
Badge +10

The intention is to increase replicas on the pod you want to scale up.

e.g in ifscloud-values.yaml

ifsappodata:
    replicas: 2


   /H

Badge +6

Hi @hhanse 

Thank you very much for your reply, it was very helpful for me. 

When I create a replica, the resources on the POD are allocated automatically-proportionally, or can they be allocated manually?

Do you think creating replicas will solve the problem of constant crashing pods(eg. ifsapp-connect and ifsapp-odata)?
 

Userlevel 5
Badge +10

Just to be sure here the global.scale parameter is not set to a lower value than default (100) ?
If so increase to 100

Dividing the load on more pods will lower the memory requirements on the pods.
If ifsapp-connect and ifsapp-odata craches due to out of memory even on single requests, then there is probably a arcitectural problem on your side in how big messages are sent/recieved. Try splitting them in smaller chunks.

Reply