k8s/Spot Instances
Links k8s/AutoScaler
What is spot vms
- Discounted VM's that the cloud provider can reclaim in minutes.
- This unreliability makes them only suitable for workloads that can tolerate disruption.
- k8s(kubernetes) can use some advanced scheduling and workload mobility to make use of spot instances.
- Example of using AWS spot and achieving high availability