Tag: Docker Compose

  • Thumbnail for Test Open ID Connect Flows Locally

    Test Open ID Connect Flows Locally

    Earlier this year, I had to integrate an application with an identity provider. Both claim to be compliant with Open ID Connect. But when they…

    Read
  • Thumbnail for MinIO for S3-compatible Object Storage

    MinIO for S3-compatible Object Storage

    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…

    Read
  • Thumbnail for Single-node Kubernetes cluster – docker desktop

    Single-node Kubernetes cluster – docker desktop

    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…

    Read
  • Automatic deployment of Orthanc on AWS

    [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…

    Read
  • Docker storage

    Microservices are all about stateless and ephemeral workloads, and containers are great microservices. This may suggest that that Docker is all about ephemeral storage. In…

    Read
  • Docker components

    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…

    Read