Reset Windows Admin or User Password This tutorial will use an Ubuntu Linux Live USB to reset your password. You could destroy your Windows computer, and I am not responsible....
Discover Chromecast across Networks with Avahi I recently upgraded my home router with a pfSense firewall. After a few days of research, I bought a Protectli FW4B hardware device to...
I just spun up a new pfSense install with the SG-4860 High availability bundle. Shortly after configuring the devices and rebooting the primary, I ended up with a pfSense boot...
Convert AKS PV to Premium Disk AKS Clusters have a few pre-defined storage classes that can be used when creating volumes. These are typically: NAME PROVISIONER RECLAIMPOLICY azurefile kubernetes.io/azure-file Delete...
MinIO Kubernetes SignatureDoesNotMatch I was recently playing around with MinIO running in Kubernetes behind nginx-ingress. Everything was working wonderfully, until I tried generating a URL from another service running in...
Manually Trigger a Kubernetes Job Ever wanted to kick off a Kubernetes Cronjob manually? Here's how Replace <NameSpace>, <CronJobName>, and <JobName> with your respective namespace and cronjob name kubectl create...
Copy Kubernetes Secret to Another Namespace Sometimes you just want to share a secret between namespaces, for example, a Docker Registry Credential. Replace CurrentNameSpace and NewNameSpace with your respective namespaces....
Prometheus Readiness Probe Failure I was recently tweakin my Prometheus deployment on Kubernetes when the readiness probe started to fail with a 404. The issue started when I wanted to...
How to configure certmanager for DNS challenges with Cloudflare and Kubernetes What is Certmanager Certmanager is a native Kubernetes cluster certificate manager. This article aims to outline the process of...
Convert AKS PV to Premium Disk AKS Clusters have a few pre-defined storage classes that can be used when creating volumes. These are typically: NAME PROVISIONER RECLAIMPOLICY azurefile kubernetes.io/azure-file Delete...
Locating Azure VM Image SKUs using AZ CLI Requirements You must have an Azure Account and AZ CLI installed on your machine. I may do a write-up on using PowerShell...
How to pad integers less than 10 in Terraform Overview I recently had a request to create N number of resources using Terraform and add a double digit ID to...
How to use a nested map variable in a loop to create Terraform resources Requires Terraform >v0.12 Create a Map Variable Open or create the variables.tf (this can also be...
How to reset a forgotten admin password for Poste.io Obviously, you must have a running instance of Poste.io and access to the container/pod I know that Poste.io has extensive API...
I was looking for a way to generate a git merge request via CLI, and found that GIT versin 2.10 and higher finally support merge requests this way. Being a...
I was looking for a way to generate a git merge request via CLI, and found that GIT versin 2.10 and higher finally support merge requests this way. Being a...
I was looking for a way to generate a git merge request via CLI, and found that GIT versin 2.10 and higher finally support merge requests this way. Being a...
Convert AKS PV to Premium Disk AKS Clusters have a few pre-defined storage classes that can be used when creating volumes. These are typically: NAME PROVISIONER RECLAIMPOLICY azurefile kubernetes.io/azure-file Delete...