Instructions for installing KinD (Kubernetes in Docker) on macOS (tested on Tahoe 26.0.1).
Start by installing Go, if you don't already have it.
The quickest way to install Go is with Homebrew:
| #!/bin/bash | |
| function gmail() { | |
| from=$1 | |
| user=$1 | |
| to=$2 | |
| stty -echo </dev/tty; | |
| read -p "Password: " passw < /dev/tty | |
| echo | |
| stty </dev/tty echo |
| #!/bin/bash | |
| # Paste at Pastebin.com using command line (browsers are slow, right?) | |
| # coder : Anil Dewani | |
| # date : November 7, 2010 | |
| # forker : Igor Duarte Cardoso | |
| # date : March 12, 2014 | |
| # Don't forget to set your Unique Developer API Key here | |
| # http://pastebin.com/api#1 | |
| API_KEY= |