Glossary

2. Application server scaling

The Django application runs in Docker containers behind an application load balancer. - Two instances minimum, auto-scaling to six based on CPU utilization (threshold: 70%).

Learn More

Related Terms