DevOps Camp 2019

Das DevOps Camp [https://devops-camp.de/] ist wieder einmal Geschichte und das natürlich viel zu schnell. Die Veranstaltung ist als BarCamp [https://de.wikipedia.org/wiki/Barcamp] angelegt, genauere Informationen findet man hier [https://devops-camp.de/das-devops-camp/]. Nachdem vorher nur grob ein Themenrahmen gesteckt wird, findet wie immer eine kurze…

Comparing (OVH) I/O performance

Since some time I'm using cloud resources provided by OVH [http://www.ovh.com] for some projects I'm involved. Recently we decided to give Zammad [https://zammad.org/], an opensource support/ticketing solution, a try. We did choose the docker compose way [https://docs.zammad.org/en/latest/install-docker-compose.html]…

Deploying a (simple) docker container system

When a small platform for shipping containers is needed, not speaking about Kubernets [https://en.wikipedia.org/wiki/Kubernetes] or something, you have a couple of common things you might want to deploy at first. Usual things that I have to roll out everytime deloying such a platform: * docker [https:…

Container Orchestration Thoughts

Since some time everybody (read developer) want to run his new microservice [https://en.wikipedia.org/wiki/Microservices] stacks in containers [https://en.wikipedia.org/wiki/Operating-system-level_virtualization]. I can understand that building and testing an application is important for developers. One of the benefits of containers is, that developer…