kube-linter
Static analysis tool that scans Kubernetes YAML manifests and Helm charts for misconfigurations before they're ever deployed.
Overview
kube-linter checks Kubernetes manifests against a set of best-practice rules - missing resource limits, containers running as root, missing health checks, and more - directly in a CI pipeline or locally, catching configuration mistakes before a resource is ever applied to a cluster. It's built to plug into existing CI workflows with minimal setup.
kube-linter is a fit for teams that want to catch Kubernetes misconfigurations at review time rather than in production, a pre-deployment complement to Kubescape and kube-bench (also in this catalog), which assess clusters that are already running.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Jenkins
MITWidely used open-source automation server with a large plugin ecosystem for building CI/CD pipelines and automating software delivery.
- DevOps
Tekton
Apache-2.0Kubernetes-native building blocks for creating CI/CD pipelines, giving teams a standard, portable way to define pipelines as Kubernetes resources.
- DevOps
Woodpecker CI
Apache-2.0Simple, container-native CI/CD engine extensible via plugins, designed to run pipelines with a lightweight server and agent footprint.
- DevOps
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Spotted an error? Suggest an edit on GitHub.