π Ethereum 2.0
Beacon Node
apiVersion: ethereum2.kotal.io/v1alpha1
kind: BeaconNode
metadata:
name: teku-beacon-node
spec:
network: mainnet
client: teku
rest: true
restPort: 8888
eth1Endpoints:
- http://besu-mainnet-node:8545kubectl explain beaconnode --api-version ethereum2.kotal.io/v1alpha1
kubectl explain beaconnode.spec --api-version ethereum2.kotal.io/v1alpha1Validator Client
Multi-client Support
Last updated
Was this helpful?