Hi there!

Thank you for visiting my place on the internet.

This site is like a personal tech diary. A place to capture experiments and ideas on my tech journey. Some things work, some break, all of them teach me something.

Nothing to serious just a curious computer nerd trying to document his journey. (more about me)

posts/: polished write-ups of things I’ve built, fixed, or explored in detail.

notes/: half-finished ideas, quick refs, cheatsheets, and fragments from my Obsidian vault.

The content of my website is also available as an interactive Terminal:
TRY ME → ssh guest@makol.li

Latest posts

May 10, 2026

GitOps: ArgoCD Project

GitOps deployment of a sample microservice on a Kubernetes cluster: Argo CD as GitOps tool, Loki/Alloy/Grafana for logging, Bitnami Sealed Secrets for secrets. Cloud Operations course project, team of 2.

Oct 9, 2025

Linux Networking: Proxmox VXLAN Setup

To deepen my understanding of Linux networking, I set up a small Proxmox cluster with VXLAN tunneling and an Envoy proxy in front of the nodes. It started as a simple learning project, but quickly turned into one of those rare experiences where the concepts finally click instead of just being memorized.

Sep 20, 2025

Evolution of makol.li

This homepage started as a playground to learn the basics of HTML/CSS and dip my toes into hosting.
In this post, I’m walking through the different versions of the site, how the code evolved, and what I picked up along the way.

Latest notes

Jun 10, 2026

Isovalent: eBPF Labs

Some notes and command dumps of interesting Isovalent Labs

Apr 9, 2026

Ansible: Configuration management

Ansible usage examples

Apr 9, 2026

Terraform/OpenTofu: Infrastructure provisioning

Usage examples