KCNA (Kubernetes and Cloud Native Associate) sample exam question with answer 26

Question:
How do containers differ from virtual machines (VMs) with respect to their operating system (OS) kernel?

  1. Containers and VMs do not rely on an OS kernel
  2. Containers share the same OS kernel as the host system, but VMs have their own separate OS kernel
  3. Containers and VMs both have their own independent OS kernels
  4. Containers use the same OS kernel as the host system, while VMs have their own independent OS kernel
Answer:
B - is the correct answer