Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 747 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
  • how ConfigMaps and Secrets are used (volume, env, envFrom)

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