DockerΒΆ
This integration is not recommended for monitoring a kubernetes cluster because it is neither necessary nor useful. It is documented here for users of HolmesGPT CLI.
Read access to Docker resources.
ConfigurationΒΆ
holmes:
toolsets:
docker/core:
enabled: true
Enable this integration
To enable this integration, copy the above example into your Helm values for Robusta (generated_values.yaml
).
After making changes, apply them using Helm:
helm upgrade robusta robusta/robusta --values=generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME>
CapabilitiesΒΆ
The table below describes the specific capabilities provided by this toolset. HolmesGPT can decide to invoke any of these capabilities when answering questions or investigating issues.
Tool Name |
Description |
---|---|
docker_images |
List all Docker images |
docker_ps |
List all running Docker containers |
docker_ps_all |
List all Docker containers, including stopped ones |
docker_inspect |
Inspect detailed information about a Docker container or image |
docker_logs |
Fetch the logs of a Docker container |
docker_top |
Display the running processes of a container |
docker_events |
Get real-time events from the Docker server |
docker_history |
Show the history of an image |
docker_diff |
Inspect changes to files or directories on a container's filesystem |