5 comments

  • bradhe 2 days ago

    We’re experimenting with this stuff. So far great. Way better isolation (obviously) than containers. Pretty easy to use so far. Any gotchas?

    • scoodah a day ago

      The virtual devices it implements are fairly limited in number, and you may find bottlenecks with high IO throughput applications.

      It uses memory ballooning as its dynamic memory management. Managing this balloon requires some custom implementations if you want to do things like reclaim memory from the guest.

      If a large file is created and deleted within the host that disk space stays claimed until the VMs disk is deleted.

      No GPU support.

  • jiggawatts 2 days ago

    Now that this is open source, I wonder if it could be integrated into Kubernetes (or the like) for everyone to use instead of just AWS.