Releases: dguyhasnoname/k8s-cluster-checker
Releases · dguyhasnoname/k8s-cluster-checker
k8s-cluster-checker v0.2
Changelog:
- 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
- docker image has been updated to light weight version, moving away from alpine
- Version check of k8s, docker and OS has been added.
- CRD analysis has been added
- 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
k8s-cluster-checker is bundle of python scripts which can be used to analyse below configurations in a kubernetes cluster:
- security-context defined
- health-probes defined
- QoS of workloads
- types of services
- workload running with single replica
- rbac details
- k8s objects in a namespace
It is bundled with dockerfile with all needed dependencies.