logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Peter Hunt, David Porter
2023-04-19

tldr - powered by Generative AI

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