Skip to content

k8s ConfigMaps and Secrets Usage.

Notifications You must be signed in to change notification settings

cristian98149/kcmsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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