kube-ns-cleaner is a kubernetes client application for deleting unused kubernetes namespaces and scaling their resources
When managing bare-metal k8s clusters, you may encounter the problem of limited resources. An example of a large number of users using the same cluster, or CI/CD for some reason did not delete the namespace after testing. This application deletes a namespaces or scaling to zero deployments, stateful sets, and removing daemonsets.
go run main.go
- [] todo