I recently used setsubtract to solve a buggy terraform pipeline. In short I needed to remove the li...
I recently had some issues with AWS DDB and using hyphens. It is highly recommended to stay clear o...
Terraform - AWS Param Store - json
Since it took me a while to get this syntax sorted I am noting...
php stdClass Object vs Array
Sometimes you may prefer handling your data like an object instead of...
pulumi and AWS
If you are familiar with Infrastructure as code (think Terraform() this will sound...
This is a quick update. In post https://blog.ls-al.com/traefik-in-kubernetes-using-terraform-helm-a...
If you are using Traefik in kubernetes but you want to use an AWS ALB (application load balancer) th...
Linux command line password manager shows gpg key expired.
➜ pass email/myemail@domain
gpg: Note:...
In my case running Traefik on docker I was not getting real ip addresses. I changed the NLB option...
To streamline Terraform use you can use the typical make command. Below is a very simple Makefile a...
To reset the Rancher admin console password when you are using the docker image you can do this.
$...
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...