I am summarizing here what I have found out through research and hands-on work on my area of interest.

GPU cluster construction with Kubernetes (not yet completed)

Motivation I took on the challenge of creating a GPU cluster using multiple workstations I have set up at home to study Kubernetes. It was a hurdle for me, as I was new to Kubernetes. This is because I had to learn from the documentation whether the operations were necessary only during installation or when building the cluster (during operation). As it stands, the GPU cluster is not operational! This [Read More]

Publish a static blog created by Hugo on GitHub Pages

Motivation I had been thinking of the place to compile and store some researches and trials I had done on my field of interest. I decided to use mark downs to describe them, because I’d like to be able to rerecence pages on the internet, display source files such as shell script, and even express formulas. When I was thinking about it, GigHub comes to mind and I decided to store and publish it on GitHub Pages. [Read More]