Project

General

Profile

Idea #16303

Updated by Ward Vandewege almost 4 years ago

Support production Arvados install on Kubernetes.    This means: 

 * Easy installation in supported environments (helm charts or...) 
 * Persistent block storage for postgres database, git repos 
 * Keep (but maybe still using cloud-specific object store backends) 
 * Run job containers on kubernetes, stage input from keep, send output to keep, handle logging 
 * Auto-scaling hardware resources to handle jobs (this might be entirely handled for us, or we might need to request resources on demand.) 

Back