Rancher Admin Password Docker Image
To reset the Rancher admin console password when you are using the docker image you can do this. $ docker
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 moreIn case this save someone hours of frustration. I recentlty tried to dust off an old kubernetes POC running on
Read moreEverytime I want to do a CLI query I spend a little time on syntax so recording this just for
Read moreYou probably use (and rely) on command search a lot already but thought I would add something about fish. If
Read morePython Append Key Building a dict and ordering it into groups by key is sometimes very useful. Teh following code
Read moreMostly this is done in a cloud environment where they have Kubernetes integrated with cloud load balancers and you expose
Read moreI wanted an easier way to test and manipulate a notification using an AWS SNS subscription. Mostly I do a
Read more