Cloud computing, offering on-demand access to computing resources through the Internet and the pay-as-you-go model, has marked the last decade with its three main service models; Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). The lightweight nature of containers compared to virtual machines has led to the rapid uptake of another in recent years, called Containers as a Service (CaaS), which falls between IaaS and PaaS regarding control abstraction. However, when CaaS is offered to multiple independent users, or tenants, a multi-instance approach is used, in which each tenant receives its own separate cluster, which reimposes significant overhead due to employing virtual machines for isolation. If CaaS is to be offered not just at the cloud, but also at the edge cloud, where resources are limited, another solution is required. We introduce a native CaaS multitenancy framework, meaning that tenants share a cluster, which is more efficient than the one tenant per cluster model. Whenever there are shared resources, isolation of multitenant workloads is an issue. Such workloads can be isolated by Kata Containers today. Besides, our framework esteems the application requirements that compel complete isolation and a fully customized environment. Node-level slicing empowers tenants to programmatically reserve isolated subclusters where they can choose the container runtime that suits application needs. The framework is publicly available as liberally-licensed, free, open-source software that extends Kubernetes, the de facto standard container orchestration system. It is in production use within the EdgeNet testbed for researchers.
翻译:云计算通过互联网和按需付费模式提供对计算资源的即时访问,在过去十年中标志了其三种主要服务模型; 基础架构即服务(IaaS)、平台即服务(PaaS)和软件即服务(SaaS)。与虚拟机相比,容器的轻量级特性导致近年来出现另一种容器即服务(CaaS),在控制抽象方面介于IaaS和PaaS之间。然而,当CaaS面向多个独立用户或租户提供时,采用多实例方法,在其中每个租户接收其自己的独立集群,由于使用虚拟机进行隔离而重新引入了重大开销。如果CaaS不仅在云中提供,而且在资源有限的边缘云中提供,则需要其他解决方案。我们引入了一种本地CaaS多租户框架,意味着租户共享一个集群,这比每个集群一个租户的模型更有效率。每当有共享资源时,多租户工作负载的隔离就是一个问题。今天,这种工作负载可以通过Kata Containers进行隔离。此外,我们的框架重视推动完全隔离和完全定制环境所需的应用程序要求。节点级切片使租户能够以编程方式预留隔离的子集群,他们可以选择适合应用需求的容器运行时。该框架作为自由许可和开源软件公开提供,扩展了Kubernetes,即事实上的标准容器编排系统。它正在EdgeNet测试床中用于研究。