Docker 3 Apr 2024 · 3 min read Docker Swarm vs Kubernetes: A Comprehensive Comparison Digging deep into Docker Swarm, i found some limitation when using it with ansible, and in the end with the high availability and upgrade process which I was not very satisfy with. So I explored, again, Kubernetese... Read more
NetScaler 29 Mar 2024 · 2 min read Traefik and NetScaler Content Switching - lb and monitor The software I use, Ghost behave in a weird way and was sending http (instead of https) for all the pictures... The only way to correct this is to go through traefik to have a first reverse proxy and then going through the Netscaler stack Read more
swarm 27 Mar 2024 · 4 min read From Docker to (Docker) Swarm As mentioned on a previous blog post, I need to get rid of all the different Docker container hosted on several virtual machines to simplify the management and the high Read more
Docker 23 Mar 2024 · 4 min read Docker Swarm on Ubuntu Docker Swarm is a container orchestration tool that enables the deployment, scaling, and management of Docker containers across a cluster of machines Read more