Skip to content

[INFRA] Cost Optimization - Use Spot Instances #182

Description

@JoshuaAFerguson

Use spot instances for session workloads (60-90% cost savings).

Implementation:

nodeSelector:
  node.kubernetes.io/instance-type: spot
tolerations:
  - key: spot
    operator: Equal
    value: "true"

Acceptance Criteria:

  • Spot instance node pool created
  • Session pods scheduled on spot
  • Graceful handling of evictions
  • Cost savings validated

Files: manifests/session-pod.yaml

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions