After upgrading to Ubuntu 22.04 LTS from 20.04 LTS, I saw that many of the K3s pods on my home server were stuck in various error states. Below is the sample K3s state. On describing the pod, I saw the below error – On searching over the web, I saw other people had also encountered […]
Author: Himanshu Mehra
If you are reading this, I assume that you are comfortable with docker, docker compose and SQL databases like MariaDB. Most docker compose files which use a database create one instance of a database service for each stack. This is done so that each database instance is isolated and cannot be accessed by other apps. […]
Custom Web Domains and SSL
If you ever want to run a website, you may have heard that you need to buy a web domain for your website. The same idea can help if you want to expose any application running on your home computer to the internet. An example is a VPN server, in case you want to want […]
Docker, Pi-hole and MACVLANs
A couple of weeks ago, I started to move all the apps installed on my Raspberry Pi 4 to docker. This was a new way to learn docker and explore all apps that existed in the Docker world that can be deployed on the Raspberry Pi ARM platform. One of these apps was Pi-hole, a […]