agola/examples/kubernetes/simple
Simone Gotti 88b7ea3de6 serve: rename all to all-base excluding executor
since the executor are usually run separately from the other "base" components,
make this explicit removing "all" and adding an "all-base" virtual component
that will start all the components except the executor.
2019-07-02 10:54:11 +02:00
..
README.md examples: add k8s simple and distributed examples 2019-05-08 15:42:42 +02:00
agola.yml serve: rename all to all-base excluding executor 2019-07-02 10:54:11 +02:00

README.md

Agola simple k8s test deployment

This is the simplest (and not production ready deployment).

  • uses an embedded etcd
  • creates a PersistentVolumeClaim that will be used as the object storage container for all the components
  • created a deployment with a single replica

You must not increase the replicas or every pod will uses a different embedded etcd causing many issues and errors (and also the pods will fail if scheduled on different k8s node since the PV for the object storage cannot be mounted on multiple nodes)