A short technical overview of how this site is built and deployed.
The site runs on a VPS virtual private server.
I use Kubernetes to run (optionally) multiple services, manage restarts, and simplify scaling when required.
This website is built with Docker image.
ArgoCD enables GitOps-based continuous deployment, automatically syncing Kubernetes resources from Git repositories.
GitOps principles are used to manage infrastructure and application deployments declaratively through Git.
Nginx is the web server and reverse proxy in front of the site.
To provide HTTPS, Certbot obtains and renews certificates from Let's Encrypt.