digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

Unused config map: check if there are unused configmaps in the cluster. #25

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

This check reports all the config maps in the cluster that are not referenced by pods in the respective namespaces. The cluster can be cleaned up based on this information and there will be fewer objects to manage.