Hi everyone, i recently found a dusty hp elite desk in a friends garage, 8gb ram 120gb ssd. Dusted it off and today i installed Ubuntu connected remotely and installed docker and ran my first container on it.
Update: I tore down the Ubuntu and installed proxmox… had an old router lying around packing dust so I used it to isolate the server then I assigned a static ip to it. The installation was pretty much straightforward. Then I installed tailscale so that I could ssh from anywhere since I’m not on the same network. Created an ubuntu vm and did a GitOps project. I found in the DevOps channel. Self hosting a static site. I build the image and pushed it into a private registry inside my network, ArgoCD automatically detects my commit on GitHub(checks manifests) then k3s pulls the image from the registry, then updates the site.
hi @David Vincent i actually followed up and did this project. Built a Docker image for a static site, pushed it to Docker Hub, and used ArgoCD to watch my repo and sync the deployment manifests to my Kubernetes cluster