Architecture
Last updated
Was this helpful?
Last updated
Was this helpful?
Untab consists of an agent and a web based UI. The agent collects relevant data from the Kubernetes clusters and forwards it to the Untab backed. Once the data is processed, the reports are available via the web portal at https://app.untab.io
The Untab agent is a set of containers which collect metrics and other information from each cluster and relay them to Untab for processing.
It is comprised of the following components:
The agent. The agent collects event information from your Kubernetes API server. If you run in a cloud provider and set up read access for Untab, the agent will also query the cloud provider for additional information about nodes and volumes.
node_exporter. This is a DaemonSet (meaning that it runs a pod on each node) which collects node-level metrics.
kube-state-metrics. This is a third-party container that monitors the Kubernetes API server and reports various information about the cluster as Prometheus metrics. Untab uses this information to render the live report.
Prometheus. This is a specially configured instance of Prometheus. It is set up to fetch metrics from the node_exporter, kube-state-metrics, and relay them to Untab.
By default, the agent and the required components run in the namespace untab
. If the namespace does not exist, the agent manifest will create one. All the required components are deployed and configured using the provided Untab agent manifest.