Вы находитесь на странице: 1из 8

2016 4th International Conference on Future Internet of Things and Cloud Workshops

A Container-based Edge Cloud PaaS Architecture


based on Raspberry Pi Clusters
Claus Pahl, Sven Helmer, Lorenzo Miori, Julian Sanin Brian Lee
Free University of Bozen-Bolzano IC4, Athlone Institute of Technology
39100 Bolzano, Italy Athlone, Ireland

Abstract—Cloud technology is moving towards multi-cloud that is less resource and time consuming. Containers are
environments with the inclusion of various devices. Cloud and specifically suitable for interoperable application packaging in
IoT integration resulting in so-called edge cloud and fog com- the cloud and align with PaaS concerns [19]. Furthermore, they
puting has started. This requires the combination of data centre
technologies with much more constrained devices, but still using are flexible tools for packaging, delivering and orchestrating
virtualised solutions to deal with scalability, flexibility and multi- software infrastructure services as well as applications, i.e.,
tenancy concerns. Lightweight virtualisation solutions do exist for tasks that are typically a PaaS (Platform-as-a-Service) focus.
this architectural setting with smaller, but still virtualised devices Containers can be used for componentising workloads in-
to provide application and platform technology as services. between clouds. The basic ideas of containerisation are: (i)
Containerisation is a solution component for lightweight virtu-
alisation solution. Containers are furthermore relevant for cloud a lightweight portable runtime, (ii) the capability to develop,
platform concerns dealt with by Platform-as-a-Service (PaaS) test and deploy applications to a large number of servers and
clouds like application packaging and orchestration. (iii) the capability to interconnect containers. They also relate
We demonstrate an architecture for edge cloud PaaS. For edge to the IaaS level through sharing and isolation aspects.
clouds, application and service orchestration can help to manage There is a need for an architecture that bridges between
and orchestrate applications through containers. In this way,
computation can be brought to the edge of the cloud, rather IoT, local compute devices and data centre clouds. Sensors
than data from the Internet-of-Things (IoT) to the cloud. We at the core of IoT are often found in remote places, where
show that edge cloud requirements such as cost-efficiency, low a robust and low-power infrastructure for local computation
power consumption, and robustness can be met by implementing and data storage needs to be provided. Small, single-board
container and cluster technology on small single-board devices computers such as the Raspberry Pi (RPi) can be utilised
like Raspberry Pis. This architecture can facilitate applications
through distributed multi-cloud platforms built from a range of here. With these devices, computation can be brought to the
nodes from data centres to small devices, which we refer to as edge of the cloud, rather than data from the Internet-of-Things
edge cloud. We illustrate key concepts of an edge cloud PaaS and (IoT) to the cloud. This requires application distribution from
refer to experimental and conceptual work to make that case. the cloud centre rather than data streaming into the centre.
Thus, for portable and interoperable software and application
Index Terms—Container, Cluster, Cloud, PaaS, Edge Cloud,
Orchestration, Single-board Computer, Raspberry Pi.
orchestration in a distributed edge cloud architecture, we
require a lightweight distribution of packaged applications
for deployment and management. The solution can be again
I. I NTRODUCTION
containerisation, but would need to be extended to deal with
Cloud computing is moving from large-scale centralised orchestration. Thus, we consider managing clusters of contain-
data centres to more distributed multi-cloud settings. These can ers and their orchestration in a cloud setting.
consist of networks of larger and smaller virtualised infrastruc- We discuss key ingredients of an edge cloud PaaS, i.e., PaaS
ture runtime nodes that connect to IoT (Internet-of-Things) de- middleware features like container and cluster management
vices with centralised data centres. To meet the flexibility, elas- on Raspberry Pis, which provides a solution to the problems
ticity and cost requirements of smaller devices, virtualisation outlined in our edge cloud review [19]. We refer to conceptual
needs to be applied throughout, requiring Internet-of Things orchestration language work as well as experimental work to
(IoT) infrastructures to be integrated. These architectures are demonstrate the feasibility of the proposed architecture.
often referred to as edge clouds or fog computing architectures We start with a review of the architectural setting for edge
[4]. Resulting from smaller devices and distribution, a more clouds, before introducing container virtualisation in Section
lightweight solutions than the current virtual machine (VM)- III. In Section IV, we look at edge PaaS cloud concerns
based virtualisation technology is needed. Furthermore, as and Raspberry Pis as the infrastructure architecture. Finally,
another challenge, an architecture supporting the orchestration clustering and orchestration are discussed in Section V and
of lightweight virtualised runtimes is needed. evaluated in Section VI, before ending with some conclusions.
Firstly, we need virtualisation to achieve elasticity of large-
scale shared resources. Virtual machines (VMs) have largely II. E DGE C LOUD A RCHITECTURES
provided the compute infrastructure layer so far. We propose Cloud edge computing is moving computing application and
containers, which are a more lightweight virtualisation solution data management services away from data centre architectures

