Search code examples
kubernetes

Vm in kubernetes


Anyone try to run vm for production on a Kubernetes cluster. Is their a way to run kvm instance inside a pod ? I know that google run all the vm inside container is it planned for kubernetes ? Thank you


Solution

  • It seems you can run kvm in docker.

    But I would not use this in production.

    Also, try to understand the difference between a container and a vm. There are reasons why you would want to use containers, which are very different then why you would want to run a vm. Most notable is that in a container you will want to run one application and only one.