Pulumi AWS Test
If you are familiar with Infrastructure as code (think Terraform() this will sound familiar to you. I wanted to a
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
If you are familiar with Infrastructure as code (think Terraform() this will sound familiar to you. I wanted to a
Read MoreThis is a quick update. In post https://blog.ls-al.com/traefik-in-kubernetes-using-terraform-helm-and-aws-alb/ I had a TODO to work on the AWS ALB health check.
Read MoreIf you are using Traefik in kubernetes but you want to use an AWS ALB (application load balancer) this recipe
Read MoreLinux command line password manager shows gpg key expired. ➜ pass email/myemail@domain gpg: Note: secret key 44FAE32FE619A7CF expired at Sun
Read MoreIn my case running Traefik on docker I was not getting real ip addresses. I changed the NLB option Source
Read MoreTo streamline Terraform use you can use the typical make command. Below is a very simple Makefile and of course
Read MoreTo reset the Rancher admin console password when you are using the docker image you can do this. $ docker
Read MoreUsing ansi colors can be very helpful to see script out[put. Example of cleaning ansi color codes from output before
Read MoreIf you need to use an alias inside a script you need this: shopt -s expand_aliases source ~/.bash_aliases I recently
Read MoreSince kubectl –export is deprecated it is possible to do something like this. WARNING: I have not tested this #!/bin/bash
Read More