978-1-5090-3946-3/16
/16 $31.00 © 2016 IEEE
$31.00 © 2016 IEEE 117
DOI 10.1109/W-FiCloud.2016.36
to the edges of the network towards IoT infrastructures [5]. IoT-cloud infrastructures. Sensors gather a variety of data:
The objective is to allow analytics and knowledge generation • weather: air temperature, air humidity, sun intensity
services to be placed at the source of the data (e.g., sensors). • snow: quality (snow humidity, temperature)
This approach requires leveraging resources that may not be • people: location and number
continuously connected. For instance, cloud computing at the With the combination of these data sources, two sample
edge links into the internet of things. In this setting, the core functions can be enabled:
cloud provides a globalised view, whereas edge cloud nodes
• People management: through apps (cf. the go2ski
provide localised views.
Distributed clouds are often classified into three architec- Trentino app), skiers can get recommendations regarding
tural models, ranging from tightly coupled to highly dispersed snow quality and possible over-crowding at lifts and on
ones: (i) Multi-datacentre clouds with multiple, but tightly cou- slopes. This mobile phone app uses the cloud as an
pled data centres under one control. (ii) Loosely coupled multi- intermediary to receive data from, but the performance
service clouds combining services from different providers, of the architecture would benefit from data preprocessing
and (iii) decentralised edge clouds utilising edge resources at sensor location to reduce the data traffic into the cloud.
• Snow management: snow groomers (snow cats) are
to provide highly dispersed data and compute resources. The
third category is the one we target. heavy-duty vehicles that rely on sensor data (ranging from
tilt sensors in the vehicle and GPS location all the way
A. Edge Cloud Architecture Requirements to snow properties) to provide an economic solution in
Edge computing is needed for both computation and storage terms of time needed for the preparation of slopes, while
to address data collection, (pre-)processing, and distribution. at the same time allowing a near-optimal distribution
These edge resources could be dedicated (possibly smaller) of the snow. This is a real-time system where cloud-
resources spread across distribution networks. In order to sup- based computation is not feasible (due to unavailability
port edge cloud architectures, we need the following features: of suitable connectivity) and thus local processing of data
• location-awareness and computation placement,
is required for all data collection, analysis and reaction.
• management services: data storage, replication, recovery. As we can see performance of the architecture is a critical
Virtualised resources can support edge cloud architectures concern that can be alleviated by more local computation,
[12] which are programmable or configurable, but these differ avoiding high volumes of data to be transferred into centralised
in size and type, such as nodes and edges. This results in clouds. Local processing of data, particularly for the snow
different resource restrictions, which in turn requires some management where data sources and actions resulting through
form of lightweightness of the virtualisation technique [26]. In the snow groomers happen in the same place, is beneficial, but
edge cloud architectures with IoT objects integrated, we need needs to be facilitated through robust technologies that can op-
(i) compute and storage resources and (ii) platform services erate in remote areas under difficult environmental conditions.
and applications to be managed, i.e., packaged, deployed and Clusters of single-board computers such as Raspberry Pis are
orchestrated (Figure 1). Even for the network, virtualisation a suitable, robust technology.
capacity is required as well (cf., recent work on software- The architecture is dynamic as only necessary components
defined networks (SDN)). Thus, we need to support data (containers) should remain on local devices. For instance, a
transfer between virtualised resources and to provide compute, sensor responsible for people management during daytime
storage, and network resources between end devices and could support snow management during the night. Further-
traditional data centres. more, the solution would benefit from flexible platform man-
Concrete requirements arising are location awareness, low agement with different platform and application services de-
latency and mobility support to manage cloud end points with ployed in different times at different locations. Containers can
rich (virtualised) services. This type of virtualised infrastruc- help here, but need to be supported by advanced orchestration
ture might provide end-user access and IoT links – through, support. To illustrate this, two orchestration patterns emerge:
possibly private, edge clouds. These are technically micro- • data pre-processing for people management: reducing

clouds, providing different services, but on a small scale. These data volume in transfer to the cloud is the aim. Analytics
need to be configured and updated – this particularly applies services packaged as containers that filter and aggregate
to service management. We also need a development layer to data need to be deployed on selected edge nodes.
provision and manage applications on these infrastructures. • fully localised processing in clusters (organised around

Solutions here could comprise common topology patterns, individual slopes with their profile): full computation on
controlling application lifecycles, and an easy-to-use API. We board and locally between snow groomers is required, fa-
need to find the right abstraction level for edge cloud oriented cilitated by the deployment of analysis, but also decision
management at a typical PaaS layer. making and actuation features, all as containers.

B. A Motivational Use Case C. Edge Cloud Architecture Principles


