Skip to main content

docker

2023

Hands-on Nomad
·1592 words·8 mins
devops tools cloud docker
I have been working with Kubernetes as a container orchestration tool for years. Although I think Kubernetes is a great tool if it solves the issues it was meant to solve it also comes with, at least one 😀, issue - Kubernetes is a complex tool to operate and to work with. In this post, I describe my first steps to get in touch with Nomad by HashiCorp, which promises to be less complex than Kubernetes.

2022

Building multi arch Docker images
·265 words·2 mins
devops tools docker
In this post I want to briefly describe how to build Docker images for both platforms at the example of a Docker image for troubleshooting purposes especially within a Kubernetes cluster.