Using ansi colors can be very helpful to see script out[put. Example of cleaning ansi color codes f...
If you need to use an alias inside a script you need this:
shopt -s expand_aliases
source ~/.bash_...
Since kubectl --export is deprecated it is possible to do something like this.
WARNING: I have...
In case this save someone hours of frustration. I recentlty tried to dust off an old kubernetes POC...
Everytime I want to do a CLI query I spend a little time on syntax so recording this just for quick...
You probably use (and rely) on command search a lot already but thought I would add something about...
Building a dict and ordering it into groups by key is sometimes very useful.
Teh following code sh...
Mostly this is done in a cloud environment where they have Kubernetes integrated with cloud load bal...
I wanted an easier way to test and manipulate a notification using an AWS SNS subscription. Mostly I...
Now and then I create a short clip from a video. Mostly mp4 video. I use ffmpeg and cut out the clip...
Noting my python code for reference. If familiar with crypto currency tokens you may find the token...
During a recent POC I imported a Terraform state file(JSON) into MongoDB using golang. This may not...
Terraform can utilize a http backend for maintaining state. This is a test of a Terraform http backe...
Terraform can utilize a http backend for maintaining state. This is a test of a Terraform http backe...