The following directions will walk you through creating a Bitcoin SV node within GKE (Google Kubernetes Engine).
If you wish to run another version of bitcoind, just change the image reference in bitcoin-deployment.yml.
Steps:
1-AddanewblankdiskonGCEcalledbitcoin-datathatis200GB.Youcanalwaysexpanditlater.2-Savethefollowingcodesnippetsandplacetheminanewdirectorykube.3 - Change the rpcuser and rpcpass values in bitcoin-secrets.yml. They are base64 encoded. To base64 a string, just run echo -n SOMESTRING | base64.
4-Runkubectlcreate-f/path/to/kube5-Profit!