Hyper Book
  • About Hyper
  • How it works
  • Why Hyper
  • Performance
    • IBM SoftLayer
    • Packet
  • Get Started
    • Install
      • Binary Packages
      • Build from source
    • Lifecycle
    • OCI Image Spec
  • HyperContainer Internals
    • Pod in HyperContainer
    • HyperContainer Q&A
  • Reference
    • Hyperd Config
    • CLI
      • run
      • start
      • stop
      • attach
      • exec
      • create
      • kill
      • rm
      • info
      • list
      • ports
      • pull
      • images
      • rmi
      • commit
      • build
      • push
      • save
      • load
      • login
      • logout
    • API
    • Pod Spec
      • Container Spec
      • Volumes
      • Files
    • License
  • Trouble Shooting
    • Platform Independent FAQ
    • Qemu/KVM FAQ
    • Xen FAQ
  • Release Notes
    • latest
    • v0.8 (2017-03-20)
    • v0.7 (2016-10-28)
    • v0.6 (2016-05-25)
    • v0.5 (2016-02-05)
    • v0.4 (2015-09-18)
    • v0.3 (2015-07-29)
    • v0.2 (2015-06-26)
    • v0.1 (2015-05-25)
Powered by GitBook
On this page
  • Isolation and Resource Provision
  • Where will be applied my resource constraints which I given in the POD definition? On container level, VM level or both?
  • Can I scale in/out any kind of resources (e.g. adding more RAM or CPU)?
  1. HyperContainer Internals

HyperContainer Q&A

Isolation and Resource Provision

Where will be applied my resource constraints which I given in the POD definition? On container level, VM level or both?

A pod of hypercontainer is run in a VM, and the resource constraints are applied to a pod (vm).

Source: (hyperhq/hyperd#538)

Can I scale in/out any kind of resources (e.g. adding more RAM or CPU)?

The memory and cpu are hotplug-able, however, we don't scale these resources now.

Source: (hyperhq/hyperd#538)

PreviousPod in HyperContainerNextReference

Last updated 7 years ago