Agentkube supports extended tools that enhance your Kubernetes environment with specialized monitoring, security scanning, and operational capabilities. These tools require configuration and are stored per cluster in ~/.agentkube/additionalConfig.yaml.

Configuration Management

Extended tools are configured per cluster context and stored in your ~/.agentkube/additionalConfig.yaml file. Each tool requires specific configuration parameters and can be enabled/disabled independently for each cluster.

Configuration Structure

cluster-name:
  tool-name:
    enabled: true/false
    # tool-specific configuration parameters

Docker

Container platform for building, shipping, and running applications.
docker
Configuration Object

ArgoCD

Declarative GitOps continuous delivery tool for Kubernetes.
argocd
Configuration Object

Prometheus

Monitoring and alerting toolkit with time series database.
prometheus
Configuration Object

Trivy

Vulnerability scanner for containers, filesystems, and Git repositories.
trivy
Configuration Object

Grafana

Visualization and analytics platform for monitoring data.
grafana
Configuration Object

Datadog

Cloud monitoring platform for infrastructure, applications, and logs.
datadog
Configuration Object

Tempo

High-scale distributed tracing backend by Grafana.

Loki

Log aggregation system designed to store and query logs efficiently.

Alertmanager

Handles alerts sent by Prometheus server and routes them to receivers.
alertmanager
Configuration Object

SigNoz

Open-source observability platform with APM, logs, and metrics.
signoz
Configuration Object

OpenCost

Real-time cost monitoring and optimization for Kubernetes.
opencost
Configuration Object