Marc Wäckerlin
Für eine libertäre Gesellschaft
Politik
Computer
Konsumentenschutz
Person
Tag Cloud
Administration
Backup
Betrug
Cloud
Cluster
Configuration
Docker
Filesystem
Kubernetes
LAM
LDAP
Linux
LizardFS
OpenShift
Server
Swarm
Ubuntu
Virtual Machine
Aktuelle Beiträge
Computer: Run a Stable LizardFS
After some evaluation, LizardFS is my recommended distributed file system. It provides redundancy for huge amounts of storage and is fast enough to serve as docker storage backend. But still there are a lot of pitfalls that could make you loose your data. Here is a collection of my learnings.
Computer: PC-Engines APU.2D4 as Docker Worker
How to use some cheap CHF 178 APU.2D4 servers to build up a powerful docker swarm cloud based on Ubuntu. You find step by step installation instruction including some hints for optimization. As storage backend, I recommend LizardFS.
Computer: Backup Ubuntu to Docker
Setting up a server for backing up your ubuntu home, e.g. from your notebook, is a task, done in just ten minutes. All you need is a publicly available server running docker.
Computer: Evaluation of Distributed Filesystems for Docker Swarm
Evaluation of a distributed filesystem to be used for docker swarm volumes.
Computer: Docker Swarm and GlusterFS
Docker swarm is very easy to setup and maintain. It distributed containers over several nodes in a cloud, offers load balancing, redundancy, failover, smooth updates. But local volumes stay locally, so you need a cluster or network file system. That's where gluster enters the stage.
Computer: Kubernetes on Ubuntu 16.04
How to install and maintain Kubernetes in Ubuntu 16.04. I have abandoned Kubernetes in favour of Socker Swarm which is much easier to use and maintain.
Computer: Setup OpenLDAP Server in Docker
Setup an OpenLDAP server in a docker container, including a LDAP Administration Manager web interface, requires just four commands in a Linux bash. Three more to enable TLS.
Computer: Docker Overview
This article is for all those who are confused by the Docker concepts and who would like to have a short summary of the important things, instead of a widely distributed documentation.