Archive of posts from May 2023
-
Dec 2, 2020
bash zfs snapshot manager
bash tooling to send like set of zfs filesystems to backup server. made for kvm lxc container volumes.
-
Sep 19, 2020
Hadoop HDFS/YARN HA cluster
building and deploying hadoop
-
Sep 13, 2020
Durable event streams with Kafka clustering
building and deploying a kafka high availability cluster
-
Mar 21, 2020
Redis HA clustering
building and deploying a redis high availability cluster using sentinel, prometheus redis exporter and grafana dashboard
-
Mar 8, 2020
k8s armbian mini cluster - Part 2 Configure
below is the development ansible project to setup an arm64 kubernetes (k8s) cluster. for this example cluster setup i used 3x nanopi fire3, though they have limited ram for k8s they do have 8 cpu cores and gigabit lan!
-
Mar 7, 2020
k8s armbian mini cluster - Part 1 Setup
below is the development ansible project to setup an arm64 kubernetes (k8s) cluster. for this example cluster setup i used 3x nanopi fire3, though they have limited ram for k8s they do have 8 cpu cores and gigabit lan!
-
Feb 26, 2020
Creating server certificates with your own custom root Certificate Authority
generating a self signed server certificate for https security is easy enough but having your own certificate authority (ca) to sign with means you to only have to import one certificate to your devices for trust. this is the process i followed to generate my own root ca certificate and...
-
Feb 18, 2020
Juniper SRX210 initial recovery and upgrade
factory reset, root password recovery and upgrade of srx210 firewall.
-
Jan 3, 2020
bpftrace first look with CentOS 8
installation of bpftrace tool to instrument kernel probes