🚀Quick Start
Create rinkeby.yaml
manifest that describes an Ethereum node which uses go-ethereum
client, connecting to rinkeby network, and enabling JSON-RPC server:
rinkeby.yaml
Deploy the node using kubectl:
Within a couple of seconds, the node will be up and running. You can get the node using:
It will return an output similar to the following:
Kotal will create all the necessary pods, volumes, services for the node. Get the pods by:
It will return an output similar to the following:
Finally delete the node by:
Congratulations!
Last updated