Brian's Blog
  • Home
  • Author

2018

Brian

05 Jan 2018

So it's the new year. Probably going to play with HA mysql stuff

http://www.fromdual.com/making-haproxy-high-available-for-mysql-galera-cluster

https://severalnines.com/resources/tutorials/mysql-load-balancing-haproxy-tutorial

https://lalitvc.wordpress.com/2017/04/30/mysql-high-availability-with-keepalived-and-haproxy/

K3s cluster setup guide

Mainly a brain dump for my home lab owner@DESKTOP-0V6SF20:~$ k3sup install --ip=192.168.50.76 --user=root --tls-san=192.168.50.200 --cluster --k3s-channel=stable --k3s-extra-args "--disable=traefik --disable=servicelb --disable=local-storage --node-ip=192.168.50.76" --local-path $HOME/.kube/config --context=k3s-ha --ssh-key /home/owner/
16 Feb 2023 2 min read

K3s cluster setup guide

Mainly a brain dump for my home lab owner@DESKTOP-0V6SF20:~$ k3sup install --ip=192.168.50.76 --user=root --tls-san=192.168.50.200 --cluster --k3s-channel=stable --k3s-extra-args "--disable=traefik --disable=servicelb --disable=local-storage --node-ip=192.168.50.76" --local-path $HOME/.kube/config --context=k3s-ha --ssh-key /home/owner/
16 Feb 2023 2 min read

Motorola MB8611 Stats

Not the best code but it works. To get all the header info, login while developer tools is open in chrome and then copy the request parameters. Output is consumed by telegraf #!/usr/bin/perl -w use strict; use LWP::Simple; use JSON qw( decode_json encode_json); my $url
04 Dec 2021 2 min read
Brian's Blog © 2025
Powered by Ghost