SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 694
Dynamic Resource Allocation Algorithm Using Containers
Akshay Patil1, Hrishikesh Jadhav2, Swaraj Mankar3, Arti Jaware4, Prof. Bhushan Pawar5
1,2,3,4Students, Assistant Professor5, Department of Computer Engineering
Savitribai Phule Pune University, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - High processing data and dynamic work load on
servers results in resource depletion or resource exhausting.
To overcome such situations, basic response is scaling the
available resources, but rather than scaling the resources, we
should use available resources optimally
Due to high processing cost of data most of data processing
tasks becomes hard to maintain. But rather than scaling the
available resources we can focus on better utilization of
resources available to us and reducing the wastage of
resources.In server farms, most of the maintaining cost is due
to cooling system and power consumption of servers in ideal
state of servers. In past few years, data scientist and
researcher developed many algorithms and modelstoallocate
resource dynamically as an alternative for virtualization
which is hypervisor based and requires static allocations of
resources. Virtualized system holds resources even when it is
ideal, this results in unfair resource allocation.
This paper uses Dynamic Node Selection Algorithm for
Container Deployment for building a portal which will use
Docker and Hadoop in combine for better resource utilization
and increase processing speed.
Key Words: Big data, Map-reduce, Containerization, Docker,
Fuzzy interface system.
1.INTRODUCTION
Energy consumption rate of the server farms is way more
than the actual energy required for theprocessing.Hugepart
of the energy is wasted on running the servers ideal and on
cooling system of the server farm. This can be avoided by
better utilization of servers for every situation in dynamic
load distribution. Currently there are some framework
which are used to share resources in cluster for workload
management. For cloud computing environment various
runtime parameter set statistically whichleadtounbalanced
resource allocation in cluster. By adding and removing
resources at run time we can make cloud platform flexible
and cost efficient. For this purpose, we use containerization.
Nowadays, containerization gained popularity by various
major vendors like Microsoft, google, amazon as an
alternative to virtual machine.
To assign the load on proper nodes firstly, determine the
status of each active node in the network, then pass it to the
fuzzy interface system(FIS) which dynamically calculates
workload on each node and then node selection algorithm
for container deployment(NSCD) is used to deploy
containers on the best node in the cluster.
2. Theoretical background
[1] According to the proposal, for unreliable nature of
distributed systemswhich is used by cloud providersshould
have another alternative. So authorproposedXtreemFS,afile
system for cheap scale-out solution for storage.
[2] Proposedthat, ratherthanproviding staticallyconfigured
computing resources, system should provide computing
resourceson demand. This encouragescost efficientusageof
computing resources.
[3] Authors presented a Container-as-a-Service (CaaS)
framework to deploy workflow or applicationsautomatically
acrossmultiple vendor systems. Containersallow servicesto
run in isolated environments without the extra overhead of
running entirely separate operating systems. But, the
problemsof how to effectively manage computing resources
for containers remain open, because multiple applications
sharing the same resourcescanresult in substantialresource
contention among the applications in the containers.
[4] Proposed an adaptive control scheme by serializing
applications for the casesof overutilizationof CPUresources,
where the qualityof servicesin the cluster wasconsideredas
a multidimensional objective function. authors proposed a
solution by extending the concept of time slicing to the level
of virtualization container.
[5] Proposed "Fuzzy logic based dynamic load balancing in
virtualized data centres". Authorsdevelopedadynamicfuzzy
load balancing algorithm which allows system to select next
virtual machine based on resource utilization to schedule
upcoming job.
[6] Described node selection algorithm for container
deployment(NSCD), where a Fuzzy Inference System (FIS) is
applied todynamicallypredictthemostpropernode(server)
where the selected containers will be deployed. This
algorithm is used for better utilization of resources and
reduction in the data processing cost. This is the basic
algorithm used in our architecture. We used Hadoop for the
better handling of big data and some alteration in the
algorithm which reducescomplexity at some level. We are
using Best Fit approach for allocation of nodes.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 695
I. Docker
Docker is a tool for management of container. Containers
provides kernel level virtualizationwhichislightweightthan
virtualmachine. Management of containerssuch ascreating,
deploying them becomessimplified by Docker. Application’s
environment and related dependencies are bundled in a
single package, ready to deploy.
II. Methodology
Rate of growing data with time in this modern age is
enormous. Data can be unstructured or semi-structured
generated from various heterogeneous systems. To create
environment that provides computation and distributed
storage across cluster of resources we use Hadoop. Hadoop
implicitly distributes load on clusters. Hadoop can handle
data processing in the provided cluster.
For better resource utilization and eliminating of overheads
of virtual machine we are using Docker. It is easy to deploy
container using Docker. Hadoop is structuredincontainer,so
we can easilymove processing environmentforHadoop.This
helps in dynamic adaption of available resource.
Dynamic Node Selection Algorithm for Container
Deployment, monitors resource availability and usage of
nodes, which is useful for node selection basedoncontainer’s
requirements and resource availability.
The architecture is supported with theuserplatformwhichis
portal for query submission and viewing resultofqueryafter
processing. User is also provided with the graphical
presentation ofresource utilization of all the nodesavailable
in the system.
Algorithm monitors and collects information about active
nodes in network and resource utilization of active nodes.
Algorithm provides IP of optimum node for processing to
Docker which will deploy container on that particular node.
Each node is capable of running multiple containers
according to the resources available for that node. Each
container runs Hadoop image which will process the query
and provides output to the user.
5. Data acquisition and algorithm
5.1 Data acquisition
Required data and metadata about the system and user
query is collected before start of the algorithm. This data can
be collected as follows
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 696
Consider a “Info” class with attributes as CPU utilization,
Memory utilization, I/O utilization and Network utilization.
5.2 CPU utilization
It is overall CPU utilization of the system’s processing
power. This can be obtained by “iostat” which is a system
monitoring utility of Linux.
5.3 Memory utilization
Memory utilization if required for the amount of memory
available or used as per the requirements to find total
processing load on the system. This can be obtained by the
“/proc/meminfo” file in Linux file system.
5.4 I/O utilization
It is required for finding pendingwork. Percentage shows
how resources are busy for pending task. It can be obtained
by “iostat” utility.
5.5 Network utilization
Network utilization provides traffic on network. It can be
obtained from “/proc/net/dev” file.
5.6 Optimal node selection algorithm
Input:
Available node in cluster: N = (N1, N2, N3………Nn);
Container to deploy “Container”
output:
optimal node for container. It will provide IP of optimum
node to Docker.
Steps:
1. Find active devices connected in the network. N =
(N1, N2, N3………Nn)
Active devices can be identified by network monitoring
tools or classes/API provided by language (E.g. InetAddress
class in Java)
2. Find all attributes of “Info” class for each node.
Info(N) = (CPU utilization, Memory utilization, I/O
utilization, Network utilization).
3. Rank all the nodes according to according the load
on each node in descending order.
Load = Desc(N1(load), N2(load), N3(load) …. Nn(load))
4. Find minimum requirements of the container to
deploy. This can be obtained from the available
Docker utilities. Container(min) = (CPU utilization,
Memory utilization, I/O utilization, Network
utilization).
5. For (Container(min) >= N(info))
for (Node with minimum rank)
Select optimum node for container deployment.
6. Check if next job is available.
If (Next job available)
Repeat from step1
If (Next job not available)
Stop
7. Stop
6. Experimental setup
For validating the propose framework we create small
cluster of computers that used four node in which one is act
as server and other three act as portal(client).this four
machine are connected via Giga-Ethernet and each node
equipped with 1xCPU@2GHZ and 2GB RAM. OS running on
primary hardware is Ubuntu 14.04(LTS) with 3.13 kernel
version (Docker support kernel version of 3.13 or more) on
which Docker and all its dependencies are installed.
7. Proposed Outcomes
Outcome of the project will be the result of the user query
submitted by theuser for processing. The queryresultwillbe
accompanied by the graphical representation oftheresource
utilization of active nodes in the network.
Output of the project represents the better utilization of
resourcescompared to the virtualizationandreductioninthe
data processing cost due to use of Docker which is light
weight virtualization tool, the dynamic resource allocation
approach of the algorithm which is capable of better load
sharing among the available nodes and huge data handling
capacity of Hadoop.
8. Conclusion
By using Docker which is container manager and the Node
Selection algorithm for container deployment(NSCD) using
dynamic resource allocation approach the processing speed
has significant increase. Container which is light weight
virtualization technique helpsto achievemaximumresource
utilization and minimum wastage of resources. The
algorithm definitely decreases processing cost of data. This
approach can help to build maximum numbers of server
farms possible with minimum cost required.
References
[1] C. Kleineweber, A. Reinefeld, and T. Schütt, "QoS-aware
storage virtualization for cloud file systems," in
Proceedings of the 1st ACM International Workshop on
Programmable file systems, 2014, pp. 19-26.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 697
[2] A. T. Saraswathi, Y. R. A. Kalaashri, and S. Padmavathi,
"Dynamic Resource Allocation Scheme in Cloud
Computing," Procedia Computer Science, vol. 47,pp.30-
36, // 2015.
[3] X. W. Ye Tao, Xiaowei Xu and Guozhu Liu, "(in press)
Container-as-a-Service Architecture for Business
Workflow," Int. J. Simulation and Process Modelling,
2016.
[4] J. Monsalve, A. Landwehr, and M. Taufer, "Dynamic CPU
Resource Allocation in Containerized Cloud
Environments," in Cluster Computing (CLUSTER), 2015
IEEE International Conference on, 2015, pp. 535-536.
[5] Z. Nine, S. Md, M. A. K. Azad, S. Abdullah, and R. M.
Rahman, "Fuzzy logic based dynamic load balancing in
virtualized data centres," in FuzzySystems(FUZZ),2013
IEEE International Conference on, 2013, pp. 1-7.
[6] Ye Tao Xiaodong Wang, Xiaowei Xuin and Yinong Chen
their research paper "Dynamic Resource Allocation
Algorithm for Container-based Service Computing"
published in the 2017 IEEE 13th International
Symposium on Autonomous Decentralized Systems.
Ad