We motivate our approach by illustrating a use case taken An architecture that addresses the requirements described
from the local region: modern ski resorts operate extensive and illustrated above can be organised into three layers: At

118
through an orchestration technique based on topology patterns
reflecting common and reference architectures [25].
Since these aspects are typical platform or middleware
features, we need edge cloud PaaS capabilities. Several tech-
nologies in the container technology space exist that might
contribute to this specific PaaS solution:
• Application packaging through containerisation: Contain-
ers can be used to distribute service and applications to
the edge. Docker is a good example for this.
• Programmability: Orchestration can be supported using
topology specification based on topology patterns [3].
Fig. 1. Resources Architecture as Cluster-based Container Architecture Overall, service composition (i.e., orchestration) needs
to encompass the component or service life-cycle –
deploy, patch, shutdown. A possible solution that we will
the lowest level, we locate a smart things network (e.g. smart introduce later is TOSCA [3].
sensor, wireless, actuator, mobile, and ad-hoc networks –
possibly with an MQTT protocol on top employing a pub/sub We look at edge clouds from a PaaS perspective taking
model). On the middle level we have a field area network (e.g., lightweight application packaging and topology specification
3/4G, LTE, WIFI) and the IP core infrastructure. Finally, on the into account. However, we first start with the proposal of using
top level, a virtual compute and storage cloud. The operation container-based Raspberry Pi clusters as the infrastructure.
and management of this architecture is based on centralised D. Raspberry Pi Clusters for Edge Cloud
providers to push out (deploy) services in application packages
(such as the suggested containers) to clustered edge clouds. We were inspired to implement our edge cloud architec-
Docker container architectures for clouds exist [24], but or- ture on Raspberry Pi clusters by previous work showing
chestration and topology management require more attention. that clusters consisting of 300 or more RPis can be built
Solutions in this space include Kubernetes, but, as we will see, [1]. These single-board computer create challenges, but also
need more exploration on smaller devices. opportunities. A Raspberry Pi (RPi) is relatively cheap (with
Architecture. IoT integration is the key concern here. In well around 30$) and has a low power consumption, which makes
supported, stable environments, powerful network edge gate- it possible to create an affordable and energy-efficient cluster
ways can be used to interface sensors with cloud computing suitable for demanding environments for which high-tech
infrastructures. These would provide analytics capabilities and installations are not feasible. Since a single RPi lacks in
extensive input/output (I/O) options as standard. computing power, in general we cannot run computationally
• However, with prices starting from more than $1,000 for
intensive software on it. Nevertheless, this drawback can be
e.g., a Dell Edge Gateway 5000 series, the costs are often remedied (to a certain degree) by combining a larger number
prohibitive. into a clusters. This also allows the creation of differently
• Furthermore, a more localised solution with many nodes,
configured and customised platforms.
possibly clustered, is necessary. Creating and managing clusters are typical PaaS functions,
• Another challenge is the need to adapt computational
including setting up and configuring hardware and system soft-
capabilities dynamically. ware, or to monitoring and maintaining the system. Raspberry
Pis can also be used to host containers; in the next section we
We propose to replace powerful gateways with clusters of
introduce the container principles first, before returning to the
single-board computers such as Raspberry Pis or Arduinos.
edge cloud context later on.
These are overall cheaper, consume less energy, and allow
a flexible and localised placement in remote or not well- III. C ONTAINERS
supported environments. By clustering the devices we do not
just get more computational power, we also gain robust solu- Virtualisation helps with scheduling processes as manage-
tions that are resilient against power failures or environmental able container units. Multi-tenant clouds require sharing of
challenges (like changing temperatures). resources such as disk space and CPU [17]. This underlying
Development and Operations. We assume a multi-cloud platform and infrastructure has to be shared in a secure, but
deployment that requires lightweight application packaging, also portable and interoperable way [20].
distribution and support of topology specification and manage-
A. Container Principles
ment due to the dispersed nature of the smaller device clusters.
We need to allow various services such as security and At the PaaS level, packaging and application management
analysis services deployed on these resources in addition to is an additional requirement and containers address exactly
based data collection and processing [8]. Furthermore, the allo- these requirements. A container is a packaged self-contained,
cation of these services might change over time [9]. Therefore, ready-to-deploy set of parts of applications that can include
the management of these architectures needs to be supported both middleware and application logic [22], [18] (see Fig. ??).

