
Lightweight Container Monitoring: Setting up Beszel on Podman
I have recently discovered a nice and lightweight monitoring tool that give you an overview of podman container status, so decided to give it a try 1. Beszel hub deployment 2. Beszel agent deployment (local) 3. Beszel agent deployment (remote) 4. Additional Details 1. Beszel hub deployment Create volumes folder destination and quadlet file for the beszel_hub [ | = | raspi in ~ ] $ mkdir -p /home/solifugo/pods/beszel/beszel_data [ | = | raspi in ~ ] $ mkdir -p /home/solifugo/pods/beszel/beszel_socket [ | = | raspi in ~ ] $ [ | = | raspi in ~/pods ] $ cat ~/.config/containers/systemd/beszel_hub.container [ Unit] Description = beszel hub [ Container] Image = docker.io/henrygd/beszel ContainerName = beszel_hub AutoUpdate = registry Volume = /home/solifugo/pods/beszel/beszel_data:/beszel_data Volume = /home/solifugo/pods/beszel/beszel_socket:/beszel_socket PublishPort = 8090:8090 [ Service] Restart = unless-stopped [ Install] WantedBy = multi-user.target default.target [ | = | raspi in ~/po
Continue reading on Dev.to Tutorial
Opens in a new tab