Recommended

Distributed Framework for Data Mining As a Service on Private Cloud
Distributed Framework for Data Mining As a Service on Private Cloud
IJERA Editor
 
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
IOSR Journals
 
Genetic Algorithm for Process Scheduling
Genetic Algorithm for Process Scheduling
Login Technoligies
 
An optimized scientific workflow scheduling in cloud computing
An optimized scientific workflow scheduling in cloud computing
DIGVIJAY SHINDE
 
REVIEW PAPER on Scheduling in Cloud Computing
REVIEW PAPER on Scheduling in Cloud Computing
Jaya Gautam
 
DIET_BLAST
DIET_BLAST
Frederic Desprez
 
The Convergence of HPC and Deep Learning
The Convergence of HPC and Deep Learning
inside-BigData.com
 
A Review on Scheduling in Cloud Computing
A Review on Scheduling in Cloud Computing
ijujournal
 
Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing
Qutub-ud- Din
 
Optimize Virtual Machine Placement in Banker Algorithm for Energy Efficient C...
Optimize Virtual Machine Placement in Banker Algorithm for Energy Efficient C...
Association of Scientists, Developers and Faculties
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
IJCNCJournal
 
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET Journal
 
[Paper Reading] Steering Query Optimizers: A Practical Take on Big Data Workl...
[Paper Reading] Steering Query Optimizers: A Practical Take on Big Data Workl...
PingCAP
 
