In our Kubernetes cluster, we manage multiple namespaces. Our focus is on optimizing the cost of running the cluster. By identifying idle namespaces, we can potentially reduce costs significantly. This process of potential deletion is a key step in our cost-saving strategy.
Explored events at the cluster level but had limited information that was not helpful.Also tried with age of pods , but that also does not seem to be a very optimal way of addressing this. Any alternate suggestion. Thanks in advance.