LinuxCommandLibrary

k8s-unused-secret-detector

Command line interface tool for detecting unused Kubernetes secrets.

TLDR

Detect unused secrets

$ k8s-unused-secret-detector
copy


Detect unused secrets in a specific namespace
$ k8s-unused-secret-detector -n [namespace]
copy


Delete unused secrets in a specific namespace
$ k8s-unused-secret-detector -n [namespace] | kubectl delete secret -n [namespace]
copy

Copied to clipboard