Open schwesig opened 8 months ago
started in a meeting /cc @computate @bnshr @harshil-codes @jbasu01
We made a general calculation, how much storage we need for a year (requirements). This storage size can be too low or high.
Therefore:
https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html
https://nasa.github.io/cumulus/docs/configuration/lifecycle-policies/
Here is an issue where we listed several noobaa and aws commands that we have used on buckets. https://github.com/nerc-project/operations/issues/75
{
"Rules": [
{
"ID": "DeleteAfter365Days",
"Expiration": {
"Days": 365
},
"Status": "Enabled"
}
]
}
Ensuring Effective Log Storage Management for the Observability Cluster
timeline:
Background:
We have successfully set up an OpenShift cluster dedicated to observability (obs cluster), where log files are collected and stored using Loki and subsequently mirrored to an S3 storage for extended retention. As we aim to maintain a robust observability framework, it is crucial to address and not forget a few topics.
Objectives:
Discussion Points:
This issue aims to keep an eye on that topic, and developing a sustainable and cost-effective log storage strategy for the Observability Cluster, ensuring compliance with retention requirements while maintaining energy preserving, operational efficiency, and cost control for a best practice rolemodel idea.