Skip to content

bespinian/livelint

Repository files navigation

Livelint

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.

Screenshot

Installation

$ go install github.com/bespinian/livelint@latest

Usage

$ livelint check my-deployment

Development

We are thrilled to receive feedback, issues and pull requests from the community.

Build

$ make build

Lint Code

$ make lint

Run Tests

$ 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