digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

Namespace check: Check if there are any k8s objects in the default namespace #8

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

This check adds warnings for each object that it finds in the default namespace.

For Services, Secrets and service accounts, there are default objects created in the default namespace, checks if there are user created objects in such cases.