I wanted my NAS to be virtualized within my Proxmox and light as possible since I was servicing NFS and CIFS shares. I decided on…
a little bit of everything
I wanted my NAS to be virtualized within my Proxmox and light as possible since I was servicing NFS and CIFS shares. I decided on…
This one is dead easy! Log into Portainer and click on swarm. Choose a node to open its management settings. Add a label were the…
Running my docker swarm and experimenting with new things creates a lot of technical debt in the form of unused images, volumes and networks. log…
Back in the day, I started experimenting with Linux distributions on an old laptop. It was both thrilling and a bit daunting, since there weren’t…
The term “ESG” (Environment, Social & Governance) has become the by-word for conscious investors and therefore a serious consideration for companies if they are publicly…
When looking at any relationship there are actually three interests at play. We will look at human relationships first, then generalize. In a traditional relationship…
Install on all nodes: Prepare disks Bricks Bricks in GlusterFS are basic building blocks that represent individual disk storage. A GlusterFS storage volume is created…
Setting Up Keepalived on a Three-Master Node Debian OS Cluster for High Availability Introduction ntroduction In a Docker Swarm cluster, ensuring high availability of the…
On node1 with IP address 10.0.0.21 initialize the Docker Swarm. It should return us output similar to this: Since we are creating a high available…
Create a VM template Create a dietpi virtual machine by using this install script run from the proxmox pve shell that was originally published here:…