Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 597 Bytes

infrastructure.adoc

File metadata and controls

22 lines (14 loc) · 597 Bytes

Infrastructure

1. Deployment Considerations

1.1. Kubernetes

At Keep we run on GCP + Kube. To accommodate the aforementioned system considerations we use the following pattern for each of our environments:

  • Regional Kube cluster.

  • 5 ECDSA clients, each running minimum stake required by the network.

  • A LoadBalancer Service for each client.

  • A StatefulSet for each client.

You can see our Ropsten Kube configurations here