apiVerion Change - Kubernetes RealWorld Issues

Being a DevOps Engineer / Site Reliability Engineer, you need to keep in your mind that Kubernetes changes its resources version with respect to time.

It was an issue that I found when the EKS version of my project was updated from 1.21 to 1.23, and because of parallel deployment, those changes had been updated by another team in the non-production environment, but those changes were not shared with the SRE team, resulting in a problem in the pre-production environment.