Skip to content

Releases: dguyhasnoname/k8s-cluster-checker

k8s-cluster-checker v0.2

09 Aug 14:27
Compare
Choose a tag to compare

Changelog:

  1. k8s-cluster-checker is now capable to creating reports in below formats:
    • csv: cluster.py give a combined report in excel format
    • json: json output can be used as input for other scripts
  2. docker image has been updated to light weight version, moving away from alpine
  3. Version check of k8s, docker and OS has been added.
  4. CRD analysis has been added
  5. This script has been tested and found to be working fine for k8s version > 1.14.x. Earlier versions may give unwanted results.

First release of k8s-cluster-checker

26 Jul 18:23
Compare
Choose a tag to compare

k8s-cluster-checker is bundle of python scripts which can be used to analyse below configurations in a kubernetes cluster:

  1. security-context defined
  2. health-probes defined
  3. QoS of workloads
  4. types of services
  5. workload running with single replica
  6. rbac details
  7. k8s objects in a namespace

It is bundled with dockerfile with all needed dependencies.