What is a Function in Python
A function is a block of reusable code, that performs a specific task. This is helpful when you have code, complex or not that you will be using often within your program. We will cover built-in f...
A function is a block of reusable code, that performs a specific task. This is helpful when you have code, complex or not that you will be using often within your program. We will cover built-in f...
Modules are Python scripts, they are files ending with the .py extension. Modules can contain functions and attributes, as well as, other modules. Similar to functions, modules allow us to reuse c...
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...