Insecure Local Private Docker Registry
Certainly the kind of deployment explained on my previous article does not suit certain type of deployment. While Let’s Encrypt makes it easier for anybody who own a domain to…
Creating Local Private Registry for Docker Swarm Deployment
If your docker swarm deployment uses images from publicly accessible image registries such as docker hub, you will not need this. But, what if your cluster uses customized build? You…
NFS via SSH Tunnel
In the event that you find yourself in an absurd and odd situation that you need to mount a NFS share between 2 servers connected only through internet connection, you…
My WordPress setup with Docker and Traefik, and updating to the latest WordPress Docker Image
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Using multiple SSL certificates and load balancing multiple sites with Traefik
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Review: GK66 Bluetooth Mechanical Keyboard with Swappable Gateron Optical Switch
The GK66 promises a lot of stuff. It’s fairly affordable, A bluetooth 3.0, mechanical keyboard with swappable switches sounds too good to be true, isn’t it? I feel that a…
New domain, not really
Well, yes, not really. The domain was registered as early as 2004 I think. It gained google cloud service in 2012. The domain and its’ subs have been used a…
What’s on My YouTube Playlist #2
So I previously did the first “What’s on My Youtube playlist” back in March 2016 and I kinda want to give an update on it. Also, a friend of mine…
Docker Swarm Load Balancing and SSL Termination with Traefik
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Docker Swarm Load Balancing and SSL Termination with DockerCloud HAProxy
Prerequisite If you have internet facing VMs, particularly 2 of them, as a manager and a worker, and your own domain, that would be great. You can also do this…