Spot instances (AWS) and Spot VMs (Azure) provide significant cost savings (~60-70% reduction) compared to on-demand pricing. All Jitera application services are stateless and compatible with Spot instances when databases are externalized to managed services.Documentation Index
Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Azure AKS — Spot Tolerations
AKS automatically applies the taintkubernetes.azure.com/scalesetpriority=spot:NoSchedule to Spot node pools. This taint cannot be removed — AKS re-adds it on every node scale-up. The Jitera Helm chart does not include matching tolerations by default, so all pods stay Pending without explicit configuration.
Required Helm Values
Add the Spot toleration to every component in your values file. The Helm chart does not support a global toleration — each component must be configured individually.The YAML anchor
&spot-toleration and alias *spot-toleration avoids repeating the full toleration block for each component. This is standard YAML and works with helm install -f values.yaml.AWS EKS — Spot Configuration
AWS EKS Spot node groups do not apply aNoSchedule taint by default, so no toleration configuration is needed. Pods are scheduled on Spot nodes automatically.
For Spot configuration in EKS, see the Amazon EKS managed node groups documentation.
Related Documentation
AWS EKS Installation
EKS cluster creation and Helm deployment
Azure AKS Installation
AKS cluster creation and Helm deployment
Sizing Guide
Instance types and resource planning