119
The Linux container project LXC uses kernel mechanisms A container solution consists of two main components –
that isolate processes in shared environments [22]. Containers (i) an application container engine to run images and (ii) a
are virtualisation mechanisms suitable for application manage- repository/registry that is operated via push and pull operations
ment in PaaS clouds. A container is represented by lightweight to transfer images to and from host-based container engines.
images – VMs are also based on images, but full monolithic • Container repositories play a central role in providing
ones. Processes running in a container are almost fully iso- possibly reusable private and public container images.
lated. Container images are the building blocks from which • The container API supports life-cycle operations like
containers are launched. Docker is a container building on top creating, composing, distributing containers, starting and
of Linux LXC. A Docker image is made up of file systems running commands in images.
layered over each other. • Containers are created by assembling them from individ-
• Booting: Docker mounts the rootfs as read-only (as in a ual images, possibly extracted from the repositories.
traditional Linux boot), but instead of changing the file Storage and network management are two specific plat-
system to read-write mode, it uses a union mount to add form/middleware services that are needed to support containers
a writable file system on top of the read-only file system. as application packages for distributed edge clouds:
• Mounting: This allows multiple read-only file systems
• Docker manages data through data volumes and data
to be stacked on top of each other. Only the top layer
volume containers. Data storage operations can add data
(container) is writable.
volumes to any container. A data volume is a designated
directory within one or more containers that bypasses
Complete Docker images form the union file system. This allows to provide persistent
portable application containers or shared data. Volumes can then be shared and reused
that built around container en- between containers (Fig. 2). A data volume container en-
gines for container execution ables sharing persistent data between application contain-
[24]. This is called lightweight ers through a dedicated, separate data storage container.
as single images can easily be • Secondly, network management is based on two methods
changed and distributed. for assigning ports on a host – through network port
mappings and container linking. Applications can connect
Containers are used for PaaS Clouds. For instance, Warden inside a Docker container via a network port. Container
provides an API in Cloud Foundry for managing a collection linking allows linking multiple containers together and
of containers. Containers can be limited in terms of resource sending information between them. Linked containers can
access. Garden is a re-coding of Warden that provides tech- transfer their data using environment variables.
nology for Diego (container architecture for Cloud Foundry).
IV. E DGE C LOUDS – C ONTAINER AND O RCHESTRATION
Another example is Rocket, a new container runtime from
the CoreOS project (CoreOS is a Linux derivate for mas- Containers appear as a highly suitable technology for ap-
sive server deployments). Rocket is an alternative to Docker, plication packaging and management in edge clouds that are
specifically designed for composability, security, and speed more flexible and lightweight than VMs as the format to
– important properties in the edge cloud domain, reflecting provision platform and application components.
ongoing concerns in this area. What we propose is an edge cloud PaaS built on containers,
Two problems remain around containers: Firstly, managing suitable for clusters of single-board computers. PaaS provide
dependencies between containers in multi-tier, distributed ap- mechanisms for deploying applications, designing applications
plications is a problem. Something like an orchestration plan for the cloud, pushing applications to their deployment envi-
can describe containerised components, their dependencies and ronment, using services, migrating databases, mapping custom
their lifecycle. A PaaS cloud can then enact orchestration domains, IDE plugins, or a build integration tool. PaaS exhibit
workflows from a plan through a container engine. PaaS features like built farms, routing layers, or schedulers that
services support packaging and deployment of containers. dispatch workloads to VMs [7].
Secondly, to define, deploy, and operate cross-platform
capable cloud services in a lightweight way that suits the A. Evolution of PaaS – towards Edge Cloud PaaS
proposed single-board computing platform [14]. This results in Container frameworks address the application deployment
a need to transfer cloud deployments between cloud providers problems through interoperable, lightweight and virtualised
in a distributed context, i.e., to orchestrate services in a cus- packaging. Containers for application building, deployment
tomised way. Some PaaS are already lightweight virtualisation and management (through a runtime) provide interoperability.
solutions in this sense, which we will see later on. Containers are interoperable – those produced outside a PaaS
can be migrated in since the container encapsulates the appli-
B. Application Containerisation and Container Management cation. Some PaaS are now aligned with containerisation and
Containers can encapsulate a number of application com- standardised application packaging. Many PaaS use Docker
ponents through the image layering and extension process. and some have their own container foundation for running

120
platform tools. This development is part of an evolution of
PaaS, moving towards container-based, interoperable PaaS.
1) Proprietary: The first PaaS generation included fixed
proprietary platforms, e.g., Azure or Heroku.
2) Open-Source: The second PaaS generation included
open-source solutions, e.g., Cloud Foundry or Open-
Shift, allowing users to run their own PaaS (on-premise
or in the cloud), many with built-in support of contain-
ers. Openshift moves from its own container model to
Docker. Cloud Foundry does the same through Diego.
However, these two PaaS platforms treat containers dif-
ferently. Cloud Foundry supports state-less applications
through containers, but lets stateful services run in VMs.
Openshift does not distinguish between them. Fig. 2. Container-based Cluster Architecture – an architectural framework.
3) Micro-PaaS: The current third generation of PaaS in-
cludes for example Deis or Flynn. These are built on Resulting from this architectural scenario is an abstraction
Docker from scratch and are deployable on own servers layer for cluster-based service management that is different
or on public IaaS clouds. Flynn and Deis, for examples, from the container features provided by Docker. A cluster
have created a micro-PaaS concept where small PaaS management architecture has the following components: the
can be run on limited hardware with little overhead. service node (cluster), an API, a platform service manager, a
They have adopted elements of CoreOS for a clustered, lifecycle management agent and a cluster head node service.
distributed architecture management. This builds on The deployment of distributed applications as containers
lightweight, decoupled services facilitated by Docker. is supported using a virtual scalable service node (cluster),
This specifically benefits distributed multi-tenancy cloud supporting scaling, load balancing, failover. An API allows
on reduced capability resources (such as RPis). operating clusters from the creation of services and container
4) Edge Cloud PaaS: We forsee a fourth generation of sets to other life-cycle functions. A platform service manager
edge cloud PaaS that provide PaaS features for edge looks after the software packaging and management. An agent
cloud environments, i.e., develop micro-PaaS further manages the container life-cycles. A cluster head node service
into edge environments, focusing more on clustering and is the master that receives commands from the outside and
orchestration across micro-computer infrastructures. relays them to container hosts. This allows development of an
edge cloud architecture without consideration of underlying
V. C LUSTERING AND O RCHESTRATING C ONTAINERS network topology and avoids manual configuration [7].
In order to satisfy edge cloud requirements, the single A cluster architecture is composed of engines to share
container host concept needs to be expanded into clusters service discovery and orchestration/deployment (load balanc-
of container hosts to run containerised edge cloud platform ing, monitoring, scaling, and also file storage, deployment,
services as well as applications over multiple clusters in pushing, pulling). Requirements for these cluster architectures
multiple clouds in order to meet the edge cloud requirements have been summarised [11]. A lightweight virtualised cluster
[10]. The interoperability of containers makes this possible. architecture building on containerisation should provide a
number of management features as part of the abstraction on
A. Container Clusters top of the container hosts:
A cluster architecture groups hosts into clusters [10]. Fig. • Hosting containerised services and providing secure com-
2 illustrates an architectural framework based on common munication between these services,
container and cluster concepts. Container hosts are linked • Auto-scalability and load balancing support,
into a cluster configuration. Central concepts are clusters, • Distributed scalable service discovery and orchestration,
containers, application services, volumes and links. A cluster • Migration of service deployments between clusters.
consists of several (host) nodes. Each (host) node holds several Mesos is a cluster management platform – it binds distributed
containers with common platform services such as scheduling, hardware resources into a pool to be used by applications to
load balancing and applications. Each container in a cluster manage workload distribution. The Mesos kernel runs on all
can hold provided services such as payload services, which machines in the cluster and provides applications with resource
are once-off services (e.g., print), or functional (middleware management and scheduling across clouds.
service) components. Application services are logical groups An example of clustering management at a higher level
of containers from the same image. Application services allow than Mesos is Kubernetes, which can be configured to or-
scaling an application across nodes. Volumes are used for chestrate Docker containers on Mesos. Kubernetes is based
applications that need data persistence. Data stored in these on processes that run on Docker hosts. These bind hosts
data volumes mounted by containers persists. Finally, links into clusters and manage the containers. Openshift is a PaaS
allow two or more containers to connect and communicate. example that has adopted Kubernetes. Kubernetes competes

