I have tried Neovim a few times in the past. But quit abruptly as soon as I am reminded Shift-Y p d...

Continue reading...

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

NOTE: This i...

Continue reading...

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

Continue reading...

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

Continue reading...

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

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