Skip to main content
There are a few things to consider when setting up Thoras to directly manage workload scaling:
  1. For production-grade usage forecasts, Thoras requires the ability to persist historical metrics, which requires a Kubernetes persistent volume. See Configure Persistent Volume page for a walkthrough
  2. For managing more than one hundred workloads, you’ll want to allocate more forecast workers. See Configure Worker Capacity
  3. Deploying Thoras with ArgoCD? Check out the ArgoCD config considerations
  4. [Optional] kubectl port-forwarding is a great way to experiment with the dashboard, but you may eventually want to enroll the dashboard service in your ingress controller to enable broader, more stable access. Enable Ingress-Nginx by configuring $.Values.thorasDashboard.ingress. See GitHub for further documentation.
Let us know if you have any questions!