1 repositorio
Provides secure isolation for hardware-accelerated workloads using kernel primitives to avoid hypervisor overhead.
Distinct from GPU Workload Virtualization and Containerization: Focuses on using kernel-level security for high-performance direct hardware access, whereas general GPU Virtualization often involves hypervisors.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel-Level Hardware Isolation. Refine with filters or upvote what's useful.
vcluster is a Kubernetes virtual cluster platform that creates fully isolated Kubernetes environments with dedicated control planes, API servers, and RBAC on shared physical infrastructure. It virtualizes Kubernetes control planes by running them as pods inside a host cluster, as standalone binaries on bare metal or virtual machines, or within Docker containers, providing each tenant their own isolated Kubernetes environment without the overhead of managing separate physical clusters. The platform enables multi-tenant Kubernetes isolation through multiple tenancy models, from shared node pool
Provides secure kernel-level isolation for workloads using seccomp, cgroups, and namespaces.