penumbra-zone / penumbra

Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
https://penumbra.zone
Apache License 2.0
357 stars 288 forks source link

Kubernetes Deployment for penumbra fullnode #1288

Closed agouin closed 1 year ago

agouin commented 1 year ago

Is your feature request related to a problem? Please describe. As a follow on to #1286, and in addition to #1287, once we have the GKE cluster and node pools, we will need to spin up the kubernetes resources to compose the testnet. A core part of this will be the penumbra fullnode(s). This node will participate in the p2p network with the validators but will not participate in consensus. It will additionally expose the interfaces to a public domain such as tendermint RPC and penumbra GRPC.

Describe the solution you'd like

Describe alternatives you've considered N/A

Additional context This is the strategy Strangelove uses to host fullnode infrastructure.

boojamya commented 1 year ago

Test gRPC before closing.

conorsch commented 1 year ago

This is done. See #1659 & #1818 for additional detail.