I have tried Neovim a few times in the past. But quit abruptly as soon as I am reminded Shift-Y p d...
Since it took me a while to get this syntax sorted I am noting this for future use.
NOTE: This i...
If you are familiar with Infrastructure as code (think Terraform() this will sound familiar to you....
Sometimes you may prefer handling your data like an object instead of an array. I prefer object sty...
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...
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...