121
with platform-specific evolution towards container-based or- ment or the snow management as the required RPi configu-
chestration. Cloud Foundry is such an example that uses Diego ration. For the people management architecture, it allows an
as an orchestration engine for containers. upgrade to more local processing including analysis and local
storage. The orchestration engine will actually take care of the
B. Network and Data Management Challenges deployment of the containers in the right order when needed.
Clustered containers in distributed systems require advanced
network support. Traditionally, containers are exposed on the VI. I MPLEMENTATION AND VALIDATION
network via the shared hosts address. In Kubernetes, each Our Raspberry Pi cluster has been installed, equipped with
group of containers (called pods) receives its own unique IP key platform services such as storage and cluster management
address, reachable from any other pod in the cluster, whether and has been used in different experiments that aim to address
co-located on the same physical machine or not. This requires platform evaluation as well as the feasibility of sensors in an
advanced routing features based on network virtualisation. IoT context. We also report here on the development of a
Distributed container management also needs to address dedicated topology and orchestration language on top of the
data storage besides network concerns. Managing containers platform services. We also cover related work in this context.
in Kubernetes clusters can cause flexibility and efficiency A. Implementation – Hardware and PaaS Services
problems because of the need for the Kubernetes pods to co-
locate with their data. What is needed is a combination of a Our Raspberry Pi 1 (RPi 1) cluster can be configured with
container with a storage volume that follows it to the physical up to 300 nodes [1]. The core of an RPi 1 is a single board
machine, regardless of the container location in the cluster. with an integrated circuit with an ARM 700 MHz processor
(CPU)1 , a Broadcom VideoCore graphics processor (GPU)
C. Orchestration and Topology and 256 or 512 MB of RAM. There is also an SD card
The management solution provided by cluster solutions slot for storage and I/O units for USB, Ethernet, audio, video
needs to be combined with development and architecture and HDMI. Power is provided via a micro-USB connector.2
support. Multi-PaaS based on container clusters is a solution The RPi 1 comes in two variants, A and B, with the latter
for managing distributed software applications in the cloud, offering 512 MB of RAM (instead of 256 MB) and an on-
but this technology still faces challenges. These include a lack board Ethernet port. RPIs can be powered using mobile phone
of suitable formal descriptions or user-defined metadata for chargers with micro-USB interfaces. As operating system,
containers beyond image tagging with simple IDs. Description Raspbian is a version of the well-known Linux distribution
mechanisms need to be extended to clusters of containers and Debian, optimised for the ARMv6 instruction set.
their orchestration as well [2]. The topology of distributed con- Our cluster uses a star network topology. One switch acts
tainer architectures needs to be specified and its deployment as the core of the star and other switches then link the core
and execution orchestrated. to the RPIs. A master node and an uplink to the internet are
There is no widely accepted solution for the orchestration connected to the core switch for connectivity reasons.
problems. We can illustrate the significance of this problem We use a Debian 7 image to support core middleware
through a possible reference framework. Docker has started to services such as storage and cluster management.
develop its own orchestration solution and Kubernetes is an- • cluster management: [1] has investigated basic storage
other relevant project, but a more comprehensive solution that and cluster management for an RPi cluster management
would address the orchestration of complex application stacks solution. Rather than deploying Kubernetes, we built our
could involve Docker orchestration based on the topology- own dedicated tool for low-level configuration, moni-
based service orchestration standard TOSCA, which is for toring, and maintenance of the cluster. This provides
instance supported by the Cloudify PaaS. flexibility for monitoring the joining and leaving of nodes
to and from the cluster that we expect for dynamic edge
cloud environments. The master handles (de)registration.
• storage management: [13] has investigated Openstack
Swift as a distributed storage device we ported onto RPis.
This extends our earlier self-built storage approach by
adopting an open-source solution. Storage needs to be
distributed over a whole cluster. Using a network storage
system helps to improve the performance in a common
filesystem for the cluster. We used here a four-bay
Network Attached Storage (NAS) from QNAP Systems.
However, we have also demonstrated that more resource-
demanding Openstack Swift is a feasible option. The
Fig. 3. Orchestration Plan for the Case Study. 1 64-bit
or OpenPower architecture not yet supported.
In Figure 3, we show an orchestration plan for the case 2 In
our case we use old modified power supplies of desktop PC, as powering
study. For a container host, it select either the people manage- hundreds of RPis with phone chargers is impractical.

122
Swift cluster provides a mechanism for storing objects with health status sensing devices that were integrated using
such as application data as well as system data. Data a Raspberry Pi [21]. A specific focus here has been on power
is replicated and distributed among different nodes. We management. While protocols emerge that help to bridge
evaluated different topologies and configurations. This between the sensor world and Internet-enabled technologies
again demonstrates feasibility, but performance remains such as MQTT, this experimental work has also shown the
a key concern and further optimisation work is required. need for dedicated power management to prevent overheating
Currently, we are working on a configuration involving and reduce consumption.
the more powerful Raspberry Pi 2. We investigated the suitability of an RPi for a standard
A real-world case study has been carried out using the application (responding to HTTP requests). The total size of
ownCloud cloud storage as a use case. a sample file was 64.9 KB. An RPi (model B) was compared
Docker and Kubernetes have been put on Raspberry Pis to a 1.2 GHz Marvell Kirkwood, a 1 GHz MK802, a 1.6 GHz
successfully [23], demonstrating the feasibility of running Intel Atom 330, and a 2.6 GHz dual core G620 Pentium. All
container clusters on RPis. We focus here on the edge cloud tested systems had a wired 1 GB Ethernet connection (which
requirements. Our work specifically explores middleware plat- the Raspberry, having a 10/100 MBit ethernet card, could not
form service need for the edge cloud. Fig. 4 describes the utilize fully). ApachBench2 was used as the benchmark. The
complete orchestration flow. It starts with the construction of test involved a 1000 requests with 10 running concurrently.
the container from individual images from a container hub (an The following page/sec and power consumptions were mea-
open repository of images). Different containers for specific sured: RPi: 17, 3W; Kirkwood: 25, 13W; MK802: 39, 4W;
processing needs are assembled into an orchestration plan. The Atom 330: 174, 35W; G620: 805, 45W.
plan is then enacted on the defined edge cloud topology. This has demonstrated the suitability of RPis for sensor
integration and data processing in an environment subject to
power supply problems, but where robustness is required.
We have also looked at this from the cost perspective, where
often pricing prevents technologies to be widely adopted. The
RPi as an intermediate layer for local data processing is a
feasible, cost-effective solution.

