hyperd icon indicating copy to clipboard operation
hyperd copied to clipboard

Support cgroups for pod

Open feiskyer opened this issue 7 years ago • 0 comments

Kubernetes expects pods running in kubelet-managed cgroups, it's better to support pod cgroups for better resource management in frakti.

Some thoughts:

  • For libvirt, the cgroup partition could be customed by
<resource>
  <partition>/machine/production</partition>
</resource>
  • For qemu, hyperd could simply put the pid into specified cgroup parent
  • For xen, not sure how to archive this

feiskyer avatar May 15 '17 06:05 feiskyer