Hi Jones,
Starting from AKS version 1.25, agent nodes will be using Ubuntu 22.04 by default with cgroupv2, If you deploy Java applications with the JDK, prefer to use JDK 11.0.16 and later or JDK 15 and later, which fully support cgroup v2 as described here .
For more information about cgroup v2 you can refer to this article.
Does your application use Java or .NET Core? if your application is still not migrated to use cgroup v2 then you can revert Kubernetes 1.25 to cgroup v1 as described here.
Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.