Project

General

Profile

Node Manager » History » Version 4

Tom Clegg, 02/22/2017 06:17 PM

1 1 Ward Vandewege
h1. Node Manager
2
3
h2. Overview
4
5 2 Ward Vandewege
Node Manager manages compute resources in a cloud environment, where the number of compute nodes can be scaled as needed. 
6 1 Ward Vandewege
7
Node Manager starts and stops compute nodes on demand, taking into account site parameters (e.g. a desired number of permanent compute nodes).
8
9 3 Ward Vandewege
For a bare metal Arvados installation the number of compute nodes tends to be static, which means Node Manager is not needed.
10 1 Ward Vandewege
11 4 Tom Clegg
Node Manager currently supports Amazon EC2 (AWS), Google Compute Engine, and Microsoft Azure.
12 1 Ward Vandewege
13
h2. Developers
14
15
Please see the [[Hacking Node Manager]] page.