Hello all,

I hope I choose the correct place for my question. First of all I should say that I'm newbie in redis, kubernets etc :(

I have a few Azure Kubernetes Clusters which run our application. We are using Redis. As I found out recently redis:5.0.2-alpine image is in use and it is quite old....

About 1 month ago we updated kubernetes to 1.26.6 and I can see memory pressure issues. Now I'm trying to check all third party components one by one if they support cgropV2.

So the question is: does Redis uses cgroup (i suppose yes)? If yes, which one minimum version supports cgroupv2?

Thank you in advance.

Comment From: yossigo

Redis doesn't use cgroups directly, and will be affected by it just like any other process.