C. PaaS-level Topology and Orchestration Specification


In an effort to support more comprehensive PaaS service,
better specification of management aspects like orchestration
is needed. To better support the orchestration of containers in
edge cloud environments, we have suggested a TOSCA-based
orchestration language for Docker-based containers [19]. This
abstract language helps in defining common orchestration
patterns for the cloud as templates, see Figure 5 where the
TOSCA framework is applied to container topology specifica-
tion (left) and orchestration plans (bottom right).
While basic clustering and orchestration support exists for
containers, within Docker or through additional mechanisms
like Kubernetes, better programming support (towards more
edge cloud PaaS development support) is needed to specify
container orchestration for edge clouds. As our motivational
use case above demonstrates, different orchestration patterns
emerge, that can ideally be supported through orchestration
templates as provided by TOSCA for complex topologies
supporting different architectural patterns and styles [16].
Fig. 4. Overall Orchestration Flow.
D. Towards an Edge Cloud PaaS
B. Experimentation Some PaaS have started to address limitations in the con-
The platform work described above has implemented core text of programming (such as orchestration) and DevOps for
elements of a PaaS-oriented middleware platform. We have clusters. The examples used above allow some observations.
demonstrated that an edge cloud PaaS is feasible. We also Firstly, containers are largely adopted for PaaS clouds. Sec-
need to evaluate the suitability of the proposed platform for ondly, standardisation by adopting emerging de-facto standards
IoT applications. For this, we chose a health care application like Docker or Kubernetes is also happening, though currently
using sensor integration: in the health care domain, we worked at a slower pace. Thirdly, development and operations are still

