-
Notifications
You must be signed in to change notification settings - Fork 204
Legend Installation
Installing the Legend stack in "production" is dependent on how you/your organization run your applications in production.
As of this writing, the Legend Github modules do not offer specific guidelines on how you should run the Legend Docker images. While we have some installer scripts, these are meant for proofs of concept.
The following is an incomplete list of considerations for a production installation :
Note: Please consult your organizations production infrastructure guidelines for the following.
1/ Private instance of Gitlab vs Gitlab.com
2/ If using a private instance, managing the Gitlab instance's state (e.g project data, logs etc)
3/ Managing users and user membership in Gitlab. Do you want to integrate Gitlab with your organization's single sign on infrastructure vs managing users in Gitlab separately
1/ How do you want to run your containers : Docker, Docker Compose, K8s, AWS ECS etc
1/ Running the Legend backends with HTTPS requires the provisioning of SSL certificates.
1/ Legend components require credentials to connect to other components - e.g MongoDb if using MongoDB as the SSO session store.
1/ How do you monitor the health of the Legend components ? How do you get access to logs/metrics etc ?
- For Legend Users
- For Legend Maintainers