All Stories

GIT Survival Guide

This is just a quick guide to get you out of GIT Hell. I tend to forget these commands so I wanted a place to document the GIT foo.

GIT CLI Create Merge Request

I was looking for a way to generate a git merge request via CLI, and found that GIT version 2.10 and higher finally support merge requests this way. Being a...

Add or Change a PFX Passphrase with OpenSSL

Add or Change a PFX Passphrase with OpenSSL Ever needed to add or change a passphrase on a PFX file? Here ya go Using OpenSSL Export the PFX to PEM...

MinIO Kubernetes Signature Error

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...

Kubernetes Admin Toolbox

My k8s Admin Toolbox Just a set of tools that use while managing my k8s clusters. If you use something different, great, leave a message below.

Manually Trigger a Kubernetes Cronjob

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...