This project implements an agent called kata-agent
that runs inside a virtual machine (VM).
The agent manages container processes inside the VM, on behalf of the runtime running on the host.
To enable agent debug output, add the agent.log=debug
option to the guest kernel command line.
See the developer guide for further details.
Add agent.devmode
to the guest kernel command line to allow the agent
process to coredump (disabled by default). Specifying this option implicitly
enables debug mode.
See the tracing guide.