- Create Ubuntu 22.04 Cloud Server (WAN) -- You can use Digital Ocean, Linode, whatever
- Create Ubuntu 22.04 Internal Server (LAN)
---Replace the following where necessary---
<WAN_PUBLIC_IP>
<WAN_PRIVATE_KEY>
<WAN_PUBLIC_KEY>
<publicdomain.example.com>
<LAN-hosted-website>:<port>
# oc adm cordon <masternode>
# oc adm drain <masternode> --force --ignore-daemonsets
# ssh <masternode> 'shutdown -h now'