Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 685 Bytes

kcmsu

K8s ConfigMaps and Secrets Usage it's a cronjob that allows you to monitor the usage of ConfigMaps and Secrets on your Kubernetes Cluster.

By checking all configmaps and secrets against PODs, it will help you to identify:

  • unused ConfigMaps and Secrets
  • which resource is using ConfigMaps and Secrets

Installation

Helm

Before installing it, check default chart values.

Also, check available chart versions here.

helm install kcmsu oci://ghcr.io/cristian98149/kcmsu-chart --version <VERSION>

Output

image