Auto-scaling Techniques for Elastic Data Stream Processing
Auto-scaling Techniques for Elastic Data Stream Processing
Zbigniew Jerzak
 
TASK SCHEDULING USING AMALGAMATION OF MET HEURISTICS SWARM OPTIMIZATION ALGOR...
TASK SCHEDULING USING AMALGAMATION OF MET HEURISTICS SWARM OPTIMIZATION ALGOR...
Journal For Research
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph lab
Impetus Technologies
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
eSAT Publishing House
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
eSAT Journals
 
Data set cloudrank-d-hpca_tutorial
Data set cloudrank-d-hpca_tutorial
aminnezarat
 
Scientific
Scientific
marpierc
 
Distributed caching-computing v3.8
Distributed caching-computing v3.8
Rahul Gupta
 
Greenplum Kontained: Coordinating Many PostgreSQL Instances on Kubernetes: Cl...
Greenplum Kontained: Coordinating Many PostgreSQL Instances on Kubernetes: Cl...
VMware Tanzu
 
Cluster Schedulers
Cluster Schedulers
Pietro Michiardi
 
Implementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big data
eSAT Publishing House
 
Openstack
Openstack
RAKESH SHARMA
 
Matrix Factorizations at Scale: a Comparison of Scientific Data Analytics on ...
Matrix Factorizations at Scale: a Comparison of Scientific Data Analytics on ...
Databricks
 
