In the guidance below from: netarbiter/sds/ceph-docker/examples/helm/README.md
To check ceph health status [3]
kubectl -n ceph exec -it ceph-mon-0 -- ceph -s
What the expected ceph health status is needs to be clarified, e.g. the result of the following command should be HEALTH_OK: kubectl -n ceph exec -it ceph-mon-0 -- ceph -s | awk "/health:/{print $2}"