colebrooke / kubernetes-nagios

Basic health checks for a Kubernetes cluster
MIT License
50 stars 44 forks source link

Cater for Statefulsets and Daemonsets #8

Open MnrGreg opened 4 years ago

MnrGreg commented 4 years ago

/kind feature

Cater for more resource types:

Either: A. Clone check_kube_deployments.sh to check_kube_statefulsets.sh and check_kube_daemonsets.sh and update the specific differences where needed.

B. Modify check_kube_deployments.sh to gather status for all resource types (deployments, statefulsets and daemonsets) within the same namespace.

In favor of option B because: