Kubernetes Intro – Part 4 – Persistent Storage

I’m almost happy with the basic hands-on understanding I have gained about Kubernetes about which I have written in part 1 to 3 of this series. I understand much better now how Kubernetes manages Docker containers, how it abstracts and manages the distribution of containers in a cluster of servers and how it makes services … Continue reading Kubernetes Intro – Part 4 – Persistent Storage

Kubernetes Intro – Part 2 – The Dashboard

In part 1, I’ve given an introduction to my path to learn more about Kubernetes with a hands-on approach. The story ended with Minikube being installed and a first sample application (the ‘http echosever’) up and running in a container that is managed by Kubernetes. With all of this in place now, the next logical … Continue reading Kubernetes Intro – Part 2 – The Dashboard

Jitsi Meet and the Number of Video Participants

In the previous blog entry, I’ve been looking at a number of different commercial video conferencing solutions and if they offer native Linux support. There are a couple of fabulous products with good Linux support out there that easily support sessions with 15-20 simultaneous video participants. Unfortunately, from a privacy and confidentiality point of view, … Continue reading Jitsi Meet and the Number of Video Participants

Container Games – Private Networks for Private Containers

As I hinted in my 37c3 post, I was using a bit of time at ‘Congress’ to improve the structure of my containers in the cloud. While I have quite a number of projects running in dedicated virtual machines, I have containerized others such as this blog, my MediaWiki, an OnlyOffice instance, Etherpads and a … Continue reading Container Games – Private Networks for Private Containers

Container Games: When LATEST is not the greatest, and how it broke my MediaWiki

Infrastructure as code they say, so I built myself a wonderful Ansible script to update my virtual machines and container installations on a regular basis without manual intervention. This has worked superbly in the past two years or so, but this week I was bitten. When I searched something in my (containerized) MediaWiki instance today, … Continue reading Container Games: When LATEST is not the greatest, and how it broke my MediaWiki