Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 365 Bytes

kubectl-who-uses

kubectl-who-uses is a kubectl plugin that allows users to identify whether a Secret, ConfigMap or ServiceAccount is being used by any Deployment or Pod.

Installation

Copy kubectl-who_uses into any directory within your $PATH

Usage

$ kubectl who-uses <resource> <name>

eg.

$ kubectl who-uses secret <secretname>