I recently used setsubtract to solve a buggy terraform pipeline. In short I needed to remove the li...

Continue reading...

I recently had some issues with AWS DDB and using hyphens. It is highly recommended to stay clear o...

Continue reading...

Terraform - AWS Param Store - json

Since it took me a while to get this syntax sorted I am noting...

Continue reading...

php stdClass Object vs Array

Sometimes you may prefer handling your data like an object instead of...

Continue reading...

pulumi and AWS

If you are familiar with Infrastructure as code (think Terraform() this will sound...

Continue reading...

This is a quick update. In post https://blog.ls-al.com/traefik-in-kubernetes-using-terraform-helm-a...

Continue reading...

If you are using Traefik in kubernetes but you want to use an AWS ALB (application load balancer) th...

Continue reading...

Linux command line password manager shows gpg key expired.

➜ pass email/myemail@domain
gpg: Note:...

Continue reading...

In my case running Traefik on docker I was not getting real ip addresses. I changed the NLB option...

Continue reading...

To streamline Terraform use you can use the typical make command. Below is a very simple Makefile a...

Continue reading...

To reset the Rancher admin console password when you are using the docker image you can do this.

$...

Continue reading...

Using ansi colors can be very helpful to see script out[put. Example of cleaning ansi color codes f...

Continue reading...

If you need to use an alias inside a script you need this:

shopt -s expand_aliases
source ~/.bash_...

Continue reading...

Since kubectl --export is deprecated it is possible to do something like this.

WARNING: I have...

Continue reading...

In case this save someone hours of frustration. I recentlty tried to dust off an old kubernetes POC...

Continue reading...