It depends what you're after; there seem to be a few different ways to try and monitor containers. For example, DataDog's agent will monitor the docker socket in order to get realtime stats. cAdvisor is probably the most powerful one around and is what Kubernetes is using.
Comments
It depends what you're after; there seem to be a few different ways to try and monitor containers. For example, DataDog's agent will monitor the docker socket in order to get realtime stats. cAdvisor is probably the most powerful one around and is what Kubernetes is using.