While there are many tools to set up single-node Kubernetes cluster (e.g. minikube, MicroK8s, kind, or k3s with the k3d wrapper), docker-desktop has a significant…
The previous post about virtualization and containerization brought up some underlying technologies which Docker build containers on, including: In this post we further discuss the…
My previous notes include some tricks in hosting legacy application in docker. This is a continuation from that work, after 1.5 months… Use Case I…
This is my notes from containerizing a legacy application with Docker compose. We have to run multiple instances of our application because we’re unable to…