Characterizing a High Throughput Computing Workload: The Compact Muon Solenoi...
Characterizing a High Throughput Computing Workload: The Compact Muon Solenoi...
Rafael Ferreira da Silva
 
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Frederic Desprez
 
Advanced resource allocation and service level monitoring for container orche...
Advanced resource allocation and service level monitoring for container orche...
Conference Papers
 
Advanced resource allocation and service level monitoring for container orche...
Advanced resource allocation and service level monitoring for container orche...
Conference Papers
 

More Related Content

What's hot (20)

Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing
Qutub-ud- Din
 
Optimize Virtual Machine Placement in Banker Algorithm for Energy Efficient C...
Optimize Virtual Machine Placement in Banker Algorithm for Energy Efficient C...
Association of Scientists, Developers and Faculties
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
IJCNCJournal
 
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET Journal
 
[Paper Reading] Steering Query Optimizers: A Practical Take on Big Data Workl...
[Paper Reading] Steering Query Optimizers: A Practical Take on Big Data Workl...
PingCAP
 
Auto-scaling Techniques for Elastic Data Stream Processing
Auto-scaling Techniques for Elastic Data Stream Processing
Zbigniew Jerzak
 
TASK SCHEDULING USING AMALGAMATION OF MET HEURISTICS SWARM OPTIMIZATION ALGOR...
TASK SCHEDULING USING AMALGAMATION OF MET HEURISTICS SWARM OPTIMIZATION ALGOR...
Journal For Research
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph lab
Impetus Technologies
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
eSAT Publishing House
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
eSAT Journals
 
Data set cloudrank-d-hpca_tutorial
Data set cloudrank-d-hpca_tutorial
aminnezarat
 
Scientific
Scientific
marpierc
 
Distributed caching-computing v3.8
Distributed caching-computing v3.8
Rahul Gupta
 
Greenplum Kontained: Coordinating Many PostgreSQL Instances on Kubernetes: Cl...
Greenplum Kontained: Coordinating Many PostgreSQL Instances on Kubernetes: Cl...
VMware Tanzu
 
Cluster Schedulers
Cluster Schedulers
Pietro Michiardi
 
Implementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big data
eSAT Publishing House
 
Openstack
Openstack
RAKESH SHARMA
 
Matrix Factorizations at Scale: a Comparison of Scientific Data Analytics on ...
Matrix Factorizations at Scale: a Comparison of Scientific Data Analytics on ...
Databricks
 
Characterizing a High Throughput Computing Workload: The Compact Muon Solenoi...
Characterizing a High Throughput Computing Workload: The Compact Muon Solenoi...
Rafael Ferreira da Silva
 
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Frederic Desprez
 
Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing
Qutub-ud- Din
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
IJCNCJournal
 
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET Journal
 
[Paper Reading] Steering Query Optimizers: A Practical Take on Big Data Workl...
[Paper Reading] Steering Query Optimizers: A Practical Take on Big Data Workl...
PingCAP
 
Auto-scaling Techniques for Elastic Data Stream Processing
Auto-scaling Techniques for Elastic Data Stream Processing
Zbigniew Jerzak
 
TASK SCHEDULING USING AMALGAMATION OF MET HEURISTICS SWARM OPTIMIZATION ALGOR...
TASK SCHEDULING USING AMALGAMATION OF MET HEURISTICS SWARM OPTIMIZATION ALGOR...
Journal For Research
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph lab
Impetus Technologies
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
eSAT Publishing House
 
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
Hybrid aco iwd optimization algorithm for minimizing weighted flowtime in clo...
eSAT Journals
 
Data set cloudrank-d-hpca_tutorial
Data set cloudrank-d-hpca_tutorial
aminnezarat
 
Scientific
Scientific
marpierc
 
Distributed caching-computing v3.8
Distributed caching-computing v3.8
Rahul Gupta
 
Greenplum Kontained: Coordinating Many PostgreSQL Instances on Kubernetes: Cl...
Greenplum Kontained: Coordinating Many PostgreSQL Instances on Kubernetes: Cl...
VMware Tanzu
 
Implementation of p pic algorithm in map reduce to handle big data
Implementation of p pic algorithm in map reduce to handle big data
eSAT Publishing House
 
Matrix Factorizations at Scale: a Comparison of Scientific Data Analytics on ...
Matrix Factorizations at Scale: a Comparison of Scientific Data Analytics on ...
Databricks
 
