- Details
-
Published: Thursday, 05 July 2018 10:25
-
Written by Riccardo Gallazzi
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 ...
- Details
-
Published: Wednesday, 11 April 2018 14:29
-
Written by Riccardo Gallazzi
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.
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 ...
- Details
-
Published: Monday, 29 January 2018 12:21
-
Written by Riccardo Gallazzi
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.
Read more ...
- Details
-
Published: Monday, 29 January 2018 12:21
-
Written by Riccardo Gallazzi
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.
Read more ...
- Details
-
Published: Monday, 23 October 2017 11:44
-
Written by Guru Advisor
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.
Read more ...
- Details
-
Published: Wednesday, 13 September 2017 18:45
-
Written by Lorenzo Bedin
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.
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 ...
- Details
-
Published: Monday, 29 May 2017 10:19
-
Written by Roberto Beneduci
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.
Read more ...
- Details
-
Published: Monday, 29 May 2017 10:13
-
Written by Andrea Manzini
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.
Read more ...
- Details
-
Published: Friday, 31 March 2017 17:22
-
Written by Andrea Manzini
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.
Read more ...
- Details
-
Published: Friday, 31 March 2017 17:22
-
Written by Guru Advisor
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.
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 ...