-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
Description
ShinyProxy already supports many great deployment options, but each is somewhat (subjectively) limited, e.g.
- Single-host versions do not support HA/scaling
- Kubernetes might be overkill for teams that are not using k8s
- ECS is tied to AWS and has limited control over instance types and allocation
- Docker Swarm mode is (IMO) the best fit for lightweight cluster deployments, but it's often referred to as having been taken over by k8s many years ago, and many do not suggest it for new projects
Hashicorp's Nomad is another lightweight, potentially more future-proof option: https://github.com/hashicorp/nomad
LEDfan