DigitalOcean Kubernetes Challenge and vcluster Sharing

I joined a k8s challenge event organized by DigitalOcean in December 2021 that I couldn’t quite recall how I came across its ads 😅Anyways, I picked one of the suggested topics: Deploy a virtual cluster solution Install vcluster to test upgrades (eg. 1.20 to 1.21 DOKS version) of your cluster. With a virtual cluster, you can create a new Kubernetes cluster inside your existing DOKS cluster, test the application in this new vcluster, and then upgrade your original cluster if everything works well with the new version....

2022-02-11 · 2 min · Me

How did I create this blog for free with Github Pages, Hugo, PaperMod and Giscus

Setting up a personal blog with Github Pages, Hugo and PaperMod I decided to write blog posts to log my learning experiences as a tool of reflection. Apparently, opensource stuff is preferred since I don’t want to pay for it. Github Pages I heard about Github Pages can host static websites easily via converting some markdown into HTMLs. And actually, I had given it a shot long long time ago for my resume with Jekyll....

2022-01-26 · 4 min · Me