The NodeSelector Is My Mixed-CPU-Architecture Kubernetes Cluster's Best Friend!

I have an always growing Kubernetes cluster. I currently have a cluster made of 2 Raspberry Pis and 1 PC but HOW, isn't that frowned upon? Well, you can use the NodeSelector attribute to make the containers stick to specific nodes. The specifics we are covering in this article are the CPU architectures of the nodes since the Raspberry Pis run ARM and my PCs run AMD64.
Easy config of an Azure DevOps agent in a Kubernetes cluster with Helm Charts

Helm charts make it simple to deploy containers in K8S . I see it as Kubernetes package manager, think Chocolatey for Windows. Here are simple steps to get the Azure Agent configured in your Kubernetes cluster by using Helm charts and parameters so that you can have your own or extra builder in your pipelines if you already have a K8S cluster.
Adding an SMB/CIFS mount to your K8S Plex deployment to watch or migrate your existing content.

I like to use Plex to store and watch tech and financial videos, tutorials and seminars. Since I've been rebuilding my lab to use K8S and containers I needed to point the k8s Plex build to my existing data in my NAS. K8S has the concept of Persistent Volumes and Persistent Volume Claims which I explain in this article and how to use it with your microk8s KubePlex deployment.