I'm glad the article has been useful to you. You should be able to do a kubectl describe to see if your limits are being applied. Or you could use OpenLens or something similar to do the same thing. If you are running in Azure, others have found that setting request cpu to 4000m, request memory to 3000Mi, and removing cpu and memory limits helps reduce OOM errors.
... View more