digitalocean / clusterlint

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

Unused secrets: check if there are unused secrets in the cluster. #28

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

This check reports all the secret names in the cluster that are not referenced by pods in the respective namespaces. The cluster can be cleaned up based on this information.