Commonly used commands for K3s
List nodes: kubectl get nodes List pods: All pods: kubectl get pods -a Pods in specific namespaces: kubectl get pods -n <namespace> List services: All se...
List nodes: kubectl get nodes List pods: All pods: kubectl get pods -a Pods in specific namespaces: kubectl get pods -n <namespace> List services: All se...
I added my thinkpad t420 as a worker node to my k3s cluster.
I’ve been seeing a lot of hype around tools like neofetch and fastfetch so I decided to give one a try. With tools like neofetch and fastfetch you can see a quick overview of essential system deta...
Goals Install Helm Using Helm will make the next two steps a whole lot simpler. With Helm charts, I can leverage the public Prometheus GitHub community to install and host Prometheus...
I’m going to be using metallb for loadbalancing my between my master and worker nodes. Purpose: MetalLB acts as a software-based LoadBalancer for your bare-metal Kubernetes cluster since K3s (or a...
Before getting into the nitty gritty of setting up applications I want a neat and functional terminal setup. Terminal customizations can be useful in increasing productivity outside of looking real...
Hello and welcome to my first blog post! I wanted to start by introducing my setup and sharing a bit about my goals with my homelab in this inaugural post. If you’d like to know more about me, fee...