omegaup / prod

Deployment manifests for omegaUp
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Make sure all containers have `resources` #1

Closed lhchavez closed 2 years ago

lhchavez commented 2 years ago

Currently our cluster is roughly ~50% utilized, and we haven't even turned on the production frontend!

$ kubectl top node
NAME                             CPU(cores)   CPU%   MEMORY(bytes)   MEMORY%
ip-192-168-37-77.ec2.internal    117m         6%     1494Mi          44%
ip-192-168-50-182.ec2.internal   136m         7%     1799Mi          53%

Ideally we should have all containers with resources so that we have a good idea of whether things will fit or not.