Let’s set up a federation between earth and mars Kubernetes cluster on AWS.
-
Create hosted zone:
ID=$(uuidgen) && \ aws route53 create-hosted-zone \ --name earth.kubernetes-aws.io \
| 1.Binance | |
| 2.Bitfinex | |
| 3.Huobi | |
| 4.Bitstamp | |
| 5.Coincheck | |
| 6.Kraken | |
| 7.Poloniex | |
| 8.Gate.io (Only ETH) | |
| 9.Cryptopia (Only ETH) | |
| 10.Gemini (Only ETH) |
| -- ## Kematzy Hasura AuditTrail | |
| -- This is based on the [Hasura/audit-trigger](https://github.com/hasura/audit-trigger). | |
| -- | |
| -- Changes from the Hasura version: | |
| -- 1. Simplified audit table schema with these changes: | |
| -- a. Renamed columns to lowerFirst format. | |
| -- b. Changed order of columns. | |
| -- c. Combined schema & table name into one column. | |
| -- d. Stores the record `id` UUID value in the `rowId` column. |
| #!/bin/sh | |
| if [ "$#" -eq 1 ]; then stdinmsg=$(cat); fi | |
| exec <"$0" || exit; read v; read v; read v; exec /usr/bin/osascript - "$@" "$stdinmsg"; exit | |
| -- another way of waiting until an app is running | |
| on waitUntilRunning(appname, delaytime) | |
| repeat until my appIsRunning(appname) | |
| tell application "Messages" to close window 1 | |
| delay delaytime | |
| end repeat |