Ports¶
Wireguard¶
UDP 51820
Ethereum¶
TCP/UDP 30303 JSON-RPC 8545
Rocketpool (staking)¶
TCP/UDP 30303-30305
Bitcoin¶
TCP 8333 (bitcoin network) TCP 18333 (bitcoin test network)
Lightning¶
TCP 9735
Bare Metal Provisioning¶
Use ProxMox for virtualization - open source alternative to vmWare with many of the enterprise features available for free.
Some initial links to review and provide credit later down the line.
PoxMox
- https://www.proxmox.com/en/
- Provisioning ProxMox VMs using Terraform
- Building an Ubuntu image for ProxMox
- See if this can be made more agnostic using Packer
- https://austinsnerdythings.com/category/proxmox/
Kubernetes
- Deploy Kubernetes VM pre-reqs to ProxMox using Terraform (VM prep)
- Deploy Kubernetes using Ansible
- Good Reddit thread on baremetal K8s
- Learn Kubernetes the hardway