A CLI linting tool for live Kubernetes deployments
Livelint is based on the A visual guide on troubleshooting Kubernetes deployments blog post by Daniele Polencic.
$ go install github.com/bespinian/livelint@latest
$ livelint check my-deployment
We are thrilled to receive feedback, issues and pull requests from the community.
$ make build
$ make lint
$ make test
There is also a test setup that can be deployed to a Kubernetes cluster to test specific use cases. It can be created by running
$ kubectl apply -f testdata