Linux

28
Dec
Bare-Metal Kubernetes Storage: Longhorn Setup (Part 2)

Bare-Metal Kubernetes Storage: Longhorn Setup (Part 2)

After setting up NFS storage in Part 1, I still had a problem: if my Unraid NAS went down, everything stopped. In this guide, I install Longhorn v1.10.1 on my bare-metal Kubernetes cluster for distributed storage with automatic failover. I tested it by shutting down a worker node, the data survived.
11 min read
10
Nov
Managing Docker Compose Applications with systemd - A Portainer Example

Managing Docker Compose Applications with systemd - A Portainer Example

Stop manually restarting containers after reboots. Use systemd to auto-start Docker Compose apps and manage them with systemctl. Includes Portainer example.
3 min read