you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago (1 child)

I don't think you can realistically get good performance out of multiple vms on reasonable consumer hardware. 1 kernel per cpu.

Containers are great for server management though. Even if you aren't using a cluster, its great to be able to stand up multiple instnaces of your services, and use kubernetes for I guess controllers to admin a lot of traffic.

  • source
  • hideshow 2 child comments
  • [–] 2 points 3 years ago*

    Yup, real hardware to logical to virtual to logical again, its big unnessary steps.

    Without the vm its real hardware to logical With a container, its real hardware to logical to another logical (way easier)

  • source
  • parent