Tania Lorido – S3lab http://s3lab.deusto.es S3lab Security Blog Wed, 06 May 2020 12:51:35 +0000 en-US hourly 1 https://wordpress.org/?v=5.1.5 Portable experiments (II) – “Recipes” for VMs http://s3lab.deusto.es/portable-experiments-2/ Thu, 01 Dec 2016 20:27:39 +0000 http://s3lab.deusto.es/?p=8687 In the previous post we talked about Vagrant, a tool that can help us manage the creation of virtual machines. In this post we will focus on another tool called Ansible. It is based on the concept of roles: on

The post Portable experiments (II) – “Recipes” for VMs appeared first on S3lab.

]]>
In the previous post we talked about Vagrant, a tool that can help us manage the creation of virtual machines. In this post we will focus on another tool called Ansible. It is based on the concept of roles: on each virtual machine will be installed a series of specific roles. For example, we will create 3 roles, one that will install Docker, and two additional ones that will download and run a Docker container application.

The post Portable experiments (II) – “Recipes” for VMs appeared first on S3lab.

]]>
Portable experiments (I) – VMs with Vagrant http://s3lab.deusto.es/portable-experiments-1/ Sun, 23 Oct 2016 17:38:40 +0000 http://s3lab.deusto.es/?p=8577 All programmer or researcher need to create development environments or experiments. It is highly desirable that this environments are portable and easily reproducible. The use of virtual machines and / or containers can offer this. There are several tools that

The post Portable experiments (I) – VMs with Vagrant appeared first on S3lab.

]]>
All programmer or researcher need to create development environments or experiments. It is highly desirable that this environments are portable and easily reproducible. The use of virtual machines and / or containers can offer this. There are several tools that can make us lighter this task. In this series of posts we will begin to know Vagrant.

The post Portable experiments (I) – VMs with Vagrant appeared first on S3lab.

]]>
Autoscaling trend: Microservices and Docker http://s3lab.deusto.es/autoscaling-microservices-docker/ Fri, 09 Sep 2016 09:57:35 +0000 http://s3lab.deusto.es/?p=8418 In the previous post we mentioned the potential of cloud computing thanks to the virtualization layer. For years we have been using Virtual Machines (VMs) to house multiple “copies” of the same service. This allows you to add or remove instances,

The post Autoscaling trend: Microservices and Docker appeared first on S3lab.

]]>
In the previous post we mentioned the potential of cloud computing thanks to the virtualization layer. For years we have been using Virtual Machines (VMs) to house multiple “copies” of the same service. This allows you to add or remove instances, ie, scale horizontally. By contrast, the new trend for some years is moving towards the use of containers. First with LXC, afterward Docker, etc.

The post Autoscaling trend: Microservices and Docker appeared first on S3lab.

]]>
Autoscaling with Scryer from Netflix http://s3lab.deusto.es/autoscaling-scryer-netflix/ Tue, 21 Jun 2016 09:57:26 +0000 http://s3lab.deusto.es/?p=8253 More and more companies decide to host their services in the cloud. The advantage of a cloud providers is the hability to use only the resources we need at all times, rather than paying the cost of a fixed number of

The post Autoscaling with Scryer from Netflix appeared first on S3lab.

]]>
More and more companies decide to host their services in the cloud. The advantage of a cloud providers is the hability to use only the resources we need at all times, rather than paying the cost of a fixed number of servers. This elasticity is the result of using a virtualization layer: usually pay for virtual servers (virtual machines or containers).

The post Autoscaling with Scryer from Netflix appeared first on S3lab.

]]>