As we migrate data and and user add more data we need to know, and be able to act if we are running out of space.
Of important note are:
- SQL
- Query Service
- Elasticsearch
Using https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent could be an option. This would allow us to monitor and alert as described at https://serverfault.com/questions/1012300/gcp-vm-disk-space-alert
Alternatively wbstack check's its storage with: https://github.com/wbstack/deploy/blob/main/k8s/cmd/storage-check.sh
A/C:
- Alert when there is <15% free disk on the Persistent Volumes that are essential for the operation of the service