agola/examples/kubernetes/simple
Simone Gotti 4e785e4851 runservice: build and use multiple toolboxes per architecture 2019-05-09 12:36:30 +02:00
..
README.md examples: add k8s simple and distributed examples 2019-05-08 15:42:42 +02:00
agola.yml runservice: build and use multiple toolboxes per architecture 2019-05-09 12:36:30 +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)