Skip to main content

Other Stories

New Blog Layout!

For years I ran this blog on a very old, outdated CMS. It had been unsupported for a long time, and I had zero interest in maintaining it. My only interest was writing about things I found important...

Kubernetes, Containers, and HPC at UberCloud

Long time no updates on my blog. Need to change that… @UberCloud we published a whitepaper about our experiences running HPC workload on Kubernetes. You can download it here. A shortened version...

qsub for Kubernetes - Simplifying Batch Job Submission

Many enterprises adopting cloud application platforms like Pivotal Application Service and container orchestrators like Kubernetes for running their business applications and services. One of the...

Combining Technical and Enterprise Computing

New workload types and management systems popping up once in a while. Blockchain based workload types started to run on CPUs, then on GPUs, some of them later even on ASICs. Recent success of AI...

The Road to Pivotal Container Service - PKS

A few days ago Pivotal released version 1.3 of its solution for enterprise ready container orchestration. Unfortunately the days of release parties are gone but let me privately celebrate the advent...

Unikernels Still Alive?

During the widespread adoption of container technologies Unikernels have been seen for a very short while as potentiell successor technology. Docker bought Unikernel Systems in January 2016. After...

Pivotal’s Function Service and Go

Since a few days Pivotal grants access to Pivotal Function Service for early adopters. All what is required for testing PFS is an account at Pivotal Network (which can be setup within minutes) and a...

Installing Grafana on Raspberry Pi 2

Collecting time series data like stock market or home automation data and storing it in InfluxDB is easy using the new Go client library of InfluxDB. The next step is displaying the data like...

Installing Influx DB on Raspberry Pi 2

InfluxDB is a simple time series database written entirely in Go without external dependencies. This makes it attractive to have it running on a Raspberry 24/7 to collect home automation or stock...

Using GPUs with #golang

A nice presentation about how to use the Go programming language (#golang) with CUDA (from FOSDEM 2014): Scientific GPU Computing with Google's Go Language

Go 1.1 Released

The new version keeps compatiblity and adds several language and library changes. Some of them are method values, terminating statements, the size of int on lx-amd64 (now 64 bit), as well as heap...

Unikernels and Containers (2016/06/14)

Thanks to Docker (and Go of course) containers are applied for a broad range of use cases. They became especially important in the services world, for testing and development, and they also start to...