-
adding iSCSI synology LUN to proxmox server. sgdisk –zap-all /dev/sdeparted /dev/sde mklabel gptparted -a optimal /dev/sde mkpart primary 0% 100%lsblk /dev/sdemkfs.ext4 /dev/sde1mkdir /mnt/storage_sdemount /dev/sde1 /mnt/storage_sde/dev/sde1 /mnt/storage_sde ext4 defaults 0 2
-
How to Add and Use Physical Disks in Proxmox VE This guide explains how to prepare, format, and attach physical disks /dev/sda and /dev/sdb to Proxmox VE for local storage usage. 1. Clean Existing Partitions from the Disk Run to wipe previous partitions and meta Or alternatively: 2. Create a New GPT Partition Table Use […]
-
Automation deployment with FLUX to you k8s.
-
installing new VM based on CloudINIT
-
If you use gitea as GIT repo you are able to start using a atomation as well as Act Runners. First at your gitea server create new action runner. And now you should run gitea Act runners. (you can do it in Linux host (virtual or physical) or docker). I have example to run directly […]
-
If you want use backup tool from synology for you own infrastructure. I have example of linux server (running as virtual machine). You can download package based on linux distro. Download to your linux server. Unzip it. And run install. After installation just login to the NAS. (with user who has rights for active backup) […]
-
HAProxy is a reliable, high-performance TCP/HTTP load balancer that ensures efficient distribution of traffic across our servers. By implementing HAProxy, we enhance our infrastructure’s availability and performance, seamlessly handling increased web traffic and preventing downtime. Its ability to balance loads and manage failover scenarios makes it an essential component of our robust system. HAProxy can […]
