Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 586 Bytes

dev-ops.adoc

File metadata and controls

19 lines (15 loc) · 586 Bytes

Kubernetes

At Keep we run on GCP + Kubernetes. To accommodate the aforementioned System Considerations we use the following pattern for each of our environments:

  • Regional Kubernetes cluster.

  • 10 Keep clients.

  • A LoadBalancer Service for each client.

  • A StatefulSet for each client.

You can see our Testnet Kubernetes configurations here.