Characterizing a High Throughput Computing Workload: The Compact Muon Solenoi...
Characterizing a High Throughput Computing Workload: The Compact Muon Solenoi...
Rafael Ferreira da Silva
 
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Frederic Desprez
 

Similar to Dynamic Resource Allocation Algorithm using Containers (20)

Advanced resource allocation and service level monitoring for container orche...
Advanced resource allocation and service level monitoring for container orche...
Conference Papers
 
Advanced resource allocation and service level monitoring for container orche...
Advanced resource allocation and service level monitoring for container orche...
Conference Papers
 
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
IRJET Journal
 
IRJET- Container Live Migration using Docker Checkpoint and Restore
IRJET- Container Live Migration using Docker Checkpoint and Restore
IRJET Journal
 
Build cloud native solution using open source
Build cloud native solution using open source
Nitesh Jadhav
 
C017531925
C017531925
IOSR Journals
 
Containers and Big Data
Containers and Big Data
DataWorks Summit
 
The journey to container adoption in enterprise
The journey to container adoption in enterprise
Igor Moochnick
 
State of the Container Ecosystem
State of the Container Ecosystem
Vinay Rao
 
Leveraging Amzon EC2 Container Services for Container Orchestration
Leveraging Amzon EC2 Container Services for Container Orchestration
Neeraj Shah
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
OReilly SACON 2016 "A Practical Guide for Continuous Delivery with Containers"
OReilly SACON 2016 "A Practical Guide for Continuous Delivery with Containers"
Daniel Bryant
 
A Container-based Sizing Framework for Apache Hadoop/Spark Clusters
A Container-based Sizing Framework for Apache Hadoop/Spark Clusters
DataWorks Summit/Hadoop Summit
 
Containerization
Containerization
Suryadeep Chatterjee
 
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
SERENEWorkshop
 
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
Henry Muccini
 
EMC World 2016 - code.13 State of the Container Ecosystem with Persistent App...
EMC World 2016 - code.13 State of the Container Ecosystem with Persistent App...
{code}
 
Containers as Infrastructure for New Gen Apps
Containers as Infrastructure for New Gen Apps
Khalid Ahmed
 
July 2014 HUG : Privilege Isolation in Docker Containers
July 2014 HUG : Privilege Isolation in Docker Containers
Yahoo Developer Network
 
56k.cloud training
56k.cloud training
Brian Christner
 
Advanced resource allocation and service level monitoring for container orche...
Advanced resource allocation and service level monitoring for container orche...
Conference Papers
 
Advanced resource allocation and service level monitoring for container orche...
Advanced resource allocation and service level monitoring for container orche...
Conference Papers
 
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
A Host Selection Algorithm for Dynamic Container Consolidation in Cloud Data ...
IRJET Journal
 
IRJET- Container Live Migration using Docker Checkpoint and Restore
IRJET- Container Live Migration using Docker Checkpoint and Restore
IRJET Journal
 
Build cloud native solution using open source
Build cloud native solution using open source
Nitesh Jadhav
 
The journey to container adoption in enterprise
The journey to container adoption in enterprise
Igor Moochnick
 
State of the Container Ecosystem
State of the Container Ecosystem
Vinay Rao
 
Leveraging Amzon EC2 Container Services for Container Orchestration
Leveraging Amzon EC2 Container Services for Container Orchestration
Neeraj Shah
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
OReilly SACON 2016 "A Practical Guide for Continuous Delivery with Containers"
OReilly SACON 2016 "A Practical Guide for Continuous Delivery with Containers"
Daniel Bryant
 
A Container-based Sizing Framework for Apache Hadoop/Spark Clusters
A Container-based Sizing Framework for Apache Hadoop/Spark Clusters
DataWorks Summit/Hadoop Summit
 
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
SERENEWorkshop
 
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
SERENE 2014 School: Measurement-Driven Resilience Design of Cloud-Based Cyber...
Henry Muccini
 
EMC World 2016 - code.13 State of the Container Ecosystem with Persistent App...
EMC World 2016 - code.13 State of the Container Ecosystem with Persistent App...
{code}
 
Containers as Infrastructure for New Gen Apps
Containers as Infrastructure for New Gen Apps
Khalid Ahmed
 
