yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
974 stars 91 forks source link

Map false unused resources AKS #239

Closed yonahd closed 4 months ago

yonahd commented 5 months ago

Find all default resources in a AKS cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can be found here https://github.com/yonahd/kor/blob/main/pkg/kor/serviceaccounts.go#L16)

pbr0ck3r commented 5 months ago

Happy to help out here!