MIKELANGELO at Linux Plumbers Conference 2017 in Los Angeles

IBMers Kalman Meth and Mike Rapoport have brought Mikelangelo technology to the attention of Linux Plumbers conference audience in September 2017 in Los Angeles. The Linux Plumbers Conference (LPC) is a developer conference for the open source community. The LPC brings together the top developers working on the “plumbing” of Linux — kernel subsystems, core…

The Art of Preparing OSv Packages

In this post we describe the use of the Capstan tool being extended within MIKELANGELO project. Capstan is a member of the Lightweight Execution Environment Toolbox (LEET) responsible for the management of composable application packages and OSv unikernel lifecycle. This post explains how these packages are prepared so that they are 100% compatible with OSv…

OpenFOAM aerodynamic use case

Pipistrel, a Slovenian light aircraft manufacturer, uses computational fluid dynamics (CFD) simulations in order to design its aircrafts. Pipistrel is currently limited to a small in-house cluster, that is why it is exploring different options in order to increase the fidelity and reduce the calculations time of its CFD simulations. Pipistrel’s main CFD software is…

Awesome Architecture

Introduction: The goal of MIKELANGELO is to develop an approach and the accompanying software that will disrupt the traditional HPC and Private Cloud fields. Currently, the so-called hypervisors are used to divide a physical node into one or more virtual nodes (virtual machines – VMs), which leads to sharing of resources for an efficient overall…

The Microservice Demo Application (Running Inside OSv Unikernels On Kubernetes)

This post is the last in series of Microservice Demo Application posts. If you haven’t already, you can check first two parts below: The Microservice Demo Application (Introduction) The Microservice Demo Application (Running Inside OSv Unikernels Locally) This last part of Microservice Demo Application blog series introduces you to running the application on Kubernetes, still…

The Microservice Demo Application (Running Inside OSv Unikernels Locally)

This post is a continuation of Microservice Demo Application post where Node.js application is described: The Microservice Demo Application (Introduction) The last part of this blog series will introduce you to Running the Application Inside OSv Unikernels On Kubernetes Introduction Application osv-microservice-demo serves for demonstration purposes of the improvements made to OSv and Capstan in…

The Microservice Demo Application (Introduction)

In this post we introduce the Microservice Demo Application and demonstrate how to run it locally, e.g. in your development environment. This is the first part of a three-part blog post. The other parts in this series will be: The Microservice Demo Application (Running Inside OSv Unikernels Locally) The Microservice Demo Application (Running Inside OSv…