Skip navigation
Person standing at end of dock close to sunset

Isolation level for Azure Container Instances

Q. What is the isolation level for Azure Container Instances?

A. There are typically two types of container isolation:

  • User-mode isolation - Container instances run on a shared container host that are isolated at a user-mode level but share a common kernel
  • Kernel-mode isolation - Container instances run in a dedicated container host environment (typically through virtualization technologies) and are therefore isolated from other container instances at a kernel-mode level

Azure Container Instances utilize kernel-mode isolation as documented at https://docs.microsoft.com/en-us/azure/container-instances/container-instances-overview#hypervisor-level-security.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish