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-deploymentWe are thrilled to receive feedback, issues and pull requests from the community.
$ make build$ make lint$ make testThere 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
