Docker & Compose Scaling
For smaller to medium-sized firms, Docker Compose provides a robust and simple way to scale thesc-agent service to handle multiple concurrent jobs.
- Best for: Firms with single-node or small multi-node (Swarm) deployments.
- Complexity: Low.
Kubernetes (K8s) Guide
For Enterprise firms utilizing Kubernetes (EKS, GKE, or on-premise K8s), we provide a Helm Chart to manage the Scoutline perimeter.Key Features
- Auto-scaling (HPA): Dynamically adding
sc-agentpods based on real-time CPU/Memory pressure from drafting jobs. - Node Affinity: Ensure critical legal processing pods run on hardened, security-optimized nodes.
- High Availability: Automated failovers across multiple worker nodes.
AWS Containers Guide (ECS & EKS)
Scoutline is designed to be a “native resident” of the AWS ecosystem. We provide specialized CloudFormation and Terraform templates for both ECS (Elastic Container Service) and EKS (Elastic Kubernetes Service).ECS (Fargate or EC2)
- Managed Perimeters: Use ECS to run Scoutline containers without managing the underlying EC2 instances.
- IAM Integration: Bind specific AWS IAM roles directly to your
sc-agenttasks for secure S3 Vault access.
EKS (Managed Kubernetes)
- Enterprise Standard: Use the Scoutline Helm chart on EKS to leverage the power of Kubernetes with the reliability of AWS-managed control planes.
- Global Reach: Scale your EKS clusters across multiple availability zones and regions with ease.