agola/examples/kubernetes/distributed
Simone Gotti ac866b5ed7 examples: add cookieSigning config 2023-06-22 18:05:26 +02:00
..
README.md doc/examples: document usage of sql database 2022-03-31 15:35:31 +02:00
agola.yml examples: add cookieSigning config 2023-06-22 18:05:26 +02:00

README.md

Agola distributed k8s deployment

This is a distributed deployment where all the components are replicated to achieve scaling and high availability

Users should use it as an example base setup and change/improve it based on their needs (choosing which object storage to use).

  • point to external postgres databases (one for configstore, one for runservice and one for notification service)
  • points to an external s3 object storage.
  • create 4 deployments for the various components with multiple replicas:
    • runservice
    • executor
    • configstore
    • gateway / scheduler