File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ language = "en"
44multilingual = false
55src = " src"
66title = " Track of TimePrinciple"
7+
8+ [output .html ]
9+ git-repository-url = " https://github.com/TimePrinciple/timeprinciple.github.io"
10+ git-repository-icon = " fa-github"
11+ edit-url-template = " https://github.com/TimePrinciple/timeprinciple.github.io/edit/main/{path}"
Original file line number Diff line number Diff line change 1+ # PVM Background
2+
3+ In cloud-native environments, containers are often deployed within lightweight
4+ virtual machines (Light-VMs) to ensure strong security isolation and privacy
5+ protection. With the growing demand for customized cloud services, third-party
6+ vendors are turning to infrastructure-as-a-service (IaaS) cloud providers to
7+ build their own cloud-native platforms, necessitating the need to run a VM or a
8+ guest that hosts containers inside another VM instance leased from an IaaS
9+ cloud. State-of-the-art nested virtualization in the x86 architecture relies
10+ heavily on the host hypervisor to expose hardware virtualization support to the
11+ guest hypervisor, not only complicating cloud management but also raising
12+ concerns about an increased attack surface at the host hypervisor.
13+
14+
You can’t perform that action at this time.
0 commit comments