July 2014 HUG : Privilege Isolation in Docker Containers
July 2014 HUG : Privilege Isolation in Docker Containers
Yahoo Developer Network
 
Ad

More from IRJET Journal (20)

Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Ad

Recently uploaded (20)

Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Mark Billinghurst
 
retina_biometrics ruet rajshahi bangdesh.pptx
retina_biometrics ruet rajshahi bangdesh.pptx
MdRakibulIslam697135
 
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
محمد قصص فتوتة
 
International Journal of Advanced Information Technology (IJAIT)
International Journal of Advanced Information Technology (IJAIT)
ijait
 
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
Shabista Imam
 
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
hosseinihamid192023
 
Fatality due to Falls at Working at Height
Fatality due to Falls at Working at Height
ssuserb8994f
 
Complete guidance book of Asp.Net Web API
Complete guidance book of Asp.Net Web API
Shabista Imam
 
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
resming1
 
60 Years and Beyond eBook 1234567891.pdf
60 Years and Beyond eBook 1234567891.pdf
waseemalazzeh
 
Unit III_One Dimensional Consolidation theory
Unit III_One Dimensional Consolidation theory
saravananr808639
 
Modern multi-proposer consensus implementations
Modern multi-proposer consensus implementations
François Garillot
 
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Shabista Imam
 
Structural Wonderers_new and ancient.pptx
Structural Wonderers_new and ancient.pptx
nikopapa113
 
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
resming1
 
Solar thermal – Flat plate and concentrating collectors .pptx
Solar thermal – Flat plate and concentrating collectors .pptx
jdaniabraham1
 
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Mark Billinghurst
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Shabista Imam
 
20CE404-Soil Mechanics - Slide Share PPT
20CE404-Soil Mechanics - Slide Share PPT
saravananr808639
 
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Mark Billinghurst
 
retina_biometrics ruet rajshahi bangdesh.pptx
retina_biometrics ruet rajshahi bangdesh.pptx
MdRakibulIslam697135
 
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
محمد قصص فتوتة
 
International Journal of Advanced Information Technology (IJAIT)
International Journal of Advanced Information Technology (IJAIT)
ijait
 
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
Shabista Imam
 
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
hosseinihamid192023
 
Fatality due to Falls at Working at Height
Fatality due to Falls at Working at Height
ssuserb8994f
 
Complete guidance book of Asp.Net Web API
Complete guidance book of Asp.Net Web API
Shabista Imam
 
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
resming1
 
60 Years and Beyond eBook 1234567891.pdf
60 Years and Beyond eBook 1234567891.pdf
waseemalazzeh
 
Unit III_One Dimensional Consolidation theory
Unit III_One Dimensional Consolidation theory
saravananr808639
 
Modern multi-proposer consensus implementations
Modern multi-proposer consensus implementations
François Garillot
 
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Shabista Imam
 
Structural Wonderers_new and ancient.pptx
Structural Wonderers_new and ancient.pptx
nikopapa113
 
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
resming1
 
Solar thermal – Flat plate and concentrating collectors .pptx
Solar thermal – Flat plate and concentrating collectors .pptx
jdaniabraham1
 
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Mark Billinghurst
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Shabista Imam
 
20CE404-Soil Mechanics - Slide Share PPT
20CE404-Soil Mechanics - Slide Share PPT
saravananr808639
 

Dynamic Resource Allocation Algorithm using Containers

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 694 Dynamic Resource Allocation Algorithm Using Containers Akshay Patil1, Hrishikesh Jadhav2, Swaraj Mankar3, Arti Jaware4, Prof. Bhushan Pawar5 1,2,3,4Students, Assistant Professor5, Department of Computer Engineering Savitribai Phule Pune University, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - High processing data and dynamic work load on servers results in resource depletion or resource exhausting. To overcome such situations, basic response is scaling the available resources, but rather than scaling the resources, we should use available resources optimally Due to high processing cost of data most of data processing tasks becomes hard to maintain. But rather than scaling the available resources we can focus on better utilization of resources available to us and reducing the wastage of resources.In server farms, most of the maintaining cost is due to cooling system and power consumption of servers in ideal state of servers. In past few years, data scientist and researcher developed many algorithms and modelstoallocate resource dynamically as an alternative for virtualization which is hypervisor based and requires static allocations of resources. Virtualized system holds resources even when it is ideal, this results in unfair resource allocation. This paper uses Dynamic Node Selection Algorithm for Container Deployment for building a portal which will use Docker and Hadoop in combine for better resource utilization and increase processing speed. Key Words: Big data, Map-reduce, Containerization, Docker, Fuzzy interface system. 1.INTRODUCTION Energy consumption rate of the server farms is way more than the actual energy required for theprocessing.Hugepart of the energy is wasted on running the servers ideal and on cooling system of the server farm. This can be avoided by better utilization of servers for every situation in dynamic load distribution. Currently there are some framework which are used to share resources in cluster for workload management. For cloud computing environment various runtime parameter set statistically whichleadtounbalanced resource allocation in cluster. By adding and removing resources at run time we can make cloud platform flexible and cost efficient. For this purpose, we use containerization. Nowadays, containerization gained popularity by various major vendors like Microsoft, google, amazon as an alternative to virtual machine. To assign the load on proper nodes firstly, determine the status of each active node in the network, then pass it to the fuzzy interface system(FIS) which dynamically calculates workload on each node and then node selection algorithm for container deployment(NSCD) is used to deploy containers on the best node in the cluster. 2. Theoretical background [1] According to the proposal, for unreliable nature of distributed systemswhich is used by cloud providersshould have another alternative. So authorproposedXtreemFS,afile system for cheap scale-out solution for storage. [2] Proposedthat, ratherthanproviding staticallyconfigured computing resources, system should provide computing resourceson demand. This encouragescost efficientusageof computing resources. [3] Authors presented a Container-as-a-Service (CaaS) framework to deploy workflow or applicationsautomatically acrossmultiple vendor systems. Containersallow servicesto run in isolated environments without the extra overhead of running entirely separate operating systems. But, the problemsof how to effectively manage computing resources for containers remain open, because multiple applications sharing the same resourcescanresult in substantialresource contention among the applications in the containers. [4] Proposed an adaptive control scheme by serializing applications for the casesof overutilizationof CPUresources, where the qualityof servicesin the cluster wasconsideredas a multidimensional objective function. authors proposed a solution by extending the concept of time slicing to the level of virtualization container. [5] Proposed "Fuzzy logic based dynamic load balancing in virtualized data centres". Authorsdevelopedadynamicfuzzy load balancing algorithm which allows system to select next virtual machine based on resource utilization to schedule upcoming job. [6] Described node selection algorithm for container deployment(NSCD), where a Fuzzy Inference System (FIS) is applied todynamicallypredictthemostpropernode(server) where the selected containers will be deployed. This algorithm is used for better utilization of resources and reduction in the data processing cost. This is the basic algorithm used in our architecture. We used Hadoop for the better handling of big data and some alteration in the algorithm which reducescomplexity at some level. We are using Best Fit approach for allocation of nodes.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 695 I. Docker Docker is a tool for management of container. Containers provides kernel level virtualizationwhichislightweightthan virtualmachine. Management of containerssuch ascreating, deploying them becomessimplified by Docker. Application’s environment and related dependencies are bundled in a single package, ready to deploy. II. Methodology Rate of growing data with time in this modern age is enormous. Data can be unstructured or semi-structured generated from various heterogeneous systems. To create environment that provides computation and distributed storage across cluster of resources we use Hadoop. Hadoop implicitly distributes load on clusters. Hadoop can handle data processing in the provided cluster. For better resource utilization and eliminating of overheads of virtual machine we are using Docker. It is easy to deploy container using Docker. Hadoop is structuredincontainer,so we can easilymove processing environmentforHadoop.This helps in dynamic adaption of available resource. Dynamic Node Selection Algorithm for Container Deployment, monitors resource availability and usage of nodes, which is useful for node selection basedoncontainer’s requirements and resource availability. The architecture is supported with theuserplatformwhichis portal for query submission and viewing resultofqueryafter processing. User is also provided with the graphical presentation ofresource utilization of all the nodesavailable in the system. Algorithm monitors and collects information about active nodes in network and resource utilization of active nodes. Algorithm provides IP of optimum node for processing to Docker which will deploy container on that particular node. Each node is capable of running multiple containers according to the resources available for that node. Each container runs Hadoop image which will process the query and provides output to the user. 5. Data acquisition and algorithm 5.1 Data acquisition Required data and metadata about the system and user query is collected before start of the algorithm. This data can be collected as follows
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 696 Consider a “Info” class with attributes as CPU utilization, Memory utilization, I/O utilization and Network utilization. 5.2 CPU utilization It is overall CPU utilization of the system’s processing power. This can be obtained by “iostat” which is a system monitoring utility of Linux. 5.3 Memory utilization Memory utilization if required for the amount of memory available or used as per the requirements to find total processing load on the system. This can be obtained by the “/proc/meminfo” file in Linux file system. 5.4 I/O utilization It is required for finding pendingwork. Percentage shows how resources are busy for pending task. It can be obtained by “iostat” utility. 5.5 Network utilization Network utilization provides traffic on network. It can be obtained from “/proc/net/dev” file. 5.6 Optimal node selection algorithm Input: Available node in cluster: N = (N1, N2, N3………Nn); Container to deploy “Container” output: optimal node for container. It will provide IP of optimum node to Docker. Steps: 1. Find active devices connected in the network. N = (N1, N2, N3………Nn) Active devices can be identified by network monitoring tools or classes/API provided by language (E.g. InetAddress class in Java) 2. Find all attributes of “Info” class for each node. Info(N) = (CPU utilization, Memory utilization, I/O utilization, Network utilization). 3. Rank all the nodes according to according the load on each node in descending order. Load = Desc(N1(load), N2(load), N3(load) …. Nn(load)) 4. Find minimum requirements of the container to deploy. This can be obtained from the available Docker utilities. Container(min) = (CPU utilization, Memory utilization, I/O utilization, Network utilization). 5. For (Container(min) >= N(info)) for (Node with minimum rank) Select optimum node for container deployment. 6. Check if next job is available. If (Next job available) Repeat from step1 If (Next job not available) Stop 7. Stop 6. Experimental setup For validating the propose framework we create small cluster of computers that used four node in which one is act as server and other three act as portal(client).this four machine are connected via Giga-Ethernet and each node equipped with 1xCPU@2GHZ and 2GB RAM. OS running on primary hardware is Ubuntu 14.04(LTS) with 3.13 kernel version (Docker support kernel version of 3.13 or more) on which Docker and all its dependencies are installed. 7. Proposed Outcomes Outcome of the project will be the result of the user query submitted by theuser for processing. The queryresultwillbe accompanied by the graphical representation oftheresource utilization of active nodes in the network. Output of the project represents the better utilization of resourcescompared to the virtualizationandreductioninthe data processing cost due to use of Docker which is light weight virtualization tool, the dynamic resource allocation approach of the algorithm which is capable of better load sharing among the available nodes and huge data handling capacity of Hadoop. 8. Conclusion By using Docker which is container manager and the Node Selection algorithm for container deployment(NSCD) using dynamic resource allocation approach the processing speed has significant increase. Container which is light weight virtualization technique helpsto achievemaximumresource utilization and minimum wastage of resources. The algorithm definitely decreases processing cost of data. This approach can help to build maximum numbers of server farms possible with minimum cost required. References [1] C. Kleineweber, A. Reinefeld, and T. Schütt, "QoS-aware storage virtualization for cloud file systems," in Proceedings of the 1st ACM International Workshop on Programmable file systems, 2014, pp. 19-26.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 697 [2] A. T. Saraswathi, Y. R. A. Kalaashri, and S. Padmavathi, "Dynamic Resource Allocation Scheme in Cloud Computing," Procedia Computer Science, vol. 47,pp.30- 36, // 2015. [3] X. W. Ye Tao, Xiaowei Xu and Guozhu Liu, "(in press) Container-as-a-Service Architecture for Business Workflow," Int. J. Simulation and Process Modelling, 2016. [4] J. Monsalve, A. Landwehr, and M. Taufer, "Dynamic CPU Resource Allocation in Containerized Cloud Environments," in Cluster Computing (CLUSTER), 2015 IEEE International Conference on, 2015, pp. 535-536. [5] Z. Nine, S. Md, M. A. K. Azad, S. Abdullah, and R. M. Rahman, "Fuzzy logic based dynamic load balancing in virtualized data centres," in FuzzySystems(FUZZ),2013 IEEE International Conference on, 2013, pp. 1-7. [6] Ye Tao Xiaodong Wang, Xiaowei Xuin and Yinong Chen their research paper "Dynamic Resource Allocation Algorithm for Container-based Service Computing" published in the 2017 IEEE 13th International Symposium on Autonomous Decentralized Systems.