A best practices checker for Kubernetes clusters. 🤠
 
 
 
 
Go to file
Varsha Varadarajan 3a3fc4f657
Merge pull request #11 from digitalocean/varsha/latest-tag
Latest tag check: Check if containers and initContainers in a pod use image with latest tag.
2019-06-18 11:55:39 -04:00
checks Latest tag check: Check if containers and initContainers in a pod use image with latest tag. 2019-06-18 11:54:23 -04:00
cmd/clusterlint Remove unused const left out during refactoring. 2019-06-12 16:18:36 -04:00
kube Factor object fetching into the kube package 2019-06-12 14:46:30 -04:00
vendor Add run command to run all checks 2019-06-12 13:17:47 -04:00
README.md Fetch all core k8s objects. 2019-06-10 18:06:14 -04:00
go.mod Add run command to run all checks 2019-06-12 13:17:47 -04:00
go.sum Add run command to run all checks 2019-06-12 13:17:47 -04:00

README.md

clusterlint

Linter to check k8s API objects from a live cluster.