英文:
About ROSA (Red Hat OpenShift Service on AWS) cloudwatch monitoring
问题
以下是要翻译的内容:
- What can I see from cloudwatch with ROSA (Red Hat OpenShift Service on AWS) log transfers?
- 我可以从 ROSA(Red Hat OpenShift Service on AWS)的云监控中看到什么?
- CPU usage, memory usage, disk usage, etc.
- CPU 使用率、内存使用率、磁盘使用率等。
- process monitoring
- 进程监控
- Can I forward specific logs?
- 我可以转发特定日志吗?
- Can I see all of these in CloudWatch?
- 我可以在 CloudWatch 中看到所有这些吗?
I've searched all over and can't find it.
我已经到处搜索,但找不到它。
英文:
What can I see from cloudwatch with ROSA(Red Hat OpenShift Service on AWS) log transfers?
CPU usage, memory usage, disk usage, etc.
process monitoring
Can I forward specific logs?
Can I see all of these in cloudwatch?
I've searched all over and can't find it.
答案1
得分: 0
Log forwarding with ROSA sends 3 log groups:
- kubernetes audit and openshift audit
- infrastructure (cluster operators, system journal logs, pod logs for all OpenShift components like etcd, ovn, SRE, machine API, kube apiserver, Prometheus logs, openshift-ingress, etc)
- user workload logs (from app workloads that run on worker nodes)
You generally send everything from a ROSA cluster to Cloudwatch Logs and then filter after that.
Resource metrics are not in logs, but instead in the in-cluster Prometheus. Metrics are also retrieved by Cloudwatch Metrics for all of the EC2 and EBS resources.
英文:
Log forwarding with ROSA sends 3 log groups..
- kubernetes audit and openshift audit
- infrastructure (cluster operators, system journal logs, pod logs for all OpenShift components like etcd, ovn, SRE, machine api, kube apiserver, prometheus logs, openshift-ingress, etc)
- user workload logs (from app workloads that run on worker nodes)
You generally send everything from a ROSA cluster to Cloudwatch Logs and then filter after that.
Resource metrics are not in logs, but instead in the in-cluster Prometheus. Matrics are also retrieved by Cloudwatch Metrics for all of the EC2 and EBS resources.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论