Skip to content

Implementing Coroot for Large-Scale Environments with VMs and K8s #156

Answered by def
ANSANJAY asked this question in Q&A
Discussion options

You must be logged in to vote

Before addressing your question, let's take a quick look at how Coroot works.
It collects metrics, logs, traces, and profiles, with each of these telemetry signals associated with containers. A container, in this context, is a group of processes running within a dedicated cgroup. Coroot categorizes Kubernetes pods, standalone Docker/Containerd/CRI-O containers, and Systemd units as containers.

Below is an overview of Coroot's architecture:

  1. Yes, it can. Coroot's node-agent is deployed as a DaemonSet and runs on each node of the cluster. It discovers all application containers running on the node and gather comprehensive telemetry data including metrics, logs, traces and profiles. As a re…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by def
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants