An introduction to Docker pt.3: Storage and Networking

Previous article -> An introduction to Docker pt.2

The Docker introduction series continues with a new article dedicated to two fundamental elements of a containers ecosystem: volumes and connectivity.
That is, how to let two containers communicate with each others and how to manage data on a certain folder on the host.

Storage: volumes and bind-mounts

Files created within a container are stored on a layer that can be written by the container itself with some significant consequences:

  • data don’t survive a reboot or the destruction of the container.
  • data can hardly be brought outside the container if used by processes.
  • the aforementioned layer is strictly tied to the host where the container runs, and it can’t be moved between hosts.
  • this layer requires a dedicated driver which as an impact on performances.

Docker addresses these problems by allowing containers to perform I/O operations directly on the host with volumes and bind-mounts.

Read more ...

Introduction to Docker - pt.2

Previous article -> Introduction to Docker - pt.1

Images and Containers

An image is an ordered set of root filesystem updates and related execution parameters to be used in a container runtime; it has no state and is immutable.
A typical image has a limited size, doesn’t require any external dependency and includes all runtimes, libraries, environmental variables, configuration files, scripts and everything needed to run the application.

A container is the runtime instance of an image, that is, what the image actually is in memory when is run. Generally a container is completely independent from the underlying host, but an access to files and networks can be set in order to permit a communication with other containers or the host.

docker image rm

Conceptually, an image is the general idea, a container is the actual realization of that idea. One of the points of strength of Docker is the capability of creating minimal, light and complete images that can be ported on different operating systems and platforms: the execution of the related container will always be feasible and possible thus avoiding any problem related to the compatibility of packages, dependencies, libraries, and so forth. What the container needs is already included in the image, and the image is always portable indeed.

Read more ...

Project Honolulu: a web-based management control for Windows Server by Microsoft

Announced last 14th September with a TechNet blog post, Project Honolulu is the free, Web-based HTML5 platform for centralized management of hosts and clusters that allows to control, manage and troubleshoot Windows Server environments from a single panel. Today is available as a “technical preview”.

Typically, the administration Windows server environments relies upon MMC (Microsoft Management Console) and other graphic tools, in addition to PowerShell, which guarantees a powerful and complete scripting system capable of an high level of automation.
Project Honolulu can be compared to VMware vCenter’s Web Client (albeit some differences), is a centralized management solution for Windows Server hosts and clusters, conceived not as a replacement for System Center and the Operations Management Suite, but as a complementary tool.

Projet Honolulu is the natural evolution of Server Management Tools (SMT is the analog tools retired a few months ago because as it ran on Azure, it required a constant Internet connection that sometimes it can’t be guaranteed) and represents its local, on-prem version. It’s not a substitute for MMC.
During last Ignite, Microsoft introduced the project with two demo sessions (one and the other), and covered the topic with a blog post.

 

project honolulu architecture

Read more ...

An introduction to Docker

You have heard about it for sure, it’s one of the hottest technologies of the moment and it’s gaining momentum quickly: the numbers illustrated at DockerConf 2017 are about 14 million Docker hosts, 900 thousands apps, 3300 project contributors, 170 thousands community members and 12 billion images downloaded.
In this series of articles we’d like to introduce the basic concepts in Docker, so to have solid basis before exploring the ample related ecosystem.

The Docker project was born as an internal dotCloud project, a PaaS company, and based on the LXC container runtime. It was introduced to the world in 2013 with an historic demo at PyCon, then released as an open-source project. The following year the support to LXC ceased as its development was slow and not at pace with Docker; Docker started to develop libcontainer (then runc), completely written in Go, with better performances and an improved security level and degree of isolation (between containers). Then it has been a crescendo of sponsorships, investments and general interest that elevated Docker to a de-facto standard.

It’s part of the Open Container Project Foundation, a foundation of the Linux Foundation that regulates the open standards of the container world and includes members like AT&T, AWS, DELL EMC, Cisco, IBM Intel and the likes.

Docker is based on a client-server architecture; the client communicates with the dockerd daemon which generates, runs and distributes containers. They can run on the same host or on different systems, in this case the client communicates with the daemon by means of REST APIs, Unix socket or network interface. A registry contains images; Docker Hub is a public Cloud registry, Docker Registry is a private, on-premises registry.

 

docker architecture

Read more ...

Public Cloud and Veeam’s future

An interview with Olivier Robinne, Veeam EMEA Vice President

During VMworld Europe 2017 we had a chat about the future development and fate of their product with Olivier Robinne, Veeam EMEA VP.

OlivierRobinne

Read more ...

News from VMworld 2017 in Barcelona

VMWorld Europe 2017 started today in the classic congress venue of Barcelona.

As always, VMware participates with a number of announcements and new products: we will cover the most exciting news.

welcome vmworld

New VMware HCX technologies for portability and multi-cloud and multi-site integration are now available

VMware HCX is a technology that enables secure, fast and protected mobility and interoperability between different clouds, thus allowing the migration of big-sized applications without downtime. Being a new solution, it will be initially available on IMB and OVH platforms only, and accessible by means of VMware Cloud Providers.

Read more ...

VM Explorer 6.3

Installation requirements
VM Explorer is composed by a software that has to be installed on a Windows Server 2008 R2 or more recent server (either virtual or physical). Other requirements are the same as the previous version, except having the .NET 6.4.2 package installed; support for 32-bit OS is over.

Once the installation is completed, start the program and select the Web Settings menu voice to set the admin password; you also need to set an IP address to access the Web interface: this release, as the previous 6.2 version, doesn’t feature the Windows client anymore.

1 vmexplorer webserver settings

Read more ...

XenServer: installation and first steps

Previous article: an introduction to XenServer

In the previous issue we have introduced the XenServer hypervisor and talked about its history, from the origin of the project up to now, then we’ve described its structure and operating mode. In this new article we’ll take a closer look at how to install and use it. The ISO image is available at this address, where you can also access to Software Development Kits, patches and documentation.

Like other hypervisors, there’s an HCL list with supported hardware, but for a testing purpose you can install Xen onto a whitebox with non-officially supported hardware: take care when choosing chipset and network cards (Intel IHC and Realtek NICs are to be preferred). Once the hardware and the ISO are ready, create a bootable USB drive (using free tools like UnetBootin or Rufus) and start the installation by selecting boot from such drive.

1 Select XenServer 7 Installation Source

Read more ...

An introduction to XenServer: an Open Source enterprise [para]virtualization solution

Xen, like VMware ESXi, is an hypervisor, that is, a software that allows to run several virtual machines -even with different operating systems, at the same time on the same hardware, sharing resources with the aim op optimizing costs and the management of the IT infrastructure. Given its nature, it’s often compared with concurrent platform by Microsoft (Hyper-V) and VMware (vSphere/ESXi), and in this article we are going to cover its characteristic.

A little bit of history

The Xen virtualization project was born in 2003 at the University of Cambridge as a research project. Within a few time XenSource was founded, before being acquired by Citrix in 2007, which keeps a free version but starts to develop a paid version. The project is backed by big players of the market like Intel, AMD, Cisco, Amazon, Google, Oracle, Samsung and Verizon.

In 2013 Xen became part of the Linux Foundation, and Citrix adopted an opensource licensing for its own XenServer product, then at version 6.2. The paid version, which included support and additional maintenance services, still remains.

3952

Read more ...

VMUG Meeting 2017: Padua - 5 April 2017

After the big success of the UserCon, which was in Milan last November, VMUGIT returns in 2017 with an events calendar rich and exciting as always.

vmug logo

We’d like to keep you updated on VMUG meetings, which are useful for those seeking further information on the VMware world, or just want to meet with people working with the same technologies. The first 2017 meeting will be held Wednesday 5 April in Padua.

The highlights of the event are sessions on the following topics:

SAP HANA on vSphere - Enrico Ongaro (VMware)
Sicurezza a 360° - Cloud, Mobile e Threat Prevention - David Gubiani (Checkpoint)
Green Padlock : A survival guide to vsphere SSL certificates - Marco Scandaletti (Community Speaker)
Photon Controller 1.1.1 Live demo with Alan Civita (Sky UK - Community Speaker)
Questo è Cloud Data Management! - Giampiero Petrosi (Rubrik)

Registration is already open, info and link to the registration page are available at this link.

Read more ...

vSphere 6.5: what's new (from VMworld Europe 2016)

Today VMware announced vSphere 6.5 at VMworld: let’s see what are the new features of a release that finally brings important improvements.

VCSA
vCenter Server Appliance now has a installer with a new appearance and can be used from Linux and Mac too, and news about VCAS are not over yet.

Read more ...

News from VMworld USA 2016

vmworld2016

VMworld 2016, the biggest and most important event about the VMware world, is going on these days in Las Vegas. This year’s motto is “be_TOMORROW”.

Among the most interesting topics introduced so far there’s the new VMware Cloud Foundation platform, a new architecture for the creation of cloud infrastructures. The new Cross-Cloud Architecture (still in Tech Preview) has been presented with vCloud Availability and vCloud Air Hybrid Cloud Manager. There are news also about a better integration between containers and the vSphere environment.

Read more ...

VM Explorer: the new tool by HP Enterprise for VMware vSphere and Microsoft Hyper-V backups

VM Explorer is a software that has been developing by the Swiss Trilead since 2007 and count more than 10.000 worldwide clients. This number is going to increase, mostly considering the growing authority gained after the recent acquisition by HPE, as Roberto Beneduci of CoreTech, the historic distributor of the brand in Italy, confirmed: “With respect of the same period in 2015, in the first three months of 2016, the number of VM Explorer licenses sold has more than doubled.”

 2016 05 23 190845

A well justified acquisition
HPE already had an Enterprise tier backup software, the HPE Data Protector Suite and has, with its server, 60% of the VMware OEM market. With VM Explorer HPE can offer its clients an easy, robust and cheap solution, uniquely dedicated to the backup of virtual systems, very different from Data Protector, which is a solution addressed to a different client tier (infrastructures with thousands of VMs). With this move HPE can now offer all its clients of the Small and Medium Business tier (<100 VMs) a less complicated offer and, under certain aspects, more appealing that the widespread solution by Veeam.

Read more ...

Proxmox 4.1: the challenge to vSphere goes on

In the December 2015 issue of GURU advisor, we covered Proxmox Virtualization Environment with an in-depth review of version 4.0 of the Open Source virtualization platform developed by the Austrian Proxmox Server Solutions. Let’s analyze the new features of the 4.1 release that make it a reasonable competitor to the renowned solutions by Microsoft and VMware.

Proxmox VE vs. vSphere

A comparison with the market-leading hypervisor might seem unfair at first glance, but a careful analysis of the feature of Proxmox VE can let you reconsider it as an alternative, in particular in situations where the budget/performances ratio is the main choice parameter.

Proxmox VE (Proxmox from here onwards) is based on the Debian operating system and brings with itself all pros and cons of this renowned Linux distro: a stable, secure, widespread and well-tested operating system with a very large choice of software packages -albeit sometimes not updated to the latest version in order to guarantee a perfect compatibility and stability- and the “Social Contract” which guarantees all the advantages of the Free Software (https://www.debian.org/social_contract). Other advantages include a well-founded community which is very active in code management and a rich and detailed documentation. For it is an open source project, the source code repository is available to whoever wants to implement new features or adapt the existing ones to his/her own needs. Moreover, the GPL license allows commercial use.

proxmox installazione esxi

Read more ...

banner eng

fb icon evo twitter icon evo

Word of the Day

The term Edge Computing refers, when used in the cloud-based infrastructure sphere, the set of devices and technologies that allows...

>

The acronym SoC (System on Chip) describes particular integrated circuit that contain a whole system inside a single physical chip:...

>

The acronym PtP (Point-to-Point) indicates point-to-point radio links realized with wireless technologies. Differently, PtMP links connects a single source to...

>

Hold Down Timer is a technique used by network routers. When a node receives notification that another router is offline...

>

In the field of Information Technology, the term piggybacking refers to situations where an unauthorized third party gains access to...

>
Read also the others...

Download of the Day

Netcat

Netcat is a command line tool that can be used in both Linux and Windows environments, capable of...

>

Fiddler

Fiddler is a proxy server that can run locally to allow application debugging and control of data in...

>

Adapter Watch

Adapter Watch is a tool that shows a complete and detailed report about network cards. Download it here.

>

DNS DataView

DNS DataView is a graphical-interface software to perform DNS lookup queries from your PC using system-defined DNS, or...

>

SolarWinds Traceroute NG

SolarWinds Traceroute NG is a command line tool to perform advanced traceroute in Windows environment, compared to the...

>
All Download...

Issues Archive

  •  GURU advisor: issue 21 - May 2019

    GURU advisor: issue 21 - May 2019

  • GURU advisor: issue 20 - December 2018

    GURU advisor: issue 20 - December 2018

  • GURU advisor: issue 19 - July 2018

    GURU advisor: issue 19 - July 2018

  • GURU advisor: issue 18 - April 2018

    GURU advisor: issue 18 - April 2018

  • GURU advisor: issue 17 - January 2018

    GURU advisor: issue 17 - January 2018

  • GURU advisor: issue 16 - october 2017

    GURU advisor: issue 16 - october 2017

  • GURU advisor: issue 15 - July 2017

    GURU advisor: issue 15 - July 2017

  • GURU advisor: issue 14 - May 2017

    GURU advisor: issue 14 - May 2017

  • 1
  • 2
  • 3
  • BYOD: your devices for your firm

    The quick evolution of informatics and technologies, together with the crisis that mined financial mines, has brought to a tendency inversion: users that prefer to work with their own devices as they’re often more advanced and modern than those the companies would provide. Read More
  • A switch for datacenters: Quanta LB4M

    You don’t always have to invest thousands of euros to build an enterprise-level networking: here’s our test of the Quanta LB4M switch Read More
  • Mobile World Congress in Barcelona

    GURU advisor will be at the Mobile World Congress in Barcelona from February 22nd to 25th 2016!

    MWC is one of the biggest conventions about the worldwide mobile market, we'll be present for the whole event and we'll keep you posted with news and previews from the congress.

    Read More
  • 1