I reviewed some storage technologies on Kubernetes but they are all for block and file storage. In this post, I will discuss the current available…
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…
[Update] I changed reverse proxy from Nginx to Envoy. Here‘s the detail. [Update] Some security improvement was introduced in may 2021. Here‘s detail. [Update] Here’s…
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…