The presentation discusses the implementation of Cap2371 in Kubernetes, which moves workload and container monitoring from CAdvisor to CRI for better performance and a more sensible cluster. The main priority is testing to ensure the accuracy and stability of metrics and prevent regressions.
- Cap2371 moves workload and container monitoring from CAdvisor to CRI in Kubernetes for better performance and a more sensible cluster
- Testing is the main priority to ensure the accuracy and stability of metrics and prevent regressions
- Additional testing is needed for the metric CAdvisor endpoint to ensure accuracy
- Coverage is needed to ensure all metrics exist on the node and alerts are not broken
- Performance impact is a concern, and the goal is to minimize or eliminate it
- Observability helps gain insights into the application platform and debug outages or misbehaving apps
The speaker mentions that the performance impact of moving workload and container monitoring to CRI is a concern, and the goal is to minimize or eliminate it. This is important because the performance impact could affect the user experience and cause frustration. For example, if the stats collection is slow or inaccurate, it could be difficult to debug an outage or misbehaving app. Therefore, it is crucial to thoroughly test the implementation and ensure that there is no or minimal performance impact.