Kubernetes

True or False? Memory is a compressible resource, meaning that when a container reach the memory limit, it will keep running

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

False. CPU is a compressible resource while memory is a non compressible resource - once a container reached the memory limit, it will be terminated.