zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.75k stars 177 forks source link

Add deployment checks #576

Closed BigGold1310 closed 9 months ago

BigGold1310 commented 9 months ago

Fixes #569 Fixes #570

RELNOTE: Adding Deployment checks verifying if update strategy and replicas are correct
zegl commented 9 months ago

Thanks!