You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joongi Kim edited this page Dec 29, 2017
·
4 revisions
Prepare the instances and databases.
1x SSL certificate with a private key for your own domain (for production)
1x gateway instance (e.g., t2.xlarge on AWS)
1x agent instances (e.g., t2.medium / p2.xlarge on AWS -- for minimal testing)
1x PostgreSQL instance (e.g., AWS RDS)
1x Redis instance (e.g., AWS ElasticCache)
1x etcd cluster
It is up to you whether to setup a HA-enabled multi-instance cluster or a single-instance cluster with storage backups.
Check out this page for details. If you install etcd on the same instance where the manager runs, you could try using docker-compose configuration in this meta-repository's code.
1x cloud file system (e.g., AWS EFS, Azure FileShare)
All should be in the same virtual private network.