Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 971 Bytes

File metadata and controls

24 lines (16 loc) · 971 Bytes

Container environment

All Stackable-managed products regularly log information about their operating environment, such as available disk interfaces and network interfaces.

This logging is performed by our containerdebug tool.

Note
This tool is intended as a debugging aid, and the particular information or format should not be considered stable.

Interval

The tool collects and logs the state of the container every minute. It can also be triggered manually, by running the containerdebug command inside of the main product container.

Output

The collected information is logged to the Kubernetes pod logs (readable via kubectl logs <pod>) and to the shared Stackable log dir (for pickup by the Vector log agent).

Additionally, it is written as JSON to /stackable/log/containerdebug-state.json. This file only contains the output from the latest containerdebug run.