123
be extended based on better semantic descriptions [15]. More
work is also needed on improved performance management.
R EFERENCES
[1] P. Abrahamsson et al., ”Affordable and Energy-Efficient Cloud Com-
puting Clusters: The Bolzano Raspberry Pi Cloud Cluster Experiment,”
International Conference on Cloud Computing Technology and Science
(CloudCom), pp. 170-175. 2013.
[2] V. Andrikopoulos, S. Gómez Sáez, F. Leymann, and J. Wettinger, ”Opti-
mal distribution of applications in the cloud,” In Advanced Information
Systems Engineering, pp. 75-90. Springer, 2014.
[3] T. Binz, U. Breitenbcher, F. Haupt, O. Kopp, F. Leymann, A. Nowak,
and S. Wagner, ”OpenTOSCA – a runtime for TOSCA-based cloud
applications,” In Service-Oriented Computing, pp. 692-695, 2013.
[4] F. Bonomi, R. Milito, J. Zhu, and S. Addepalli, ”Fog computing and its
role in the internet of things,” Workshop Mobile Cloud Computing, 2012.
Fig. 5. TOSCA-based Cluster Topology and Orchestration Specification. [5] A. Chandra, J. Weissman, and B. Heintz, ”Decentralized Edge Clouds,”
IEEE Internet Computing, 2013.
[6] F. Fowley, C. Pahl, and L. Zhang, ”A comparison framework and review
of service brokerage solutions for cloud architectures,” 1st International
at an early stage, particularly if complex orchestrations on Workshop on Cloud Service Brokerage (CSB’2013). 2013.
distributed topologies are in question. [7] O. Gass, H. Meth, A. Maedche, ”PaaS Characteristics for Productive
We have shown the need for an Edge Cloud PaaS, and Software Development: An Evaluation Framework,” IEEE Internet Com-
puting, vol. 18, no. 1, pp. 56-64, 2014.
have implemented, experimented with and evaluated some core [8] A. Gember, A Krishnamurthy, S. St John, R. Grandl, X. Gao, A. Anand, T.
ingredients of these Edge Cloud PaaS. Benson, A. Akella, and V. Sekar, ”Stratos: A network-aware orchestration
We can observe that cloud management platforms are still at layer for middleboxes in the cloud,” Duke University, Tech Report, 2013.
[9] P. Jamshidi, M. Ghafari, A. Ahmad, and C. Pahl, ”A framework for clas-
an earlier stage than the container platforms that they build on. sifying and comparing architecture-centric software evolution research,”
While clusters in general are about distribution, the question European Conference on Software Maintenance and Reengineering, 2013.
emerges as to which extent this distribution reaches the edge of [10] V. Koukis, C. Venetsanopoulos, and N. Koziris, ”∼okeanos: Building a
Cloud, Cluster by Cluster,” Internet Computing, 17(3), pp. 67-71, 2013.
the cloud with small devices and embedded systems. Whether [11] N. Kratzke, ”A Lightweight Virtualization Cluster Reference Architec-
devices running small Linux distributions such as the Debian- ture Derived from Open Source PaaS Platforms,” Open Journal of Mobile
based DSL (which requires around 50MB storage) can support Computing and Cloud Computing vol. 1, no. 2, 2014.
[12] A. Manzalini, R. Minerva, F. Callegati, W. Cerroni, and A. Campi,
container host and cluster management is a sample question. ”Clouds of virtual machines in edge networks,” Communications Maga-
Recent 3rd generation PaaS are equally lightweight and aim to zine, IEEE 51(7): 63-70. 2013.
support the build-your-own-PaaS idea that is a first step. Edge [13] L. Miori, ”Deployment and evaluation of a middleware layer on the
Raspberry Pi cluster,” BSc thesis, Univ of Bozen-Bolzano. 2014.
Cloud PaaS then form the fourth generation bridging between [14] T.H. Noor, Q.Z. Sheng, A.H.H. Ngu, and S. Dustdar, ”Analysis of Web-
IoT and Cloud technology. Scale Cloud Services,” IEEE Internet Computing, 18(4), pp. 55-61, 2014.
[15] C. Pahl, ”An ontology for software component matching,” International
VII. C ONCLUSION Journal on Software Tools for Technology Transfer, 9(2):169-178. 2007.
[16] C. Pahl, S. Giesecke, and W. Hasselbring, ”Ontology-based modelling
Edge clouds move the focus from heavy-weight data centre of architectural styles,” Information and Software Technology, 51(12). pp.
clouds to more lightweight resources, distributed to bring spe- 1739-1749. 2009.
cific services to the users. They do, however, create a number [17] C. Pahl and H. Xiong, ”Migration to PaaS Clouds - Migration Process
and Architectural Concerns,” International Symposium on the Mainte-
of challenges. We have identified lightweight virtualisation and nance and Evolution of Service-Oriented and Cloud-Based Systems, 2013.
the need to orchestrate the deployment of these service as key [18] C. Pahl, ”Containerisation and the PaaS Cloud,” IEEE Cloud Computing,
challenges. We looked at platform (PaaS) specifically as the 2 (3). pp. 24-31, 2015.
[19] C. Pahl and B. Lee, ”Containers and clusters for edge cloud architectures
application service packaging and orchestration is a key PaaS - a technology review,” 3rd International Conference on Future Internet
concern (through of course not limited to PaaS). of Things and Cloud (FiCloud-2015). 2015.
Our aim was to use recently emerging container technology [20] S. Qanbari, F. Li, and S. Dustdar, ”Toward portable cloud manufacturing
services,” Internet Computing, IEEE 18, no. 6: 77-80. 2014.
and container cluster management to determine the suitability [21] J. Sanin, ”Evaluation and Development of a Biometric Measurement
of these approaches for edge clouds built on single-board Platform with a Raspberry Pi,” BSc thesis, Univ of Bozen-Bolzano. 2016.
affordable device clusters. The observations here support the [22] S. Soltesz, H. Pötzl, M.E. Fiuczynski, A. Bavier, and L. Peter-
son, ”Container-based operating system virtualization: a scalable, high-
current strong trend in this technology, but have also identified performance alternative to hypervisors,” ACM SIGOPS Operating Sys-
some limitations and aspects that need further investigation. tems Review, vol. 41, no. 3, pp. 275-287, 2007.
Container technology has the potential to substantially [23] P. Tso, D. White, S. Jouet, J. Singer, and D. Pezaros, ”The Glasgow
Raspberry Pi cloud: A scale model for cloud computing infrastructures,”
advance PaaS technology towards distributed heterogeneous 1st Int. Workshop on Resource Management of Cloud Computing. 2013.
clouds through lightweightness and interoperability on, for [24] J. Turnbull, ”The Docker Book,” http://www.dockerbook.com/. 2014.
instance, Raspberry Pis. We can also conclude that significant [25] M.X. Wang, K.Y. Bandara, and C. Pahl, ”Integrated constraint violation
handling for dynamic service composition,” IEEE International Confer-
improvements are still required to deal with data and network ence on Services Computing SCC’2009, 2009.
management aspects, as is providing an abstract development [26] J. Zhu, D.S. Chan, M.S. Prabhu, P. Natarajan, H. Hu, and F. Bonomi,
and architecture layer. Orchestration, as far as it is supported ”Improving web sites performance using edge servers in fog computing
architecture,” Intl Symp on Service Oriented System Engineering, 2013.
in cluster solutions, is ultimately not sufficient and needs to

124

Вам также может понравиться