Find Orphaned Resources in Kubernetes
This Workflow finds orphaned resources in Kubernetes. Easy and fast way to manage resources and reduce costs. It lists all the unused Secrets, ConfigMaps and Services defined on the cluster and sends a report in Slack. Note you need a connection for the wanted cluster in Kubernetes.
icon
icon
Breakdown
  1. Find unused Secrets on cluster.
  2. Find unused ConfigMaps on cluster.
  3. Find unused Services on cluster.
  4. Send report to Slack channel.