Tag: docker

  • Thumbnail for Infrastructure deployment in Terraform 2/2

    Infrastructure deployment in Terraform 2/2

    In a previous post, I introduced Terraform Cloud and covered how to use AWS profiles with Terraform. This time I explored some alternatives to Terraform…

    Read
  • Thumbnail for Local multi-node cluster – Minikube, MicroK8s and KinD

    Local multi-node cluster – Minikube, MicroK8s and KinD

    In this post we compare Minikube, MicroK8s and KinD as different approaches to build multi-node cluster locally. Is Docker desktop bad? In the previous post…

    Read
  • Getting started with GitHub Actions

    In my orthweb project, I had to compile a library on my own. In search for free computing resources I realized that GitHub action can…

    Read
  • Secure web application deployment

    In Nov 2020, I created OrthWeb project, a deployment of Orthanc’s server. Orthanc is a DICOM viewer and repo shipped in Docker container. In the…

    Read
  • IPVS, iptables and kube-proxy

    This is an overview of the underlying technologies that drives load balancing. It covers LVS, Netfilter, iptables, IPVS and eventually kube-proxy. LVS (Linux Virtual Server)…

    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