Use K3S Upgrade Controller to Patch Underlying OSThe K3S Upgrade Controller is a Kubernetes-native approach to cluster upgrades. It leverages a custom resource definition (CRD) Plan, and a…Jul 14Jul 14
Awesome! My first PC upgrade was removing the original 8088 CPU and replacing it with a 8086 and…Dec 10, 20231Dec 10, 20231
Reusing Enterprise-Grade PCIe Cards in Home Lab with Active CoolingReusing enterprise-grade PCIe cards in your home lab can be a cost-effective way to enhance your network and storage capabilities.Nov 28, 2023Nov 28, 2023
I would suggest anyone interested in running PostgreSQL on Kubernetes consider CloudNativePG.I got 3 node PostgreSQL cluster (primary & 2 read only replicas), with data replication, continuous backup to S3, Prometheus integration…May 9, 20232May 9, 20232
Dynamic Kubernetes Node Labeling via Node Feature DiscoveryNode Feature Discovery is an application that automatically detects hardware features and system configuration in a Kubernetes clusterApr 8, 2023Apr 8, 2023
Probably a shorter way, but awk can replace all your grep, tr, cut, rev, commands in one shot…$ ss -tulpn | awk 'match($0,/LISTEN.*:([0-9]{1,5})/, a) {print a[1]}'Mar 13, 2023Mar 13, 2023
CRI Purge — Kubernetes Cleanup of Cached ImagesCRI Purge, is a BASH script I wrote which interacts with “crictl” to help cleanup disk space of cached Kubernetes container images.Jan 31, 20232Jan 31, 20232
Traefik Share Resources Across NamespacesTraefik Ingress Controller for KubernetesAug 11, 20221Aug 11, 20221